Package | Description |
---|---|
org.jboss.modcluster.config.builder |
Package containing a set of public configuration builders replacing legacy Java beans-style configuration.
|
Modifier and Type | Method and Description |
---|---|
MCMPHandlerConfigurationBuilder |
ConfigurationBuilder.mcmp()
Builder for MCMP (Mod-Cluster Management Protocol) handler configuration.
|
MCMPHandlerConfigurationBuilder |
ModClusterConfigurationBuilder.mcmp() |
MCMPHandlerConfigurationBuilder |
MCMPHandlerConfigurationBuilder.setAdvertise(Boolean advertise)
Sets whether to receive advertisements from httpd proxies.
|
MCMPHandlerConfigurationBuilder |
MCMPHandlerConfigurationBuilder.setAutoEnableContexts(boolean autoEnableContexts)
Sets whether or not to automatically enable contexts.
|
MCMPHandlerConfigurationBuilder |
MCMPHandlerConfigurationBuilder.setExcludedContextsPerHost(Map<String,Set<String>> excludedContextsPerHost)
Sets a map of contexts per host that should never be registered by mod_cluster with the proxy.
|
MCMPHandlerConfigurationBuilder |
MCMPHandlerConfigurationBuilder.setJvmRouteFactory(JvmRouteFactory jvmRouteFactory)
Sets a factory for generating a JVM route.
|
MCMPHandlerConfigurationBuilder |
MCMPHandlerConfigurationBuilder.setProxyConfigurations(Collection<ProxyConfiguration> proxyConfigurations)
Sets a static list of proxies to register with as a collection of
ProxyConfiguration s. |
MCMPHandlerConfigurationBuilder |
MCMPHandlerConfigurationBuilder.setProxyURL(String proxyURL)
Sets URL prefix to send with commands to mod_cluster.
|
MCMPHandlerConfigurationBuilder |
MCMPHandlerConfigurationBuilder.setSessionDrainingStrategy(SessionDrainingStrategy sessionDrainingStrategy)
Configures the strategy for draining sessions from a context.
|
MCMPHandlerConfigurationBuilder |
MCMPHandlerConfigurationBuilder.setSocketFactory(SocketFactory socketFactory)
Sets socket factory for communication with the proxy; supply an SSL socket factory to use SSL to connect to the proxy.
|
MCMPHandlerConfigurationBuilder |
MCMPHandlerConfigurationBuilder.setSocketTimeout(int socketTimeout)
Sets connection timeout for communication with the proxy.
|
MCMPHandlerConfigurationBuilder |
MCMPHandlerConfigurationBuilder.setStopContextTimeout(long stopContextTimeout)
Sets the number of
setStopContextTimeoutUnit(TimeUnit) to wait for pending requests to complete when stopping a context. |
MCMPHandlerConfigurationBuilder |
MCMPHandlerConfigurationBuilder.setStopContextTimeoutUnit(TimeUnit stopContextTimeoutUnit)
Sets the unit of time to which
setStopContextTimeout(long) pertains. |
Copyright © 2023 JBoss by Red Hat. All rights reserved.