Uses of Enum
org.apache.synapse.transport.passthru.ProtocolState
Packages that use ProtocolState
-
Uses of ProtocolState in org.apache.synapse.transport.passthru
Methods in org.apache.synapse.transport.passthru that return ProtocolStateModifier and TypeMethodDescriptionSourceContext.getState()static ProtocolStateSourceContext.getState(org.apache.http.nio.NHttpConnection conn) TargetContext.getState()static ProtocolStateTargetContext.getState(org.apache.http.nio.NHttpConnection conn) static ProtocolStateReturns 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 ProtocolStateModifier and TypeMethodDescriptionstatic 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)