Uses of Class
org.apache.synapse.transport.passthru.ProtocolState
-
Packages that use ProtocolState Package Description org.apache.synapse.transport.passthru -
-
Uses of ProtocolState in org.apache.synapse.transport.passthru
Methods in org.apache.synapse.transport.passthru that return ProtocolState Modifier and Type Method Description ProtocolStateSourceContext. getState()static ProtocolStateSourceContext. getState(org.apache.http.nio.NHttpConnection conn)ProtocolStateTargetContext. getState()static ProtocolStateTargetContext. getState(org.apache.http.nio.NHttpConnection conn)static ProtocolStateProtocolState. 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.Methods in org.apache.synapse.transport.passthru with parameters of type ProtocolState Modifier and Type Method Description static booleanSourceContext. assertState(org.apache.http.nio.NHttpConnection conn, ProtocolState state)static booleanTargetContext. assertState(org.apache.http.nio.NHttpConnection conn, ProtocolState state)static voidSourceContext. create(org.apache.http.nio.NHttpConnection conn, ProtocolState state, SourceConfiguration configuration)static voidTargetContext. create(org.apache.http.nio.NHttpConnection conn, ProtocolState state, TargetConfiguration configuration)voidTargetErrorHandler. handleError(org.apache.axis2.context.MessageContext mc, int errorCode, String errorMessage, Exception exceptionToRaise, ProtocolState state)Mark request to send failed with errorvoidSourceContext. setState(ProtocolState state)voidTargetContext. setState(ProtocolState state)static voidSourceContext. updateState(org.apache.http.nio.NHttpConnection conn, ProtocolState state)static voidTargetContext. updateState(org.apache.http.nio.NHttpConnection conn, ProtocolState state)
-