- secretPropertyNames() - Method in class org.apache.camel.component.http.HttpEndpointUriFactory
-
- setAuthCachingDisabled(boolean) - Method in class org.apache.camel.component.http.HttpComponent
-
- 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.
- setAutomaticRetriesDisabled(boolean) - Method in class org.apache.camel.component.http.HttpComponent
-
- setCamelContext(CamelContext) - Method in class org.apache.camel.component.http.HttpEntityConverterLoader
-
- 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(long) - 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.
- setConnectionStateDisabled(boolean) - Method in class org.apache.camel.component.http.HttpComponent
-
- 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(long) - Method in class org.apache.camel.component.http.HttpEndpoint
-
Determines the timeout in milliseconds until a connection is established.
- setContentCompressionDisabled(boolean) - Method in class org.apache.camel.component.http.HttpComponent
-
- setCookieHandler(CookieHandler) - Method in class org.apache.camel.component.http.HttpEndpoint
-
- setCookieManagementDisabled(boolean) - Method in class org.apache.camel.component.http.HttpComponent
-
- 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.
- setCopyHeaders(boolean) - Method in class org.apache.camel.component.http.HttpComponent
-
- setCustomHostHeader(String) - Method in class org.apache.camel.component.http.HttpEndpoint
-
Defines a custom host header which will be sent when producing http request.
- setDefaultUserAgentDisabled(boolean) - Method in class org.apache.camel.component.http.HttpComponent
-
- 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.
- setProxyAuthDomain(String) - Method in class org.apache.camel.component.http.HttpComponent
-
- setProxyAuthHost(String) - Method in class org.apache.camel.component.http.HttpComponent
-
- setProxyAuthMethod(String) - Method in class org.apache.camel.component.http.HttpComponent
-
- setProxyAuthNtHost(String) - Method in class org.apache.camel.component.http.HttpComponent
-
- setProxyAuthPassword(String) - Method in class org.apache.camel.component.http.HttpComponent
-
- setProxyAuthPort(Integer) - Method in class org.apache.camel.component.http.HttpComponent
-
- setProxyAuthScheme(String) - Method in class org.apache.camel.component.http.HttpComponent
-
- setProxyAuthUsername(String) - Method in class org.apache.camel.component.http.HttpComponent
-
- setRedirectHandlingDisabled(boolean) - Method in class org.apache.camel.component.http.HttpComponent
-
- setResponsePayloadStreamingThreshold(int) - Method in class org.apache.camel.component.http.HttpComponent
-
- setSkipRequestHeaders(boolean) - Method in class org.apache.camel.component.http.HttpComponent
-
- setSkipRequestHeaders(boolean) - Method in class org.apache.camel.component.http.HttpEndpoint
-
Whether to skip mapping all the Camel headers as HTTP request headers.
- setSkipResponseHeaders(boolean) - Method in class org.apache.camel.component.http.HttpComponent
-
- setSkipResponseHeaders(boolean) - Method in class org.apache.camel.component.http.HttpEndpoint
-
Whether to skip mapping all the HTTP response headers to Camel headers.
- 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(long) - 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.
- setUserAgent(String) - Method in class org.apache.camel.component.http.HttpComponent
-
- setUserAgent(String) - Method in class org.apache.camel.component.http.HttpEndpoint
-
To set a custom HTTP User-Agent request header
- 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
.
- skipRequestHeaders - Variable in class org.apache.camel.component.http.HttpComponent
-
- skipResponseHeaders - Variable in class org.apache.camel.component.http.HttpComponent
-
- 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
-