- setAllowJavaSerializedObject(boolean) - Method in class org.apache.camel.component.ahc.AhcComponent
-
Whether to allow java serialization when a request uses context-type=application/x-java-serialized-object
This is by default turned off.
- setBinding(AhcBinding) - Method in class org.apache.camel.component.ahc.AhcComponent
-
To use a custom
AhcBinding
which allows to control how to bind between AHC and Camel.
- setBinding(AhcBinding) - Method in class org.apache.camel.component.ahc.AhcEndpoint
-
To use a custom
AhcBinding
which allows to control how to bind between AHC and Camel.
- setBridgeEndpoint(boolean) - Method in class org.apache.camel.component.ahc.AhcEndpoint
-
If the option is true, then the Exchange.HTTP_URI header is ignored, and use the endpoint's URI for request.
- setBufferSize(int) - Method in class org.apache.camel.component.ahc.AhcEndpoint
-
The initial in-memory buffer size used when transferring data between Camel and AHC Client.
- 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
-
To use a custom AsyncHttpClient
- setClient(AsyncHttpClient) - Method in class org.apache.camel.component.ahc.AhcEndpoint
-
To use a custom AsyncHttpClient
- setClientConfig(AsyncHttpClientConfig) - Method in class org.apache.camel.component.ahc.AhcComponent
-
To configure the AsyncHttpClient to use a custom com.ning.http.client.AsyncHttpClientConfig instance.
- setClientConfig(AsyncHttpClientConfig) - Method in class org.apache.camel.component.ahc.AhcEndpoint
-
To configure the AsyncHttpClient to use a custom com.ning.http.client.AsyncHttpClientConfig instance.
- setClientConfigOptions(Map<String, Object>) - Method in class org.apache.camel.component.ahc.AhcEndpoint
-
To configure the AsyncHttpClientConfig using the key/values from the Map.
- setHeaderFilterStrategy(HeaderFilterStrategy) - Method in class org.apache.camel.component.ahc.AhcEndpoint
-
To use a custom HeaderFilterStrategy to filter header to and from Camel message.
- setHttpUri(URI) - Method in class org.apache.camel.component.ahc.AhcEndpoint
-
The URI to use such as http://hostname:port/path
- setSslContextParameters(SSLContextParameters) - Method in class org.apache.camel.component.ahc.AhcComponent
-
Reference to a org.apache.camel.util.jsse.SSLContextParameters in the Registry.
- setSslContextParameters(SSLContextParameters) - Method in class org.apache.camel.component.ahc.AhcEndpoint
-
Reference to a org.apache.camel.util.jsse.SSLContextParameters in the Registry.
- setThrowExceptionOnFailure(boolean) - Method in class org.apache.camel.component.ahc.AhcEndpoint
-
Option to disable throwing the AhcOperationFailedException in case of failed responses from the remote server.
- setTransferException(boolean) - Method in class org.apache.camel.component.ahc.AhcEndpoint
-
If enabled and an Exchange failed processing on the consumer side, and if the caused Exception was send back serialized
in the response as a application/x-java-serialized-object content type (for example using Jetty or Servlet Camel components).