org.apache.catalina.mbeans

Class ConnectorMBean

Instance

Implementation of a Coyote connector


Attribute Summary
int

Readable / Writable
connectionUploadTimeout Timeout value on the incoming connection during request processing
int

Readable / Writable
keepAliveTimeout The number of seconds Tomcat will wait for a subsequent request before closing the connection
java.lang.String

Readable / Writable
protocol Coyote protocol handler in use
int

Readable / Writable
maxThreads The maximum number of request processing threads to be created
java.lang.String

Readable / Writable
keystorePass Password for accessing the key store file
int

Readable / Writable
acceptCount The accept count for this Connector
java.lang.String

Readable / Writable
URIEncoding Character encoding used to decode the URI
int

Readable / Writable
connectionTimeout Timeout value on the incoming connection
int

Readable / Writable
connectionLinger Linger value on the incoming connection
java.lang.String

Readable / Writable
address The IP address on which to bind
java.lang.String

Readable / Writable
strategy Thread pool strategy
java.lang.String

Readable / Writable
scheme Protocol name for this Connector (http, https)
java.lang.String

Readable / Writable
keystoreType Type of keystore file to be used for the server certificate
int

Readable / Writable
port The port number on which we listen for ajp13 requests
java.lang.String

Readable / Writable
algorithm The certificate encoding algorithm to be used
boolean

Readable / Writable
tcpNoDelay Should we use TCP no delay?
java.lang.String

Readable / Writable
keyAlias Alias name of this connector's keypair and supporting certificate chain
boolean

Readable / Writable
xpoweredBy Is generation of X-Powered-By response header enabled/disabled?
java.lang.String

Readable / Writable
trustStoreType Type of trust store file to be used for trusted certificates
boolean

Readable / Writable
tomcatAuthentication Should Tomcat perform all authentications?
java.lang.String

Readable / Writable
compression Compression value
int

Readable / Writable
maxHttpHeaderSize Maximum size in bytes of the HTTP header
java.lang.String

Readable / Writable
trustStoreFile Pathname to the trust store file to be used
java.lang.String

Readable / Writable
sslProtocol SSL protocol variant to be used
java.lang.String

Readable / Writable
trustStorePass Password for accessing the trust store file
java.lang.String

Write Only
secret Authentication secret (I guess ... not in Javadocs)
int

Readable / Writable
proxyPort Ther Server port to which we should pretend requests to this Connector
boolean

Readable / Writable
secure Is this a secure (SSL) Connector?
java.lang.String

Readable / Writable
sslProtocols Comma-separated list of SSL protocol variants to be enabled
int

Readable / Writable
minSpareThreads The number of request processing threads that will be created
int

Readable / Writable
maxPostSize Maximum size in bytes of a POST which will be handled by the servlet API provided features
int

Readable / Writable
redirectPort The redirect port for non-SSL to SSL redirects
int

Readable / Writable
bufferSize The input buffer size we should create on input streams
boolean

Readable / Writable
emptySessionPath The 'empty session path' flag for this Connector
java.lang.String

Read Only
className Fully qualified class name of the managed object
java.lang.String

Readable / Writable
keystoreFile Pathname to the key store file to be used
int

Readable / Writable
threadPriority The thread priority for processors
java.lang.String

Readable / Writable
proxyName Ther Server name to which we should pretend requests to this Connector
boolean

Readable / Writable
useBodyEncodingForURI Should the body encoding be used for URI query parameters
java.lang.String

Read Only
protocolHandlerClassName Coyote Protocol handler class name
int

Readable / Writable
maxSpareThreads The maximum number of unused request processing threads
boolean

Readable / Writable
enableLookups The 'enable DNS lookups' flag for this Connector
java.lang.String

Readable / Writable
clientAuth Should we require client authentication?
boolean

Readable / Writable
allowTrace Allow disabling TRACE method
java.lang.String

Read Only
modelerType Type of the modeled resource. Can be set only once
int

Readable / Writable
maxKeepAliveRequests Maximum number of Keep-Alive requests to honor per connection
boolean

Readable / Writable
disableUploadTimeout Should Tomcat ignore setting a timeout for uploads?
java.lang.String

Readable / Writable
ciphers Comma-separated list of SSL cipher suites to be enabled

Operation Summary
void stop() Stop
void init() Init
void start() Start
void pause() Start
void resume() Stop
void destroy() Destroy

Operation Detail

stop

public void stop()
Stop

Parameters:

init

public void init()
Init

Parameters:

start

public void start()
Start

Parameters:

pause

public void pause()
Start

Parameters:

resume

public void resume()
Stop

Parameters:

destroy

public void destroy()
Destroy

Parameters: