public interface MCMPHandlerConfiguration
MCMPHandler.| 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()
Deprecated.
As of 1.3.1.Final use
getProxyConfigurations() to also specify local bind address. |
Collection<ProxyConfiguration> |
getProxyConfigurations()
Gets list of proxies as a collection of
ProxyConfigurations. |
String |
getProxyURL()
URL prefix.
|
SessionDrainingStrategy |
getSessionDrainingStrategy() |
SocketFactory |
getSocketFactory()
Configuration of the socket factory, supply SSL socket factory to use SSL to connect to the proxy.
|
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()
Deprecated.
Use
getSocketFactory() instead. |
Collection<ProxyConfiguration> getProxyConfigurations()
ProxyConfigurations.ProxyConfigurations@Deprecated Collection<InetSocketAddress> getProxies()
getProxyConfigurations() to also specify local bind address.InetSocketAddresses.InetSocketAddressesString getProxyURL()
int getSocketTimeout()
@Deprecated boolean isSsl()
getSocketFactory() instead.SocketFactory getSocketFactory()
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 © 2023 JBoss by Red Hat. All rights reserved.