JBoss

JMX MBean View

Back to Agent View Refresh MBean View

MBean description:

Implementation of a Coyote connector

List of MBean attributes:

Name Type Access Value Description
modelerType java.lang.String R null Type of the modeled resource. Can be set only once
maxPostSize int RW Maximum size in bytes of a POST which will be handled by the servlet API provided features
proxyName java.lang.String RW Ther Server name to which we should pretend requests to this Connector
scheme java.lang.String RW Protocol name for this Connector (http, https)
keyAlias java.lang.String RW Alias name of this connector's keypair and supporting certificate chain
connectionUploadTimeout int RW Timeout value on the incoming connection during request processing
className java.lang.String R null Fully qualified class name of the managed object
acceptCount int RW The accept count for this Connector
secret java.lang.String W Authentication secret (I guess ... not in Javadocs)
secure boolean RW True False Is this a secure (SSL) Connector?
threadPriority int RW The thread priority for processors
trustStorePass java.lang.String RW Password for accessing the trust store file
proxyPort int RW Ther Server port to which we should pretend requests to this Connector
sslProtocols java.lang.String RW Comma-separated list of SSL protocol variants to be enabled
protocol java.lang.String RW Coyote protocol handler in use
trustStoreFile java.lang.String RW Pathname to the trust store file to be used
redirectPort int RW The redirect port for non-SSL to SSL redirects
allowTrace boolean RW True False Allow disabling TRACE method
ciphers java.lang.String RW Comma-separated list of SSL cipher suites to be enabled
disableUploadTimeout boolean RW True False Should Tomcat ignore setting a timeout for uploads?
protocolHandlerClassName java.lang.String R org.apache.coyote.http11.Http11Protocol Coyote Protocol handler class name
keystorePass java.lang.String RW Password for accessing the key store file
trustStoreType java.lang.String RW Type of trust store file to be used for trusted certificates
maxThreads int RW The maximum number of request processing threads to be created
connectionTimeout int RW Timeout value on the incoming connection
tcpNoDelay boolean RW True False Should we use TCP no delay?
useBodyEncodingForURI boolean RW True False Should the body encoding be used for URI query parameters
algorithm java.lang.String RW The certificate encoding algorithm to be used
connectionLinger int RW Linger value on the incoming connection
keepAliveTimeout int RW The number of seconds Tomcat will wait for a subsequent request before closing the connection
maxKeepAliveRequests int RW Maximum number of Keep-Alive requests to honor per connection
address java.lang.String RW The IP address on which to bind
enableLookups boolean RW True False The 'enable DNS lookups' flag for this Connector
emptySessionPath boolean RW True False The 'empty session path' flag for this Connector
URIEncoding java.lang.String RW Character encoding used to decode the URI
minSpareThreads int RW The number of request processing threads that will be created
maxSpareThreads int RW The maximum number of unused request processing threads
maxHttpHeaderSize int RW Maximum size in bytes of the HTTP header
port int RW The port number on which we listen for ajp13 requests
keystoreType java.lang.String RW Type of keystore file to be used for the server certificate
xpoweredBy boolean RW True False Is generation of X-Powered-By response header enabled/disabled?
sslProtocol java.lang.String RW SSL protocol variant to be used
keystoreFile java.lang.String RW Pathname to the key store file to be used
compression java.lang.String RW Compression value
strategy java.lang.String RW Thread pool strategy
clientAuth java.lang.String RW Should we require client authentication?
bufferSize int RW The input buffer size we should create on input streams
tomcatAuthentication boolean RW True False Should Tomcat perform all authentications?

List of MBean operations:


void resume()

Stop


void init()

Init


void stop()

Stop


void start()

Start


void destroy()

Destroy


void pause()

Start