Uses of Interface
org.jboss.modcluster.config.MCMPHandlerConfiguration
Package
Description
Package containing a set of public configuration builders replacing legacy Java beans-style configuration.
-
Uses of MCMPHandlerConfiguration in org.jboss.modcluster
ModifierConstructorDescriptionprotected
ModClusterService
(NodeConfiguration nodeConfig, BalancerConfiguration balancerConfig, MCMPHandlerConfiguration mcmpConfig, AdvertiseConfiguration advertiseConfig, LoadBalanceFactorProviderFactory loadBalanceFactorProviderFactory, MCMPRequestFactory requestFactory, MCMPResponseParser responseParser, ResetRequestSource resetRequestSource, MCMPHandler mcmpHandler, AdvertiseListenerFactory listenerFactory) -
Uses of MCMPHandlerConfiguration in org.jboss.modcluster.config
-
Uses of MCMPHandlerConfiguration in org.jboss.modcluster.config.builder
-
Uses of MCMPHandlerConfiguration in org.jboss.modcluster.config.impl
Modifier and TypeClassDescriptionclass
class
Java bean implementing the various configuration interfaces.ModifierConstructorDescriptionModClusterConfigurationImpl
(AdvertiseConfiguration advertiseConfiguration, BalancerConfiguration balancerConfiguration, NodeConfiguration nodeConfiguration, MCMPHandlerConfiguration mcmpHandlerConfiguration) -
Uses of MCMPHandlerConfiguration in org.jboss.modcluster.container.catalina.standalone
-
Uses of MCMPHandlerConfiguration in org.jboss.modcluster.container.tomcat
Modifier and TypeClassDescriptionclass
Mod_cluster lifecycle listener for use in Tomcat. -
Uses of MCMPHandlerConfiguration in org.jboss.modcluster.mcmp.impl
ModifierConstructorDescriptionDefaultMCMPHandler
(MCMPHandlerConfiguration config, ResetRequestSource source, MCMPRequestFactory requestFactory, MCMPResponseParser responseParser)