Package | Description |
---|---|
org.apache.synapse.transport.passthru |
Modifier and Type | Method and Description |
---|---|
ProtocolState |
TargetContext.getState() |
ProtocolState |
SourceContext.getState() |
static ProtocolState |
TargetContext.getState(org.apache.http.nio.NHttpConnection conn) |
static ProtocolState |
SourceContext.getState(org.apache.http.nio.NHttpConnection conn) |
static ProtocolState |
ProtocolState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProtocolState[] |
ProtocolState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
SourceContext.assertState(org.apache.http.nio.NHttpConnection conn,
ProtocolState state) |
static void |
SourceContext.create(org.apache.http.nio.NHttpConnection conn,
ProtocolState state,
SourceConfiguration configuration) |
static void |
TargetContext.create(org.apache.http.nio.NHttpConnection conn,
ProtocolState state,
TargetConfiguration configuration) |
protected void |
TargetErrorHandler.handleError(org.apache.axis2.context.MessageContext mc,
int errorCode,
String errorMessage,
Exception exceptionToRaise,
ProtocolState state)
Mark request to send failed with error
|
void |
TargetContext.setState(ProtocolState state) |
void |
SourceContext.setState(ProtocolState state) |
static void |
TargetContext.updateState(org.apache.http.nio.NHttpConnection conn,
ProtocolState state) |
static void |
SourceContext.updateState(org.apache.http.nio.NHttpConnection conn,
ProtocolState state) |
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.