- setAllowJavaSerializedObject(boolean) - Method in class org.apache.camel.component.http.HttpComponent
-
Whether to allow java serialization when a request uses context-type=application/x-java-serialized-object
This is by default turned off.
- setClientParams(HttpClientParams) - Method in class org.apache.camel.component.http.HttpEndpoint
-
Provide access to the client parameters used on new HttpClient
instances
used by producers or consumers of this endpoint.
- setHttpBinding(HttpBinding) - Method in class org.apache.camel.component.http.HttpComponent
-
To use a custom HttpBinding to control the mapping between Camel message and HttpClient.
- setHttpClient(HttpClient) - Method in class org.apache.camel.component.http.HttpPollingConsumer
-
- setHttpClient(HttpClient) - Method in class org.apache.camel.component.http.HttpProducer
-
- setHttpClientConfigurer(HttpClientConfigurer) - Method in class org.apache.camel.component.http.HttpComponent
-
To use the custom HttpClientConfigurer to perform configuration of the HttpClient that will be used.
- setHttpClientConfigurer(HttpClientConfigurer) - Method in class org.apache.camel.component.http.HttpEndpoint
-
Register a custom configuration strategy for new HttpClient
instances
created by producers or consumers such as to configure authentication mechanisms etc
- setHttpClientOptions(Map<String, Object>) - Method in class org.apache.camel.component.http.HttpEndpoint
-
To configure the HttpClient using the key/values from the Map.
- setHttpConfiguration(HttpConfiguration) - Method in class org.apache.camel.component.http.HttpComponent
-
To use the shared HttpConfiguration as base configuration.
- setHttpConnectionManager(HttpConnectionManager) - Method in class org.apache.camel.component.http.HttpComponent
-
To use a custom HttpConnectionManager to manage connections
- setHttpConnectionManager(HttpConnectionManager) - Method in class org.apache.camel.component.http.HttpEndpoint
-
To use a custom HttpConnectionManager to manage connections
- setHttpConnectionManagerOptions(Map<String, Object>) - Method in class org.apache.camel.component.http.HttpEndpoint
-
To configure the HttpConnectionManager using the key/values from the Map.
- setUseGlobalSslContextParameters(boolean) - Method in class org.apache.camel.component.http.HttpComponent
-
Enable usage of global SSL context parameters.
- SSLContextParametersSecureProtocolSocketFactory - Class in org.apache.camel.component.http
-
A SecureProtocolSocketFactory
implementation to allow configuration
of Commons HTTP SSL/TLS options based on a JSSEClientParameters
instance or a provided SSLSocketFactory
instance.
- SSLContextParametersSecureProtocolSocketFactory(SSLSocketFactory) - Constructor for class org.apache.camel.component.http.SSLContextParametersSecureProtocolSocketFactory
-
Creates a new instance using the provided factory.
- SSLContextParametersSecureProtocolSocketFactory(SSLContextParameters) - Constructor for class org.apache.camel.component.http.SSLContextParametersSecureProtocolSocketFactory
-
- SSLContextParametersSecureProtocolSocketFactory(SSLContextParameters, CamelContext) - Constructor for class org.apache.camel.component.http.SSLContextParametersSecureProtocolSocketFactory
-
Creates a new instance using a factory created by the provided client configuration
parameters.