Uses of Class
org.apache.synapse.transport.nhttp.Axis2HttpRequest
Packages that use Axis2HttpRequest
-
Uses of Axis2HttpRequest in org.apache.synapse.transport.nhttp
Methods in org.apache.synapse.transport.nhttp with parameters of type Axis2HttpRequestModifier and TypeMethodDescriptionprotected voidClientHandler.markRequestCompletedWithError(Axis2HttpRequest axis2Request, int errorCode, String errorMessage, Exception exceptionToRaise) Mark request to send failed with errorvoidClientHandler.submitRequest(org.apache.http.nio.NHttpClientConnection conn, Axis2HttpRequest axis2Req) Submit a new request over an already established connection, which has been 'kept alive' -
Uses of Axis2HttpRequest in org.apache.synapse.transport.nhttp.debug
Methods in org.apache.synapse.transport.nhttp.debug with parameters of type Axis2HttpRequestModifier and TypeMethodDescriptionvoidClientConnectionDebug.recordRequestStartTime(org.apache.http.nio.NHttpClientConnection conn, Axis2HttpRequest axis2Req)