Uses of Interface
org.jboss.modcluster.mcmp.MCMPRequestFactory
-
Packages that use MCMPRequestFactory Package Description org.jboss.modcluster org.jboss.modcluster.mcmp.impl -
-
Uses of MCMPRequestFactory in org.jboss.modcluster
Constructors in org.jboss.modcluster with parameters of type MCMPRequestFactory Constructor Description ModClusterService(NodeConfiguration nodeConfig, BalancerConfiguration balancerConfig, MCMPHandlerConfiguration mcmpConfig, AdvertiseConfiguration advertiseConfig, LoadBalanceFactorProviderFactory loadBalanceFactorProviderFactory, MCMPRequestFactory requestFactory, MCMPResponseParser responseParser, ResetRequestSource resetRequestSource, MCMPHandler mcmpHandler, AdvertiseListenerFactory listenerFactory)
-
Uses of MCMPRequestFactory in org.jboss.modcluster.mcmp.impl
Classes in org.jboss.modcluster.mcmp.impl that implement MCMPRequestFactory Modifier and Type Class Description class
DefaultMCMPRequestFactory
Constructors in org.jboss.modcluster.mcmp.impl with parameters of type MCMPRequestFactory Constructor Description DefaultMCMPHandler(MCMPHandlerConfiguration config, ResetRequestSource source, MCMPRequestFactory requestFactory, MCMPResponseParser responseParser)
ResetRequestSourceImpl(NodeConfiguration nodeConfig, BalancerConfiguration balancerConfig, MCMPRequestFactory requestFactory)
-