default HttpsComponentBuilderFactory.HttpsComponentBuilder |
HttpsComponentBuilderFactory.HttpsComponentBuilder.allowJavaSerializedObject(boolean allowJavaSerializedObject) |
Whether to allow java serialization when a request uses
context-type=application/x-java-serialized-object.
|
default HttpsComponentBuilderFactory.HttpsComponentBuilder |
HttpsComponentBuilderFactory.HttpsComponentBuilder.authCachingDisabled(boolean authCachingDisabled) |
Disables authentication scheme caching.
|
default HttpsComponentBuilderFactory.HttpsComponentBuilder |
HttpsComponentBuilderFactory.HttpsComponentBuilder.automaticRetriesDisabled(boolean automaticRetriesDisabled) |
Disables automatic request recovery and re-execution.
|
default HttpsComponentBuilderFactory.HttpsComponentBuilder |
HttpsComponentBuilderFactory.HttpsComponentBuilder.autowiredEnabled(boolean autowiredEnabled) |
Whether autowiring is enabled.
|
default HttpsComponentBuilderFactory.HttpsComponentBuilder |
HttpsComponentBuilderFactory.HttpsComponentBuilder.clientConnectionManager(org.apache.http.conn.HttpClientConnectionManager clientConnectionManager) |
To use a custom and shared HttpClientConnectionManager to manage
connections.
|
default HttpsComponentBuilderFactory.HttpsComponentBuilder |
HttpsComponentBuilderFactory.HttpsComponentBuilder.connectionRequestTimeout(int connectionRequestTimeout) |
The timeout in milliseconds used when requesting a connection from
the connection manager.
|
default HttpsComponentBuilderFactory.HttpsComponentBuilder |
HttpsComponentBuilderFactory.HttpsComponentBuilder.connectionsPerRoute(int connectionsPerRoute) |
The maximum number of connections per route.
|
default HttpsComponentBuilderFactory.HttpsComponentBuilder |
HttpsComponentBuilderFactory.HttpsComponentBuilder.connectionStateDisabled(boolean connectionStateDisabled) |
Disables connection state tracking.
|
default HttpsComponentBuilderFactory.HttpsComponentBuilder |
HttpsComponentBuilderFactory.HttpsComponentBuilder.connectionTimeToLive(long connectionTimeToLive) |
The time for connection to live, the time unit is millisecond, the
default value is always keep alive.
|
default HttpsComponentBuilderFactory.HttpsComponentBuilder |
HttpsComponentBuilderFactory.HttpsComponentBuilder.connectTimeout(int connectTimeout) |
Determines the timeout in milliseconds until a connection is
established.
|
default HttpsComponentBuilderFactory.HttpsComponentBuilder |
HttpsComponentBuilderFactory.HttpsComponentBuilder.contentCompressionDisabled(boolean contentCompressionDisabled) |
Disables automatic content decompression.
|
default HttpsComponentBuilderFactory.HttpsComponentBuilder |
HttpsComponentBuilderFactory.HttpsComponentBuilder.cookieManagementDisabled(boolean cookieManagementDisabled) |
Disables state (cookie) management.
|
default HttpsComponentBuilderFactory.HttpsComponentBuilder |
HttpsComponentBuilderFactory.HttpsComponentBuilder.cookieStore(org.apache.http.client.CookieStore cookieStore) |
To use a custom org.apache.http.client.CookieStore.
|
default HttpsComponentBuilderFactory.HttpsComponentBuilder |
HttpsComponentBuilderFactory.HttpsComponentBuilder.copyHeaders(boolean copyHeaders) |
If this option is true then IN exchange headers will be copied to OUT
exchange headers according to copy strategy.
|
default HttpsComponentBuilderFactory.HttpsComponentBuilder |
HttpsComponentBuilderFactory.HttpsComponentBuilder.defaultUserAgentDisabled(boolean defaultUserAgentDisabled) |
Disables the default user agent set by this builder if none has been
provided by the user.
|
default HttpsComponentBuilderFactory.HttpsComponentBuilder |
HttpsComponentBuilderFactory.HttpsComponentBuilder.headerFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy) |
To use a custom org.apache.camel.spi.HeaderFilterStrategy to filter
header to and from Camel message.
|
default HttpsComponentBuilderFactory.HttpsComponentBuilder |
HttpsComponentBuilderFactory.HttpsComponentBuilder.httpBinding(org.apache.camel.http.common.HttpBinding httpBinding) |
To use a custom HttpBinding to control the mapping between Camel
message and HttpClient.
|
default HttpsComponentBuilderFactory.HttpsComponentBuilder |
HttpsComponentBuilderFactory.HttpsComponentBuilder.httpClientConfigurer(org.apache.camel.component.http.HttpClientConfigurer httpClientConfigurer) |
To use the custom HttpClientConfigurer to perform configuration of
the HttpClient that will be used.
|
default HttpsComponentBuilderFactory.HttpsComponentBuilder |
HttpsComponentBuilderFactory.HttpsComponentBuilder.httpConfiguration(org.apache.camel.http.common.HttpConfiguration httpConfiguration) |
To use the shared HttpConfiguration as base configuration.
|
default HttpsComponentBuilderFactory.HttpsComponentBuilder |
HttpsComponentBuilderFactory.HttpsComponentBuilder.httpContext(org.apache.http.protocol.HttpContext httpContext) |
To use a custom org.apache.http.protocol.HttpContext when executing
requests.
|
static HttpsComponentBuilderFactory.HttpsComponentBuilder |
HttpsComponentBuilderFactory.https() |
HTTPS (Secure) (camel-http)
Send requests to external HTTP servers using Apache HTTP Client 4.x.
|
default HttpsComponentBuilderFactory.HttpsComponentBuilder |
HttpsComponentBuilderFactory.HttpsComponentBuilder.lazyStartProducer(boolean lazyStartProducer) |
Whether the producer should be started lazy (on the first message).
|
default HttpsComponentBuilderFactory.HttpsComponentBuilder |
HttpsComponentBuilderFactory.HttpsComponentBuilder.maxTotalConnections(int maxTotalConnections) |
The maximum number of connections.
|
default HttpsComponentBuilderFactory.HttpsComponentBuilder |
HttpsComponentBuilderFactory.HttpsComponentBuilder.proxyAuthDomain(String proxyAuthDomain) |
Proxy authentication domain to use.
|
default HttpsComponentBuilderFactory.HttpsComponentBuilder |
HttpsComponentBuilderFactory.HttpsComponentBuilder.proxyAuthHost(String proxyAuthHost) |
Proxy authentication host.
|
default HttpsComponentBuilderFactory.HttpsComponentBuilder |
HttpsComponentBuilderFactory.HttpsComponentBuilder.proxyAuthMethod(String proxyAuthMethod) |
Proxy authentication method to use.
|
default HttpsComponentBuilderFactory.HttpsComponentBuilder |
HttpsComponentBuilderFactory.HttpsComponentBuilder.proxyAuthNtHost(String proxyAuthNtHost) |
Proxy authentication domain (workstation name) to use with NTML.
|
default HttpsComponentBuilderFactory.HttpsComponentBuilder |
HttpsComponentBuilderFactory.HttpsComponentBuilder.proxyAuthPassword(String proxyAuthPassword) |
Proxy authentication password.
|
default HttpsComponentBuilderFactory.HttpsComponentBuilder |
HttpsComponentBuilderFactory.HttpsComponentBuilder.proxyAuthPort(Integer proxyAuthPort) |
Proxy authentication port.
|
default HttpsComponentBuilderFactory.HttpsComponentBuilder |
HttpsComponentBuilderFactory.HttpsComponentBuilder.proxyAuthUsername(String proxyAuthUsername) |
Proxy authentication username.
|
default HttpsComponentBuilderFactory.HttpsComponentBuilder |
HttpsComponentBuilderFactory.HttpsComponentBuilder.redirectHandlingDisabled(boolean redirectHandlingDisabled) |
Disables automatic redirect handling.
|
default HttpsComponentBuilderFactory.HttpsComponentBuilder |
HttpsComponentBuilderFactory.HttpsComponentBuilder.responsePayloadStreamingThreshold(int responsePayloadStreamingThreshold) |
This threshold in bytes controls whether the response payload should
be stored in memory as a byte array or be streaming based.
|
default HttpsComponentBuilderFactory.HttpsComponentBuilder |
HttpsComponentBuilderFactory.HttpsComponentBuilder.skipRequestHeaders(boolean skipRequestHeaders) |
Whether to skip mapping all the Camel headers as HTTP request
headers.
|
default HttpsComponentBuilderFactory.HttpsComponentBuilder |
HttpsComponentBuilderFactory.HttpsComponentBuilder.skipResponseHeaders(boolean skipResponseHeaders) |
Whether to skip mapping all the HTTP response headers to Camel
headers.
|
default HttpsComponentBuilderFactory.HttpsComponentBuilder |
HttpsComponentBuilderFactory.HttpsComponentBuilder.socketTimeout(int socketTimeout) |
Defines the socket timeout in milliseconds, which is the timeout for
waiting for data or, put differently, a maximum period inactivity
between two consecutive data packets).
|
default HttpsComponentBuilderFactory.HttpsComponentBuilder |
HttpsComponentBuilderFactory.HttpsComponentBuilder.sslContextParameters(org.apache.camel.support.jsse.SSLContextParameters sslContextParameters) |
To configure security using SSLContextParameters.
|
default HttpsComponentBuilderFactory.HttpsComponentBuilder |
HttpsComponentBuilderFactory.HttpsComponentBuilder.useGlobalSslContextParameters(boolean useGlobalSslContextParameters) |
Enable usage of global SSL context parameters.
|
default HttpsComponentBuilderFactory.HttpsComponentBuilder |
HttpsComponentBuilderFactory.HttpsComponentBuilder.x509HostnameVerifier(HostnameVerifier x509HostnameVerifier) |
To use a custom X509HostnameVerifier such as DefaultHostnameVerifier
or NoopHostnameVerifier.
|