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

List of MBean operations:


void start()

Start


void stop()

Stop


void pause()

Start


void resume()

Stop


void init()

Init


void destroy()

Destroy