Uses of Interface
org.apache.camel.builder.component.dsl.HttpsComponentBuilderFactory.HttpsComponentBuilder
Packages that use HttpsComponentBuilderFactory.HttpsComponentBuilder
-
Uses of HttpsComponentBuilderFactory.HttpsComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return HttpsComponentBuilderFactory.HttpsComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.https()HTTPS (Secure) (camel-http) Send requests to external HTTP servers using Apache HTTP Client 5.x. -
Uses of HttpsComponentBuilderFactory.HttpsComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement HttpsComponentBuilderFactory.HttpsComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return HttpsComponentBuilderFactory.HttpsComponentBuilderModifier and TypeMethodDescriptionHttpsComponentBuilderFactory.HttpsComponentBuilder.allowJavaSerializedObject(boolean allowJavaSerializedObject) Whether to allow java serialization when a request uses context-type=application/x-java-serialized-object.HttpsComponentBuilderFactory.HttpsComponentBuilder.authCachingDisabled(boolean authCachingDisabled) Disables authentication scheme caching.HttpsComponentBuilderFactory.HttpsComponentBuilder.automaticRetriesDisabled(boolean automaticRetriesDisabled) Disables automatic request recovery and re-execution.HttpsComponentBuilderFactory.HttpsComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.HttpsComponentBuilderFactory.HttpsComponentBuilder.clientConnectionManager(org.apache.hc.client5.http.io.HttpClientConnectionManager clientConnectionManager) To use a custom and shared HttpClientConnectionManager to manage connections.HttpsComponentBuilderFactory.HttpsComponentBuilder.connectionRequestTimeout(org.apache.hc.core5.util.Timeout connectionRequestTimeout) Returns the connection lease request timeout used when requesting a connection from the connection manager.HttpsComponentBuilderFactory.HttpsComponentBuilder.connectionsPerRoute(int connectionsPerRoute) The maximum number of connections per route.HttpsComponentBuilderFactory.HttpsComponentBuilder.connectionStateDisabled(boolean connectionStateDisabled) Disables connection state tracking.HttpsComponentBuilderFactory.HttpsComponentBuilder.connectionTimeToLive(long connectionTimeToLive) The time for connection to live, the time unit is millisecond, the default value is always keep alive.HttpsComponentBuilderFactory.HttpsComponentBuilder.connectTimeout(org.apache.hc.core5.util.Timeout connectTimeout) Determines the timeout until a new connection is fully established.HttpsComponentBuilderFactory.HttpsComponentBuilder.contentCompressionDisabled(boolean contentCompressionDisabled) Disables automatic content decompression.HttpsComponentBuilderFactory.HttpsComponentBuilder.cookieManagementDisabled(boolean cookieManagementDisabled) Disables state (cookie) management.HttpsComponentBuilderFactory.HttpsComponentBuilder.cookieStore(org.apache.hc.client5.http.cookie.CookieStore cookieStore) To use a custom org.apache.hc.client5.http.cookie.CookieStore.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.HttpsComponentBuilderFactory.HttpsComponentBuilder.defaultUserAgentDisabled(boolean defaultUserAgentDisabled) Disables the default user agent set by this builder if none has been provided by the user.HttpsComponentBuilderFactory.HttpsComponentBuilder.followRedirects(boolean followRedirects) Whether to the HTTP request should follow redirects.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.HttpsComponentBuilderFactory.HttpsComponentBuilder.httpBinding(org.apache.camel.http.common.HttpBinding httpBinding) To use a custom HttpBinding to control the mapping between Camel message and HttpClient.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.HttpsComponentBuilderFactory.HttpsComponentBuilder.httpConfiguration(org.apache.camel.http.common.HttpConfiguration httpConfiguration) To use the shared HttpConfiguration as base configuration.HttpsComponentBuilderFactory.HttpsComponentBuilder.httpContext(org.apache.hc.core5.http.protocol.HttpContext httpContext) To use a custom org.apache.hc.core5.http.protocol.HttpContext when executing requests.HttpsComponentBuilderFactory.https()HTTPS (Secure) (camel-http) Send requests to external HTTP servers using Apache HTTP Client 5.x.HttpsComponentBuilderFactory.HttpsComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).HttpsComponentBuilderFactory.HttpsComponentBuilder.maxTotalConnections(int maxTotalConnections) The maximum number of connections.HttpsComponentBuilderFactory.HttpsComponentBuilder.proxyAuthDomain(String proxyAuthDomain) Proxy authentication domain to use.HttpsComponentBuilderFactory.HttpsComponentBuilder.proxyAuthHost(String proxyAuthHost) Proxy authentication host.HttpsComponentBuilderFactory.HttpsComponentBuilder.proxyAuthMethod(String proxyAuthMethod) Proxy authentication method to use.HttpsComponentBuilderFactory.HttpsComponentBuilder.proxyAuthNtHost(String proxyAuthNtHost) Proxy authentication domain (workstation name) to use with NTML.HttpsComponentBuilderFactory.HttpsComponentBuilder.proxyAuthPassword(String proxyAuthPassword) Proxy authentication password.HttpsComponentBuilderFactory.HttpsComponentBuilder.proxyAuthPort(Integer proxyAuthPort) Proxy authentication port.HttpsComponentBuilderFactory.HttpsComponentBuilder.proxyAuthScheme(String proxyAuthScheme) Proxy authentication protocol scheme.HttpsComponentBuilderFactory.HttpsComponentBuilder.proxyAuthUsername(String proxyAuthUsername) Proxy authentication username.HttpsComponentBuilderFactory.HttpsComponentBuilder.redirectHandlingDisabled(boolean redirectHandlingDisabled) Disables automatic redirect handling.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.HttpsComponentBuilderFactory.HttpsComponentBuilder.responseTimeout(org.apache.hc.core5.util.Timeout responseTimeout) Determines the timeout until arrival of a response from the opposite endpoint.HttpsComponentBuilderFactory.HttpsComponentBuilder.skipRequestHeaders(boolean skipRequestHeaders) Whether to skip mapping all the Camel headers as HTTP request headers.HttpsComponentBuilderFactory.HttpsComponentBuilder.skipResponseHeaders(boolean skipResponseHeaders) Whether to skip mapping all the HTTP response headers to Camel headers.HttpsComponentBuilderFactory.HttpsComponentBuilder.soTimeout(org.apache.hc.core5.util.Timeout soTimeout) Determines the default socket timeout value for blocking I/O operations.HttpsComponentBuilderFactory.HttpsComponentBuilder.sslContextParameters(org.apache.camel.support.jsse.SSLContextParameters sslContextParameters) To configure security using SSLContextParameters.HttpsComponentBuilderFactory.HttpsComponentBuilder.useGlobalSslContextParameters(boolean useGlobalSslContextParameters) Enable usage of global SSL context parameters.HttpsComponentBuilderFactory.HttpsComponentBuilder.x509HostnameVerifier(HostnameVerifier x509HostnameVerifier) To use a custom X509HostnameVerifier such as DefaultHostnameVerifier or NoopHostnameVerifier.