Uses of Interface
org.jboss.modcluster.mcmp.MCMPRequest
Packages that use MCMPRequest
-
Uses of MCMPRequest in org.jboss.modcluster.mcmp
Methods in org.jboss.modcluster.mcmp that return MCMPRequestModifier and TypeMethodDescriptionMCMPRequestFactory.createConfigRequest(Engine engine, NodeConfiguration nodeConfig, BalancerConfiguration balancerConfig) Creates a CONFIG MCMP request for the specified engine.MCMPRequestFactory.createDisableRequest(Context context) Creates an DISABLE-APP MCMP request for the specified context.MCMPRequestFactory.createDisableRequest(Engine engine) Creates an DISABLE-APP * MCMP request for the specified engine.MCMPRequestFactory.createDumpRequest()Creates an DUMP MCMP request.MCMPRequestFactory.createEnableRequest(Context context) Creates an ENABLE-APP MCMP request for the specified context.MCMPRequestFactory.createEnableRequest(Engine engine) Creates an ENABLE-APP * MCMP request for the specified engine.MCMPRequestFactory.createInfoRequest()Creates an INFO MCMP request.MCMPRequestFactory.createPingRequest()Creates an PING MCMP request.MCMPRequestFactory.createPingRequest(String jvmRoute) Creates an PING MCMP request for the node configured with the specified jvm route.MCMPRequestFactory.createPingRequest(String scheme, String host, int port) Creates an PING MCMP request for the node with a connector matching the specified protocol, host, and port.MCMPRequestFactory.createRemoveContextRequest(String jvmRoute, Set<String> aliases, String path) Create a REMOVE-APP request using the specified jvm route, aliases, and context path.MCMPRequestFactory.createRemoveEngineRequest(String jvmRoute) Create a REMOVE-APP * request using the specified jvm route.MCMPRequestFactory.createRemoveRequest(Context context) Creates an REMOVE-APP MCMP request for the specified context.MCMPRequestFactory.createRemoveRequest(Engine engine) Creates an REMOVE-APP * MCMP request for the specified engine.MCMPRequestFactory.createStatusRequest(String jvmRoute, int lbf) Creates an STATUS MCMP request using the specified jvmRoute and load balance factor.MCMPRequestFactory.createStopRequest(Context context) Creates an STOP-APP MCMP request for the specified context.MCMPRequestFactory.createStopRequest(Engine engine) Creates an STOP-APP * MCMP request for the specified engine.Methods in org.jboss.modcluster.mcmp that return types with arguments of type MCMPRequestModifier and TypeMethodDescriptionResetRequestSource.getResetRequests(Map<String, Set<ResetRequestSource.VirtualHost>> response) Gets a list of requests that should be sent to an httpd-side mod_cluster instance when anMCMPHandlerdetermines that its state needs to be reset.Methods in org.jboss.modcluster.mcmp with parameters of type MCMPRequestModifier and TypeMethodDescriptionMCMPHandler.sendRequest(MCMPRequest request) Send a request to all healthy proxies.Method parameters in org.jboss.modcluster.mcmp with type arguments of type MCMPRequestModifier and TypeMethodDescriptionMCMPHandler.sendRequests(List<MCMPRequest> requests) Send a list of requests to all healthy proxies, with all requests in the list sent to each proxy before moving on to the next. -
Uses of MCMPRequest in org.jboss.modcluster.mcmp.impl
Classes in org.jboss.modcluster.mcmp.impl that implement MCMPRequestModifier and TypeClassDescriptionclassEncapsulates the parameters for a request over MCMP.Methods in org.jboss.modcluster.mcmp.impl that return MCMPRequestModifier and TypeMethodDescriptionDefaultMCMPRequestFactory.createConfigRequest(Engine engine, NodeConfiguration nodeConfig, BalancerConfiguration balancerConfig) DefaultMCMPRequestFactory.createDisableRequest(Context context) DefaultMCMPRequestFactory.createDisableRequest(Engine engine) DefaultMCMPRequestFactory.createDumpRequest()DefaultMCMPRequestFactory.createEnableRequest(Context context) DefaultMCMPRequestFactory.createEnableRequest(Engine engine) DefaultMCMPRequestFactory.createInfoRequest()DefaultMCMPRequestFactory.createPingRequest()DefaultMCMPRequestFactory.createPingRequest(String jvmRoute) DefaultMCMPRequestFactory.createPingRequest(String scheme, String host, int port) DefaultMCMPRequestFactory.createRemoveContextRequest(String jvmRoute, Set<String> aliases, String path) DefaultMCMPRequestFactory.createRemoveEngineRequest(String jvmRoute) DefaultMCMPRequestFactory.createRemoveRequest(Context context) DefaultMCMPRequestFactory.createRemoveRequest(Engine engine) DefaultMCMPRequestFactory.createStatusRequest(String jvmRoute, int lbf) DefaultMCMPRequestFactory.createStopRequest(Context context) DefaultMCMPRequestFactory.createStopRequest(Engine engine) Methods in org.jboss.modcluster.mcmp.impl that return types with arguments of type MCMPRequestModifier and TypeMethodDescriptionResetRequestSourceImpl.getResetRequests(Map<String, Set<ResetRequestSource.VirtualHost>> response) Methods in org.jboss.modcluster.mcmp.impl with parameters of type MCMPRequestMethod parameters in org.jboss.modcluster.mcmp.impl with type arguments of type MCMPRequest