Uses of Enum Class
org.jboss.modcluster.mcmp.MCMPRequestType
Packages that use MCMPRequestType
-
Uses of MCMPRequestType in org.jboss.modcluster
Methods in org.jboss.modcluster with parameters of type MCMPRequestTypeModifier and TypeMethodDescriptionfinal voidModClusterLogger_$logger.parseHeaderFailed(Throwable cause, MCMPRequestType command, InetSocketAddress proxy) voidModClusterLogger.parseHeaderFailed(Throwable cause, MCMPRequestType command, InetSocketAddress proxy) final voidModClusterLogger_$logger.recoverableErrorResponse(String errorType, MCMPRequestType type, InetSocketAddress proxy, String message) voidModClusterLogger.recoverableErrorResponse(String errorType, MCMPRequestType type, InetSocketAddress proxy, String message) final voidModClusterLogger_$logger.sendContextCommand(MCMPRequestType command, Host host, Context context) voidModClusterLogger.sendContextCommand(MCMPRequestType command, Host host, Context context) final voidModClusterLogger_$logger.sendEngineCommand(MCMPRequestType command, Engine engine) voidModClusterLogger.sendEngineCommand(MCMPRequestType command, Engine engine) final voidModClusterLogger_$logger.sendFailed(MCMPRequestType type, InetSocketAddress proxy, String message) voidModClusterLogger.sendFailed(MCMPRequestType type, InetSocketAddress proxy, String message) final 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 MCMPRequestTypeModifier and TypeMethodDescriptionMCMPRequest.getRequestType()static MCMPRequestTypeReturns the enum constant of this class with the specified name.static MCMPRequestType[]MCMPRequestType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of MCMPRequestType in org.jboss.modcluster.mcmp.impl
Methods in org.jboss.modcluster.mcmp.impl that return MCMPRequestTypeConstructors in org.jboss.modcluster.mcmp.impl with parameters of type MCMPRequestTypeModifierConstructorDescriptionDefaultMCMPRequest(MCMPRequestType requestType, boolean wildcard, String jvmRoute, Map<String, String> parameters) Create a new ModClusterRequest.