org.apache.catalina.mbeans

クラス ConnectorMBean

インスタンス

Implementation of a Coyote connector


属性の概要
int

読み書き可能
connectionUploadTimeout Timeout value on the incoming connection during request processing
int

読み書き可能
keepAliveTimeout The number of seconds Tomcat will wait for a subsequent request before closing the connection
java.lang.String

読み書き可能
protocol Coyote protocol handler in use
int

読み書き可能
maxThreads The maximum number of request processing threads to be created
java.lang.String

読み書き可能
keystorePass Password for accessing the key store file
int

読み書き可能
acceptCount The accept count for this Connector
java.lang.String

読み書き可能
URIEncoding Character encoding used to decode the URI
int

読み書き可能
connectionTimeout Timeout value on the incoming connection
int

読み書き可能
connectionLinger Linger value on the incoming connection
java.lang.String

読み書き可能
address The IP address on which to bind
java.lang.String

読み書き可能
strategy Thread pool strategy
java.lang.String

読み書き可能
scheme Protocol name for this Connector (http, https)
java.lang.String

読み書き可能
keystoreType Type of keystore file to be used for the server certificate
int

読み書き可能
port The port number on which we listen for ajp13 requests
java.lang.String

読み書き可能
algorithm The certificate encoding algorithm to be used
boolean

読み書き可能
tcpNoDelay Should we use TCP no delay?
java.lang.String

読み書き可能
keyAlias Alias name of this connector's keypair and supporting certificate chain
boolean

読み書き可能
xpoweredBy Is generation of X-Powered-By response header enabled/disabled?
java.lang.String

読み書き可能
trustStoreType Type of trust store file to be used for trusted certificates
boolean

読み書き可能
tomcatAuthentication Should Tomcat perform all authentications?
java.lang.String

読み書き可能
compression Compression value
int

読み書き可能
maxHttpHeaderSize Maximum size in bytes of the HTTP header
java.lang.String

読み書き可能
trustStoreFile Pathname to the trust store file to be used
java.lang.String

読み書き可能
sslProtocol SSL protocol variant to be used
java.lang.String

読み書き可能
trustStorePass Password for accessing the trust store file
java.lang.String

書き込みのみ
secret Authentication secret (I guess ... not in Javadocs)
int

読み書き可能
proxyPort Ther Server port to which we should pretend requests to this Connector
boolean

読み書き可能
secure Is this a secure (SSL) Connector?
java.lang.String

読み書き可能
sslProtocols Comma-separated list of SSL protocol variants to be enabled
int

読み書き可能
minSpareThreads The number of request processing threads that will be created
int

読み書き可能
maxPostSize Maximum size in bytes of a POST which will be handled by the servlet API provided features
int

読み書き可能
redirectPort The redirect port for non-SSL to SSL redirects
int

読み書き可能
bufferSize The input buffer size we should create on input streams
boolean

読み書き可能
emptySessionPath The 'empty session path' flag for this Connector
java.lang.String

読み取りのみ
className Fully qualified class name of the managed object
java.lang.String

読み書き可能
keystoreFile Pathname to the key store file to be used
int

読み書き可能
threadPriority The thread priority for processors
java.lang.String

読み書き可能
proxyName Ther Server name to which we should pretend requests to this Connector
boolean

読み書き可能
useBodyEncodingForURI Should the body encoding be used for URI query parameters
java.lang.String

読み取りのみ
protocolHandlerClassName Coyote Protocol handler class name
int

読み書き可能
maxSpareThreads The maximum number of unused request processing threads
boolean

読み書き可能
enableLookups The 'enable DNS lookups' flag for this Connector
java.lang.String

読み書き可能
clientAuth Should we require client authentication?
boolean

読み書き可能
allowTrace Allow disabling TRACE method
java.lang.String

読み取りのみ
modelerType Type of the modeled resource. Can be set only once
int

読み書き可能
maxKeepAliveRequests Maximum number of Keep-Alive requests to honor per connection
boolean

読み書き可能
disableUploadTimeout Should Tomcat ignore setting a timeout for uploads?
java.lang.String

読み書き可能
ciphers Comma-separated list of SSL cipher suites to be enabled

オペレーションの概要
void stop() Stop
void init() Init
void start() Start
void pause() Start
void resume() Stop
void destroy() Destroy

オペレーションの詳細

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: