Uses of Class
org.apache.camel.component.jetty.CamelHttpClient

Uses of CamelHttpClient in org.apache.camel.component.jetty
 

Methods in org.apache.camel.component.jetty that return CamelHttpClient
static CamelHttpClient JettyHttpComponent.createHttpClient(JettyHttpEndpoint endpoint, Integer minThreads, Integer maxThreads, org.apache.camel.util.jsse.SSLContextParameters ssl)
          Creates a new HttpClient and configures its proxy/thread pool and SSL based on this component settings.
 



Apache Camel