getProxyName() Return the proxy server name for this Connector.
public int
getProxyPort() Return the proxy server port for this Connector.
public int
getRedirectPort() Return the port number to which a request should be redirected if
it comes in on a non-SSL port and is subject to a security constraint
with a transport guarantee that requires SSL.
isXpoweredBy() Indicates whether the generation of an X-Powered-By response header for
servlet-generated responses is enabled or disabled for this Connector.
setDebug(int debug) Set the debugging detail level for this component.
public void
setDisableUploadTimeout(boolean isDisabled) Set the flag to specify upload time-out behavior.
Parameters: isDisabled - If true, then the timeoutparameter is ignored.
public void
setEnableLookups(boolean enableLookups) Set the "enable DNS lookups" flag.
setKeepAlive(boolean keepAlive) Set the keep-alive policy for this connection.
public void
setKeyAlias(String alias) Sets the alias name of the keypair and supporting certificate chain
used by this Connector to authenticate itself to SSL clients.
setUseBodyEncodingForURI(boolean useBodyEncodingForURI) Set if the entity body encoding should be used for the URI.
public void
setXpoweredBy(boolean xpoweredBy) Enables or disables the generation of an X-Powered-By header (with value
Servlet/2.4) for all servlet-generated responses returned by this
Connector.
public void
start() Begin processing requests via this Connector.
public void
stop() Terminate processing requests via this Connector.
Gets the list of SSL cipher suites that are to be enabled
Comma-separated list of SSL cipher suites, or null if allcipher suites supported by the underlying SSL implementation are beingenabled
Gets the alias name of the keypair and supporting certificate chain
used by this Connector to authenticate itself to SSL clients.
The alias name of the keypair and supporting certificate chain
Return the port number to which a request should be redirected if
it comes in on a non-SSL port and is subject to a security constraint
with a transport guarantee that requires SSL.
Indicates whether the generation of an X-Powered-By response header for
servlet-generated responses is enabled or disabled for this Connector.
true if generation of X-Powered-By response header is enabled,false otherwise
Sets the SSL cipher suites that are to be enabled.
Only those SSL cipher suites that are actually supported by
the underlying SSL implementation will be enabled.
Parameters: ciphers - Comma-separated list of SSL cipher suites
setClientAuth
public void setClientAuth(String clientAuth)(Code)
setCompression
public void setCompression(String compression)(Code)
Set the value of compression.
Parameters: compression - The new compression value, which can be "on", "off"or "force"
setConnectionLinger
public void setConnectionLinger(int connectionLinger)(Code)
Set the connection linger for this Connector.
Parameters: count - The new connection linge
setConnectionTimeout
public void setConnectionTimeout(int connectionTimeout)(Code)
Set the connection timeout for this Connector.
Parameters: count - The new connection timeout
setConnectionUploadTimeout
public void setConnectionUploadTimeout(int connectionUploadTimeout)(Code)
Set the connection upload timeout for this Connector.
Parameters: connectionUploadTimeout - The new connection upload timeout
Set the debugging detail level for this component.
Parameters: debug - The new debugging detail level
setDisableUploadTimeout
public void setDisableUploadTimeout(boolean isDisabled)(Code)
Set the flag to specify upload time-out behavior.
Parameters: isDisabled - If true, then the timeoutparameter is ignored. If false, then thetimeout parameter is used to control uploads.
setEnableLookups
public void setEnableLookups(boolean enableLookups)(Code)
Set the "enable DNS lookups" flag.
Parameters: enableLookups - The new "enable DNS lookups" flag value
Sets the alias name of the keypair and supporting certificate chain
used by this Connector to authenticate itself to SSL clients.
Parameters: alias - The alias name of the keypair and supporting certificatechain
setKeystoreFile
public void setKeystoreFile(String keystoreFile)(Code)
setKeystorePass
public void setKeystorePass(String keystorePass)(Code)
Set the maximum size of a POST which will be automatically
parsed by the container.
Parameters: maxPostSize - The new maximum size in bytes of a POST which will be automatically parsed by the container
setMaxProcessors
public void setMaxProcessors(int maxProcessors)(Code)
Set the maximum number of processors allowed, or <0 for unlimited.
Parameters: maxProcessors - The new maximum processors
setMinProcessors
public void setMinProcessors(int minProcessors)(Code)
Set the minimum number of processors to start at initialization.
Parameters: minProcessors - The new minimum processors
Set the Service with which we are associated (if any).
Parameters: service - The service that owns this Engine
setSslProtocol
public void setSslProtocol(String sslProtocol)(Code)
Sets the SSL protocol variant to be used.
Parameters: sslProtocol - SSL protocol variant
setSslProtocols
public void setSslProtocols(String sslProtocols)(Code)
Sets the SSL protocol variants to be enabled.
Parameters: sslProtocols - Comma-separated list of SSL protocol variants
setTcpNoDelay
public void setTcpNoDelay(boolean tcpNoDelay)(Code)
Set the TCP no delay flag which will be set on the socket after
accepting a connection.
Parameters: tcpNoDelay - The new TCP no delay flag
setThreadPriority
public void setThreadPriority(int threadPriority)(Code)
Sets the processor thread priority.
Parameters: threadPriority - The new priority level
setTomcatAuthentication
public void setTomcatAuthentication(boolean tomcatAuthentication)(Code)
setURIEncoding
public void setURIEncoding(String URIEncoding)(Code)
Set the URI encoding to be used for the URI.
Parameters: URIEncoding - The new URI character encoding.
setUseBodyEncodingForURI
public void setUseBodyEncodingForURI(boolean useBodyEncodingForURI)(Code)
Set if the entity body encoding should be used for the URI.
Parameters: useBodyEncodingForURI - The new value for the flag.
setXpoweredBy
public void setXpoweredBy(boolean xpoweredBy)(Code)
Enables or disables the generation of an X-Powered-By header (with value
Servlet/2.4) for all servlet-generated responses returned by this
Connector.
Parameters: xpoweredBy - true if generation of X-Powered-By response header isto be enabled, false otherwise