Uses of Class
org.apache.camel.component.ahc.AhcEndpoint

Packages that use AhcEndpoint
org.apache.camel.component.ahc   
org.apache.camel.component.ahc.helper   
 

Uses of AhcEndpoint in org.apache.camel.component.ahc
 

Methods in org.apache.camel.component.ahc that return AhcEndpoint
 AhcEndpoint AhcProducer.getEndpoint()
           
 

Methods in org.apache.camel.component.ahc with parameters of type AhcEndpoint
 void AhcBinding.onComplete(AhcEndpoint endpoint, org.apache.camel.Exchange exchange, String url, ByteArrayOutputStream os, int contentLength, int statusCode, String statusText)
          Callback from the AsyncHttpClient when complete and all the response has been received.
 void DefaultAhcBinding.onComplete(AhcEndpoint endpoint, org.apache.camel.Exchange exchange, String url, ByteArrayOutputStream os, int contentLength, int statusCode, String statusText)
           
 void AhcBinding.onHeadersReceived(AhcEndpoint endpoint, org.apache.camel.Exchange exchange, com.ning.http.client.HttpResponseHeaders headers)
          Callback from the AsyncHttpClient when the HTTP headers was received
 void DefaultAhcBinding.onHeadersReceived(AhcEndpoint endpoint, org.apache.camel.Exchange exchange, com.ning.http.client.HttpResponseHeaders headers)
           
 void AhcBinding.onStatusReceived(AhcEndpoint endpoint, org.apache.camel.Exchange exchange, com.ning.http.client.HttpResponseStatus responseStatus)
          Callback from the AsyncHttpClient when the HTTP response status was received
 void DefaultAhcBinding.onStatusReceived(AhcEndpoint endpoint, org.apache.camel.Exchange exchange, com.ning.http.client.HttpResponseStatus responseStatus)
           
 void AhcBinding.onThrowable(AhcEndpoint endpoint, org.apache.camel.Exchange exchange, Throwable t)
          Callback from the AsyncHttpClient when an exception occurred sending the request.
 void DefaultAhcBinding.onThrowable(AhcEndpoint endpoint, org.apache.camel.Exchange exchange, Throwable t)
           
protected  void DefaultAhcBinding.populateBody(com.ning.http.client.RequestBuilder builder, AhcEndpoint endpoint, org.apache.camel.Exchange exchange)
           
protected  void DefaultAhcBinding.populateHeaders(com.ning.http.client.RequestBuilder builder, AhcEndpoint endpoint, org.apache.camel.Exchange exchange)
           
 com.ning.http.client.Request AhcBinding.prepareRequest(AhcEndpoint endpoint, org.apache.camel.Exchange exchange)
          Prepares the AHC Request to be send.
 com.ning.http.client.Request DefaultAhcBinding.prepareRequest(AhcEndpoint endpoint, org.apache.camel.Exchange exchange)
           
 

Constructors in org.apache.camel.component.ahc with parameters of type AhcEndpoint
AhcProducer(AhcEndpoint endpoint)
           
 

Uses of AhcEndpoint in org.apache.camel.component.ahc.helper
 

Methods in org.apache.camel.component.ahc.helper with parameters of type AhcEndpoint
static String AhcHelper.createURL(org.apache.camel.Exchange exchange, AhcEndpoint endpoint)
          Creates the URL to invoke.
 



Apache CAMEL