Uses of Interface
org.jboss.modcluster.config.MCMPHandlerConfiguration
Packages that use MCMPHandlerConfiguration
Package
Description
Package containing a set of public configuration builders replacing legacy Java beans-style configuration.
-
Uses of MCMPHandlerConfiguration in org.jboss.modcluster
Constructors in org.jboss.modcluster with parameters of type MCMPHandlerConfigurationModifierConstructorDescriptionprotected
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
Methods in org.jboss.modcluster.config that return MCMPHandlerConfiguration -
Uses of MCMPHandlerConfiguration in org.jboss.modcluster.config.builder
Methods in org.jboss.modcluster.config.builder that return MCMPHandlerConfiguration -
Uses of MCMPHandlerConfiguration in org.jboss.modcluster.config.impl
Classes in org.jboss.modcluster.config.impl that implement MCMPHandlerConfigurationModifier and TypeClassDescriptionclass
class
Java bean implementing the various configuration interfaces.Methods in org.jboss.modcluster.config.impl that return MCMPHandlerConfigurationConstructors in org.jboss.modcluster.config.impl with parameters of type MCMPHandlerConfigurationModifierConstructorDescriptionModClusterConfigurationImpl
(AdvertiseConfiguration advertiseConfiguration, BalancerConfiguration balancerConfiguration, NodeConfiguration nodeConfiguration, MCMPHandlerConfiguration mcmpHandlerConfiguration) -
Uses of MCMPHandlerConfiguration in org.jboss.modcluster.container.catalina.standalone
Classes in org.jboss.modcluster.container.catalina.standalone that implement MCMPHandlerConfiguration -
Uses of MCMPHandlerConfiguration in org.jboss.modcluster.container.tomcat
Classes in org.jboss.modcluster.container.tomcat that implement MCMPHandlerConfigurationModifier and TypeClassDescriptionclass
Mod_cluster lifecycle listener for use in Tomcat. -
Uses of MCMPHandlerConfiguration in org.jboss.modcluster.mcmp.impl
Constructors in org.jboss.modcluster.mcmp.impl with parameters of type MCMPHandlerConfigurationModifierConstructorDescriptionDefaultMCMPHandler
(MCMPHandlerConfiguration config, ResetRequestSource source, MCMPRequestFactory requestFactory, MCMPResponseParser responseParser)