Uses of Class
org.apache.synapse.transport.nhttp.Axis2HttpRequest
-
Packages that use Axis2HttpRequest Package Description org.apache.synapse.transport.nhttp org.apache.synapse.transport.nhttp.debug -
-
Uses of Axis2HttpRequest in org.apache.synapse.transport.nhttp
Methods in org.apache.synapse.transport.nhttp with parameters of type Axis2HttpRequest Modifier and Type Method Description protected void
ClientHandler. markRequestCompletedWithError(Axis2HttpRequest axis2Request, int errorCode, String errorMessage, Exception exceptionToRaise)
Mark request to send failed with errorvoid
ClientHandler. 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 Axis2HttpRequest Modifier and Type Method Description void
ClientConnectionDebug. recordRequestStartTime(org.apache.http.nio.NHttpClientConnection conn, Axis2HttpRequest axis2Req)
-