- setAuthenticationPreemptive(boolean) - Method in class org.apache.camel.component.http.HttpEndpoint
-
If this option is true, camel-http sends preemptive basic authentication to the server.
- setClearExpiredCookies(boolean) - Method in class org.apache.camel.component.http.HttpEndpoint
-
Whether to clear expired cookies before sending the HTTP request.
- setClientBuilder(HttpClientBuilder) - Method in class org.apache.camel.component.http.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.http.HttpComponent
-
To use a custom and shared HttpClientConnectionManager to manage connections.
- setClientConnectionManager(HttpClientConnectionManager) - Method in class org.apache.camel.component.http.HttpEndpoint
-
To use a custom HttpClientConnectionManager to manage connections
- setConnectionRequestTimeout(int) - Method in class org.apache.camel.component.http.HttpComponent
-
The timeout in milliseconds used when requesting a connection
from the connection manager.
- setConnectionRequestTimeout(int) - Method in class org.apache.camel.component.http.HttpEndpoint
-
The timeout in milliseconds used when requesting a connection
from the connection manager.
- setConnectionsPerRoute(int) - Method in class org.apache.camel.component.http.HttpComponent
-
The maximum number of connections per route.
- setConnectionsPerRoute(int) - Method in class org.apache.camel.component.http.HttpEndpoint
-
The maximum number of connections per route.
- setConnectionTimeToLive(long) - Method in class org.apache.camel.component.http.HttpComponent
-
The time for connection to live, the time unit is millisecond, the default value is always keep alive.
- setConnectTimeout(int) - Method in class org.apache.camel.component.http.HttpComponent
-
Determines the timeout in milliseconds until a connection is established.
- setConnectTimeout(int) - Method in class org.apache.camel.component.http.HttpEndpoint
-
Determines the timeout in milliseconds until a connection is established.
- setCookieHandler(CookieHandler) - Method in class org.apache.camel.component.http.HttpEndpoint
-
- setCookieStore(CookieStore) - Method in class org.apache.camel.component.http.HttpComponent
-
To use a custom org.apache.http.client.CookieStore.
- setCookieStore(CookieStore) - Method in class org.apache.camel.component.http.HttpEndpoint
-
To use a custom CookieStore.
- setDeleteWithBody(boolean) - Method in class org.apache.camel.component.http.HttpEndpoint
-
Whether the HTTP DELETE should include the message body or not.
- setGetWithBody(boolean) - Method in class org.apache.camel.component.http.HttpEndpoint
-
Whether the HTTP GET should include the message body or not.
- setHttpClient(HttpClient) - Method in class org.apache.camel.component.http.HttpEndpoint
-
Sets a custom HttpClient to be used by the producer
- 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.
- setHttpContext(HttpContext) - Method in class org.apache.camel.component.http.HttpComponent
-
To use a custom org.apache.http.protocol.HttpContext when executing requests.
- setHttpContext(HttpContext) - Method in class org.apache.camel.component.http.HttpEndpoint
-
To use a custom HttpContext instance
- setMaxTotalConnections(int) - Method in class org.apache.camel.component.http.HttpComponent
-
The maximum number of connections.
- setMaxTotalConnections(int) - Method in class org.apache.camel.component.http.HttpEndpoint
-
The maximum number of connections.
- setSocketTimeout(int) - Method in class org.apache.camel.component.http.HttpComponent
-
Defines the socket timeout (SO_TIMEOUT) in milliseconds,
which is the timeout for waiting for data or, put differently,
a maximum period inactivity between two consecutive data packets).
- setSocketTimeout(int) - Method in class org.apache.camel.component.http.HttpEndpoint
-
Defines the socket timeout (SO_TIMEOUT
) in milliseconds,
which is the timeout for waiting for data or, put differently,
a maximum period inactivity between two consecutive data packets).
- setSslContextParameters(SSLContextParameters) - Method in class org.apache.camel.component.http.HttpComponent
-
To configure security using SSLContextParameters.
- setSslContextParameters(SSLContextParameters) - Method in class org.apache.camel.component.http.HttpEndpoint
-
To configure security using SSLContextParameters.
- setUseGlobalSslContextParameters(boolean) - Method in class org.apache.camel.component.http.HttpComponent
-
Enable usage of global SSL context parameters.
- setUseSystemProperties(boolean) - Method in class org.apache.camel.component.http.HttpEndpoint
-
To use System Properties as fallback for configuration
- setX509HostnameVerifier(HostnameVerifier) - Method in class org.apache.camel.component.http.HttpComponent
-
To use a custom X509HostnameVerifier such as DefaultHostnameVerifier or NoopHostnameVerifier.
- setX509HostnameVerifier(HostnameVerifier) - Method in class org.apache.camel.component.http.HttpEndpoint
-
To use a custom X509HostnameVerifier such as DefaultHostnameVerifier
or NoopHostnameVerifier
.
- socketTimeout - Variable in class org.apache.camel.component.http.HttpComponent
-
- sslContextParameters - Variable in class org.apache.camel.component.http.HttpComponent
-
- sslContextParameters - Variable in class org.apache.camel.component.http.HttpEndpoint
-