void |
AhcBinding.onComplete(AhcEndpoint endpoint,
org.apache.camel.Exchange exchange,
String url,
ByteArrayOutputStream os,
int contentLength,
int statusCode,
String statusText) |
Callback from the com.ning.http.client.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,
io.netty.handler.codec.http.HttpHeaders headers) |
Callback from the com.ning.http.client.AsyncHttpClient when the HTTP headers was received
|
void |
DefaultAhcBinding.onHeadersReceived(AhcEndpoint endpoint,
org.apache.camel.Exchange exchange,
io.netty.handler.codec.http.HttpHeaders headers) |
|
void |
AhcBinding.onStatusReceived(AhcEndpoint endpoint,
org.apache.camel.Exchange exchange,
org.asynchttpclient.HttpResponseStatus responseStatus) |
Callback from the com.ning.http.client.AsyncHttpClient when the HTTP response status was received
|
void |
DefaultAhcBinding.onStatusReceived(AhcEndpoint endpoint,
org.apache.camel.Exchange exchange,
org.asynchttpclient.HttpResponseStatus responseStatus) |
|
void |
AhcBinding.onThrowable(AhcEndpoint endpoint,
org.apache.camel.Exchange exchange,
Throwable t) |
Callback from the com.ning.http.client.AsyncHttpClient when an exception occurred sending the request.
|
void |
DefaultAhcBinding.onThrowable(AhcEndpoint endpoint,
org.apache.camel.Exchange exchange,
Throwable t) |
|
protected void |
DefaultAhcBinding.populateBody(org.asynchttpclient.RequestBuilder builder,
AhcEndpoint endpoint,
org.apache.camel.Exchange exchange) |
|
protected void |
DefaultAhcBinding.populateHeaders(org.asynchttpclient.RequestBuilder builder,
AhcEndpoint endpoint,
org.apache.camel.Exchange exchange,
URI uri) |
|
org.asynchttpclient.Request |
AhcBinding.prepareRequest(AhcEndpoint endpoint,
org.apache.camel.Exchange exchange) |
Prepares the AHC Request to be send.
|
org.asynchttpclient.Request |
DefaultAhcBinding.prepareRequest(AhcEndpoint endpoint,
org.apache.camel.Exchange exchange) |
|