| Package | Description |
|---|---|
| org.apache.camel.builder.component | |
| org.apache.camel.builder.component.dsl |
| Modifier and Type | Method and Description |
|---|---|
static HttpsComponentBuilderFactory.HttpsComponentBuilder |
ComponentsBuilderFactory.https()
HTTPS (Secure) (camel-http)
Send requests to external HTTP servers using Apache HTTP Client 4.x.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
HttpsComponentBuilderFactory.HttpsComponentBuilderImpl |
| Modifier and Type | Method and Description |
|---|---|
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.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.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.cookieStore(org.apache.http.client.CookieStore cookieStore)
To use a custom org.apache.http.client.CookieStore.
|
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.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.
|
Apache Camel