Uses of Interface
org.apache.camel.component.http.HttpClientConfigurer
Packages that use HttpClientConfigurer
-
Uses of HttpClientConfigurer in org.apache.camel.component.http
Classes in org.apache.camel.component.http that implement HttpClientConfigurerModifier and TypeClassDescriptionclass
class
class
Strategy for configuring the HttpClient with a proxyFields in org.apache.camel.component.http declared as HttpClientConfigurerModifier and TypeFieldDescriptionprotected HttpClientConfigurer
HttpComponent.httpClientConfigurer
Methods in org.apache.camel.component.http that return HttpClientConfigurerModifier and TypeMethodDescriptionprotected HttpClientConfigurer
HttpComponent.createHttpClientConfigurer
(Map<String, Object> parameters, boolean secure) Creates the HttpClientConfigurer based on the given parametersHttpComponent.getHttpClientConfigurer()
HttpEndpoint.getHttpClientConfigurer()
Methods in org.apache.camel.component.http with parameters of type HttpClientConfigurerModifier and TypeMethodDescriptionvoid
CompositeHttpConfigurer.addConfigurer
(HttpClientConfigurer configurer) static CompositeHttpConfigurer
CompositeHttpConfigurer.combineConfigurers
(HttpClientConfigurer oldConfigurer, HttpClientConfigurer newConfigurer) void
HttpComponent.setHttpClientConfigurer
(HttpClientConfigurer httpClientConfigurer) To use the custom HttpClientConfigurer to perform configuration of the HttpClient that will be used.void
HttpEndpoint.setHttpClientConfigurer
(HttpClientConfigurer httpClientConfigurer) Register a custom configuration strategy for newHttpClient
instances created by producers or consumers such as to configure authentication mechanisms etcConstructors in org.apache.camel.component.http with parameters of type HttpClientConfigurerModifierConstructorDescriptionHttpEndpoint
(String endPointURI, HttpComponent component, URI httpURI, org.apache.hc.client5.http.impl.classic.HttpClientBuilder clientBuilder, org.apache.hc.client5.http.io.HttpClientConnectionManager clientConnectionManager, HttpClientConfigurer clientConfigurer) HttpEndpoint
(String endPointURI, HttpComponent component, org.apache.hc.client5.http.impl.classic.HttpClientBuilder clientBuilder, org.apache.hc.client5.http.io.HttpClientConnectionManager clientConnectionManager, HttpClientConfigurer clientConfigurer)