Uses of Class
org.jboss.modcluster.config.builder.MCMPHandlerConfigurationBuilder
Package
Description
Package containing a set of public configuration builders replacing legacy Java beans-style configuration.
-
Uses of MCMPHandlerConfigurationBuilder in org.jboss.modcluster.config.builder
Modifier and TypeMethodDescriptionConfigurationBuilder.mcmp()
Builder for MCMP (Mod-Cluster Management Protocol) handler configuration.ModClusterConfigurationBuilder.mcmp()
MCMPHandlerConfigurationBuilder.setAdvertise
(Boolean advertise) Sets whether to receive advertisements from httpd proxies.MCMPHandlerConfigurationBuilder.setAutoEnableContexts
(boolean autoEnableContexts) Sets whether or not to automatically enable contexts.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.setJvmRouteFactory
(JvmRouteFactory jvmRouteFactory) Sets a factory for generating a JVM route.MCMPHandlerConfigurationBuilder.setProxyConfigurations
(Collection<ProxyConfiguration> proxyConfigurations) Sets a static list of proxies to register with as a collection ofProxyConfiguration
s.MCMPHandlerConfigurationBuilder.setProxyURL
(String proxyURL) Sets URL prefix to send with commands to mod_cluster.MCMPHandlerConfigurationBuilder.setSessionDrainingStrategy
(SessionDrainingStrategy sessionDrainingStrategy) Configures the strategy for draining sessions from a context.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.setSocketTimeout
(int socketTimeout) Sets connection timeout for communication with the proxy.MCMPHandlerConfigurationBuilder.setStopContextTimeout
(long stopContextTimeout) Sets the number ofsetStopContextTimeoutUnit(TimeUnit)
to wait for pending requests to complete when stopping a context.MCMPHandlerConfigurationBuilder.setStopContextTimeoutUnit
(TimeUnit stopContextTimeoutUnit) Sets the unit of time to whichsetStopContextTimeout(long)
pertains.