Uses of Class
org.apache.synapse.transport.nhttp.Axis2HttpRequest

Packages that use Axis2HttpRequest
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
protected  void ClientHandler.markRequestCompletedWithError(Axis2HttpRequest axis2Request, int errorCode, String errorMessage, Exception exceptionToRaise)
          Mark request to send failed with error
 void 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
 void ClientConnectionDebug.recordRequestStartTime(org.apache.http.nio.NHttpClientConnection conn, Axis2HttpRequest axis2Req)
           
 



Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.