Package | Description |
---|---|
org.jboss.modcluster | |
org.jboss.modcluster.mcmp | |
org.jboss.modcluster.mcmp.impl |
Modifier and Type | Method and Description |
---|---|
void |
ModClusterLogger.parseHeaderFailed(Throwable cause,
MCMPRequestType command,
InetSocketAddress proxy) |
void |
ModClusterLogger_$logger.parseHeaderFailed(Throwable cause,
MCMPRequestType command,
InetSocketAddress proxy) |
void |
ModClusterLogger.recoverableErrorResponse(String errorType,
MCMPRequestType type,
InetSocketAddress proxy,
String message) |
void |
ModClusterLogger_$logger.recoverableErrorResponse(String errorType,
MCMPRequestType type,
InetSocketAddress proxy,
String message) |
void |
ModClusterLogger.sendContextCommand(MCMPRequestType command,
Host host,
Context context) |
void |
ModClusterLogger_$logger.sendContextCommand(MCMPRequestType command,
Host host,
Context context) |
void |
ModClusterLogger.sendEngineCommand(MCMPRequestType command,
Engine engine) |
void |
ModClusterLogger_$logger.sendEngineCommand(MCMPRequestType command,
Engine engine) |
void |
ModClusterLogger.sendFailed(Throwable cause,
MCMPRequestType type,
InetSocketAddress proxy) |
void |
ModClusterLogger_$logger.sendFailed(Throwable cause,
MCMPRequestType type,
InetSocketAddress proxy) |
void |
ModClusterLogger.unrecoverableErrorResponse(String errorType,
MCMPRequestType type,
InetSocketAddress proxy,
String message) |
void |
ModClusterLogger_$logger.unrecoverableErrorResponse(String errorType,
MCMPRequestType type,
InetSocketAddress proxy,
String message) |
Modifier and Type | Method and Description |
---|---|
MCMPRequestType |
MCMPRequest.getRequestType() |
static MCMPRequestType |
MCMPRequestType.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.
|
Modifier and Type | Method and Description |
---|---|
MCMPRequestType |
DefaultMCMPRequest.getRequestType() |
Constructor and Description |
---|
DefaultMCMPRequest(MCMPRequestType requestType,
boolean wildcard,
String jvmRoute,
Map<String,String> parameters)
Create a new ModClusterRequest.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.