A C D E G H I L O P S W

A

AhcBinding - Interface in org.apache.camel.component.ahc
Binding from Camel to/from AsyncHttpClient
AhcComponent - Class in org.apache.camel.component.ahc
Defines the Async HTTP Client Component
AhcComponent() - Constructor for class org.apache.camel.component.ahc.AhcComponent
 
AhcConstants - Class in org.apache.camel.component.ahc
 
AhcEndpoint - Class in org.apache.camel.component.ahc
 
AhcEndpoint(String, AhcComponent, URI) - Constructor for class org.apache.camel.component.ahc.AhcEndpoint
 
AhcHelper - Class in org.apache.camel.component.ahc.helper
 
AhcOperationFailedException - Exception in org.apache.camel.component.ahc
 
AhcOperationFailedException(String, int, String, String, Map<String, String>, String) - Constructor for exception org.apache.camel.component.ahc.AhcOperationFailedException
 
AhcProducer - Class in org.apache.camel.component.ahc
 
AhcProducer(AhcEndpoint) - Constructor for class org.apache.camel.component.ahc.AhcProducer
 

C

CONTENT_TYPE_JAVA_SERIALIZED_OBJECT - Static variable in class org.apache.camel.component.ahc.AhcConstants
 
CONTENT_TYPE_WWW_FORM_URLENCODED - Static variable in class org.apache.camel.component.ahc.AhcConstants
 
createConsumer(Processor) - Method in class org.apache.camel.component.ahc.AhcEndpoint
 
createEndpoint(String, String, Map<String, Object>) - Method in class org.apache.camel.component.ahc.AhcComponent
 
createProducer() - Method in class org.apache.camel.component.ahc.AhcEndpoint
 
createURL(Exchange, AhcEndpoint) - Static method in class org.apache.camel.component.ahc.helper.AhcHelper
Creates the URL to invoke.

D

DefaultAhcBinding - Class in org.apache.camel.component.ahc
 
DefaultAhcBinding() - Constructor for class org.apache.camel.component.ahc.DefaultAhcBinding
 
deserializeJavaObjectFromStream(InputStream) - Static method in class org.apache.camel.component.ahc.helper.AhcHelper
Deserializes the input stream to a Java object
doStart() - Method in class org.apache.camel.component.ahc.AhcEndpoint
 
doStop() - Method in class org.apache.camel.component.ahc.AhcEndpoint
 

E

extractMethod(Exchange) - Method in class org.apache.camel.component.ahc.DefaultAhcBinding
 

G

getBinding() - Method in class org.apache.camel.component.ahc.AhcComponent
 
getBinding() - Method in class org.apache.camel.component.ahc.AhcEndpoint
 
getClient() - Method in class org.apache.camel.component.ahc.AhcComponent
 
getClient() - Method in class org.apache.camel.component.ahc.AhcEndpoint
 
getClientConfig() - Method in class org.apache.camel.component.ahc.AhcComponent
 
getClientConfig() - Method in class org.apache.camel.component.ahc.AhcEndpoint
 
getComponent() - Method in class org.apache.camel.component.ahc.AhcEndpoint
 
getEndpoint() - Method in class org.apache.camel.component.ahc.AhcProducer
 
getHeaderFilterStrategy() - Method in class org.apache.camel.component.ahc.AhcEndpoint
 
getHttpUri() - Method in class org.apache.camel.component.ahc.AhcEndpoint
 
getRedirectLocation() - Method in exception org.apache.camel.component.ahc.AhcOperationFailedException
 
getResponseBody() - Method in exception org.apache.camel.component.ahc.AhcOperationFailedException
 
getResponseHeaders() - Method in exception org.apache.camel.component.ahc.AhcOperationFailedException
 
getSslContextParameters() - Method in class org.apache.camel.component.ahc.AhcComponent
 
getSslContextParameters() - Method in class org.apache.camel.component.ahc.AhcEndpoint
 
getStatusCode() - Method in exception org.apache.camel.component.ahc.AhcOperationFailedException
 
getStatusText() - Method in exception org.apache.camel.component.ahc.AhcOperationFailedException
 
getUrl() - Method in exception org.apache.camel.component.ahc.AhcOperationFailedException
 

H

hasRedirectLocation() - Method in exception org.apache.camel.component.ahc.AhcOperationFailedException
 
HttpHeaderFilterStrategy - Class in org.apache.camel.component.ahc
 
HttpHeaderFilterStrategy() - Constructor for class org.apache.camel.component.ahc.HttpHeaderFilterStrategy
 

I

initialize() - Method in class org.apache.camel.component.ahc.HttpHeaderFilterStrategy
 
isBridgeEndpoint() - Method in class org.apache.camel.component.ahc.AhcEndpoint
 
isLenientProperties() - Method in class org.apache.camel.component.ahc.AhcEndpoint
 
isRedirectError() - Method in exception org.apache.camel.component.ahc.AhcOperationFailedException
 
isSingleton() - Method in class org.apache.camel.component.ahc.AhcEndpoint
 
isThrowExceptionOnFailure() - Method in class org.apache.camel.component.ahc.AhcEndpoint
 
isTransferException() - Method in class org.apache.camel.component.ahc.AhcEndpoint
 

L

log - Variable in class org.apache.camel.component.ahc.DefaultAhcBinding
 

O

onComplete(AhcEndpoint, Exchange, String, ByteArrayOutputStream, int, int, String) - Method in interface org.apache.camel.component.ahc.AhcBinding
Callback from the AsyncHttpClient when complete and all the response has been received.
onComplete(AhcEndpoint, Exchange, String, ByteArrayOutputStream, int, int, String) - Method in class org.apache.camel.component.ahc.DefaultAhcBinding
 
onHeadersReceived(AhcEndpoint, Exchange, HttpResponseHeaders) - Method in interface org.apache.camel.component.ahc.AhcBinding
Callback from the AsyncHttpClient when the HTTP headers was received
onHeadersReceived(AhcEndpoint, Exchange, HttpResponseHeaders) - Method in class org.apache.camel.component.ahc.DefaultAhcBinding
 
onStatusReceived(AhcEndpoint, Exchange, HttpResponseStatus) - Method in interface org.apache.camel.component.ahc.AhcBinding
Callback from the AsyncHttpClient when the HTTP response status was received
onStatusReceived(AhcEndpoint, Exchange, HttpResponseStatus) - Method in class org.apache.camel.component.ahc.DefaultAhcBinding
 
onThrowable(AhcEndpoint, Exchange, Throwable) - Method in interface org.apache.camel.component.ahc.AhcBinding
Callback from the AsyncHttpClient when an exception occurred sending the request.
onThrowable(AhcEndpoint, Exchange, Throwable) - Method in class org.apache.camel.component.ahc.DefaultAhcBinding
 
org.apache.camel.component.ahc - package org.apache.camel.component.ahc
 
org.apache.camel.component.ahc.helper - package org.apache.camel.component.ahc.helper
 

P

populateBody(RequestBuilder, AhcEndpoint, Exchange) - Method in class org.apache.camel.component.ahc.DefaultAhcBinding
 
populateHeaders(RequestBuilder, AhcEndpoint, Exchange) - Method in class org.apache.camel.component.ahc.DefaultAhcBinding
 
prepareRequest(AhcEndpoint, Exchange) - Method in interface org.apache.camel.component.ahc.AhcBinding
Prepares the AHC Request to be send.
prepareRequest(AhcEndpoint, Exchange) - Method in class org.apache.camel.component.ahc.DefaultAhcBinding
 
process(Exchange, AsyncCallback) - Method in class org.apache.camel.component.ahc.AhcProducer
 

S

setBinding(AhcBinding) - Method in class org.apache.camel.component.ahc.AhcComponent
 
setBinding(AhcBinding) - Method in class org.apache.camel.component.ahc.AhcEndpoint
 
setBridgeEndpoint(boolean) - Method in class org.apache.camel.component.ahc.AhcEndpoint
 
setCharsetFromContentType(String, Exchange) - Static method in class org.apache.camel.component.ahc.helper.AhcHelper
 
setClient(AsyncHttpClient) - Method in class org.apache.camel.component.ahc.AhcComponent
 
setClient(AsyncHttpClient) - Method in class org.apache.camel.component.ahc.AhcEndpoint
 
setClientConfig(AsyncHttpClientConfig) - Method in class org.apache.camel.component.ahc.AhcComponent
 
setClientConfig(AsyncHttpClientConfig) - Method in class org.apache.camel.component.ahc.AhcEndpoint
 
setHeaderFilterStrategy(HeaderFilterStrategy) - Method in class org.apache.camel.component.ahc.AhcEndpoint
 
setHttpUri(URI) - Method in class org.apache.camel.component.ahc.AhcEndpoint
 
setSslContextParameters(SSLContextParameters) - Method in class org.apache.camel.component.ahc.AhcComponent
 
setSslContextParameters(SSLContextParameters) - Method in class org.apache.camel.component.ahc.AhcEndpoint
 
setThrowExceptionOnFailure(boolean) - Method in class org.apache.camel.component.ahc.AhcEndpoint
 
setTransferException(boolean) - Method in class org.apache.camel.component.ahc.AhcEndpoint
 

W

writeObjectToStream(OutputStream, Object) - Static method in class org.apache.camel.component.ahc.helper.AhcHelper
Writes the given object as response body to the output stream

A C D E G H I L O P S W

Apache CAMEL