public interface MCMPHandlerConfiguration extends SSLConfiguration, AdvertiseConfiguration
MCMPHandler
.DEFAULT_SOCKET_ADDRESS
Modifier and Type | Method and Description |
---|---|
Boolean |
getAdvertise()
Receive advertisements from httpd proxies (default is to use advertisements if the proxyList is not set).
|
Map<String,Set<String>> |
getExcludedContextsPerHost()
Returns a list of contexts that should never be enabled in mod_cluster.
|
JvmRouteFactory |
getJvmRouteFactory()
Factory for generating jvm route
|
Collection<InetSocketAddress> |
getProxies()
Proxy list, format "address:port,address:port".
|
String |
getProxyURL()
URL prefix.
|
SessionDrainingStrategy |
getSessionDrainingStrategy() |
int |
getSocketTimeout()
Connection timeout for communication with the proxy.
|
long |
getStopContextTimeout()
Returns the number of
getStopContextTimeoutUnit() to wait for pending requests to complete when stopping a
context. |
TimeUnit |
getStopContextTimeoutUnit()
Returns the unit of time to which
getStopContextTimeout() pertains. |
boolean |
isAutoEnableContexts()
Indicates whether or not to automatically enable contexts.
|
boolean |
isSsl()
SSL client cert usage to connect to the proxy.
|
getSslCertificateEncodingAlgorithm, getSslCiphers, getSslCrlFile, getSslKeyAlias, getSslKeyStore, getSslKeyStorePassword, getSslKeyStoreProvider, getSslKeyStoreType, getSslProtocol, getSslTrustAlgorithm, getSslTrustMaxCertLength, getSslTrustStore, getSslTrustStorePassword, getSslTrustStoreProvider, getSslTrustStoreType
getAdvertiseInterface, getAdvertiseSecurityKey, getAdvertiseSocketAddress, getAdvertiseThreadFactory
Collection<InetSocketAddress> getProxies()
String getProxyURL()
int getSocketTimeout()
boolean isSsl()
Map<String,Set<String>> getExcludedContextsPerHost()
Boolean getAdvertise()
boolean isAutoEnableContexts()
long getStopContextTimeout()
getStopContextTimeoutUnit()
to wait for pending requests to complete when stopping a
context.TimeUnit getStopContextTimeoutUnit()
getStopContextTimeout()
pertains.JvmRouteFactory getJvmRouteFactory()
SessionDrainingStrategy getSessionDrainingStrategy()
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.