Modifier and Type | Method and Description |
---|---|
protected abstract CamelHttpClient |
JettyHttpComponent.createCamelHttpClient(org.eclipse.jetty.util.ssl.SslContextFactory sslContextFactory) |
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