Uses of Class
org.jboss.modcluster.mcmp.MCMPRequestType
-
Packages that use MCMPRequestType Package Description org.jboss.modcluster org.jboss.modcluster.mcmp org.jboss.modcluster.mcmp.impl -
-
Uses of MCMPRequestType in org.jboss.modcluster
Methods in org.jboss.modcluster with parameters of type MCMPRequestType Modifier and Type Method Description voidModClusterLogger_$logger. parseHeaderFailed(Throwable cause, MCMPRequestType command, InetSocketAddress proxy)voidModClusterLogger. parseHeaderFailed(Throwable cause, MCMPRequestType command, InetSocketAddress proxy)voidModClusterLogger_$logger. recoverableErrorResponse(String errorType, MCMPRequestType type, InetSocketAddress proxy, String message)voidModClusterLogger. recoverableErrorResponse(String errorType, MCMPRequestType type, InetSocketAddress proxy, String message)voidModClusterLogger_$logger. sendContextCommand(MCMPRequestType command, Host host, Context context)voidModClusterLogger. sendContextCommand(MCMPRequestType command, Host host, Context context)voidModClusterLogger_$logger. sendEngineCommand(MCMPRequestType command, Engine engine)voidModClusterLogger. sendEngineCommand(MCMPRequestType command, Engine engine)voidModClusterLogger_$logger. sendFailed(MCMPRequestType type, InetSocketAddress proxy, String message)voidModClusterLogger. sendFailed(MCMPRequestType type, InetSocketAddress proxy, String message)voidModClusterLogger_$logger. unrecoverableErrorResponse(String errorType, MCMPRequestType type, InetSocketAddress proxy, String message)voidModClusterLogger. unrecoverableErrorResponse(String errorType, MCMPRequestType type, InetSocketAddress proxy, String message) -
Uses of MCMPRequestType in org.jboss.modcluster.mcmp
Methods in org.jboss.modcluster.mcmp that return MCMPRequestType Modifier and Type Method Description MCMPRequestTypeMCMPRequest. getRequestType()static MCMPRequestTypeMCMPRequestType. valueOf(String name)Returns the enum constant of this type with the specified name.static MCMPRequestType[]MCMPRequestType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of MCMPRequestType in org.jboss.modcluster.mcmp.impl
Methods in org.jboss.modcluster.mcmp.impl that return MCMPRequestType Modifier and Type Method Description MCMPRequestTypeDefaultMCMPRequest. getRequestType()Constructors in org.jboss.modcluster.mcmp.impl with parameters of type MCMPRequestType Constructor Description DefaultMCMPRequest(MCMPRequestType requestType, boolean wildcard, String jvmRoute, Map<String,String> parameters)Create a new ModClusterRequest.
-