- setAuthenticationPreemptive(boolean) - Method in class org.apache.camel.component.http4.HttpEndpoint
-
If this option is true, camel-http4 sends preemptive basic authentication to the server.
- setClearExpiredCookies(boolean) - Method in class org.apache.camel.component.http4.HttpEndpoint
-
Whether to clear expired cookies before sending the HTTP request.
- setClientBuilder(HttpClientBuilder) - Method in class org.apache.camel.component.http4.HttpEndpoint
-
Provide access to the http client request parameters used on new RequestConfig
instances
used by producers or consumers of this endpoint.
- setClientConnectionManager(HttpClientConnectionManager) - Method in class org.apache.camel.component.http4.HttpComponent
-
To use a custom and shared HttpClientConnectionManager to manage connections.
- setClientConnectionManager(HttpClientConnectionManager) - Method in class org.apache.camel.component.http4.HttpEndpoint
-
To use a custom HttpClientConnectionManager to manage connections
- setConnectionsPerRoute(int) - Method in class org.apache.camel.component.http4.HttpComponent
-
The maximum number of connections per route.
- setConnectionsPerRoute(int) - Method in class org.apache.camel.component.http4.HttpEndpoint
-
The maximum number of connections per route.
- setConnectionTimeToLive(long) - Method in class org.apache.camel.component.http4.HttpComponent
-
The time for connection to live, the time unit is millisecond, the default value is always keep alive.
- setCookieHandler(CookieHandler) - Method in class org.apache.camel.component.http4.HttpEndpoint
-
- setCookieStore(CookieStore) - Method in class org.apache.camel.component.http4.HttpComponent
-
To use a custom org.apache.http.client.CookieStore.
- setCookieStore(CookieStore) - Method in class org.apache.camel.component.http4.HttpEndpoint
-
To use a custom CookieStore.
- setDeleteWithBody(boolean) - Method in class org.apache.camel.component.http4.HttpEndpoint
-
Whether the HTTP DELETE should include the message body or not.
- setHttpClient(HttpClient) - Method in class org.apache.camel.component.http4.HttpEndpoint
-
Sets a custom HttpClient to be used by the producer
- setHttpClient(HttpClient) - Method in class org.apache.camel.component.http4.HttpPollingConsumer
-
- setHttpClient(HttpClient) - Method in class org.apache.camel.component.http4.HttpProducer
-
- setHttpClientConfigurer(HttpClientConfigurer) - Method in class org.apache.camel.component.http4.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.http4.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.http4.HttpEndpoint
-
To configure the HttpClient using the key/values from the Map.
- setHttpContext(HttpContext) - Method in class org.apache.camel.component.http4.HttpComponent
-
To use a custom org.apache.http.protocol.HttpContext when executing requests.
- setHttpContext(HttpContext) - Method in class org.apache.camel.component.http4.HttpEndpoint
-
To use a custom HttpContext instance
- setMaxTotalConnections(int) - Method in class org.apache.camel.component.http4.HttpComponent
-
The maximum number of connections.
- setMaxTotalConnections(int) - Method in class org.apache.camel.component.http4.HttpEndpoint
-
The maximum number of connections.
- setSslContextParameters(SSLContextParameters) - Method in class org.apache.camel.component.http4.HttpComponent
-
To configure security using SSLContextParameters.
- setUseGlobalSslContextParameters(boolean) - Method in class org.apache.camel.component.http4.HttpComponent
-
Enable usage of global SSL context parameters.
- setUseSystemProperties(boolean) - Method in class org.apache.camel.component.http4.HttpEndpoint
-
To use System Properties as fallback for configuration
- setX509HostnameVerifier(HostnameVerifier) - Method in class org.apache.camel.component.http4.HttpComponent
-
To use a custom X509HostnameVerifier such as DefaultHostnameVerifier
or NoopHostnameVerifier
.
- setX509HostnameVerifier(HostnameVerifier) - Method in class org.apache.camel.component.http4.HttpEndpoint
-
To use a custom X509HostnameVerifier such as DefaultHostnameVerifier
or NoopHostnameVerifier
.
- sslContextParameters - Variable in class org.apache.camel.component.http4.HttpComponent
-