Uses of Class
org.apache.camel.component.http.HttpComponent
Packages that use HttpComponent
-
Uses of HttpComponent in org.apache.camel.component.http
Methods in org.apache.camel.component.http that return HttpComponentConstructors in org.apache.camel.component.http with parameters of type HttpComponentModifierConstructorDescriptionHttpEndpoint
(String endPointURI, HttpComponent component, URI httpURI) HttpEndpoint
(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, URI httpURI, org.apache.hc.client5.http.io.HttpClientConnectionManager clientConnectionManager) HttpEndpoint
(String endPointURI, HttpComponent component, org.apache.hc.client5.http.impl.classic.HttpClientBuilder clientBuilder, org.apache.hc.client5.http.io.HttpClientConnectionManager clientConnectionManager, HttpClientConfigurer clientConfigurer)