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

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

Methods in org.apache.camel.component.jetty that return JettyHttpEndpoint
 JettyHttpEndpoint JettyHttpProducer.getEndpoint()
           
 

Methods in org.apache.camel.component.jetty with parameters of type JettyHttpEndpoint
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.
protected  org.apache.camel.component.http.CamelServlet JettyHttpComponent.createServletForConnector(org.eclipse.jetty.server.Server server, org.eclipse.jetty.server.Connector connector, List<org.eclipse.jetty.server.Handler> handlers, JettyHttpEndpoint endpoint)
           
protected  org.eclipse.jetty.server.ssl.SslSelectChannelConnector JettyHttpComponent.createSslSocketConnector(JettyHttpEndpoint endpoint)
           
protected  org.eclipse.jetty.server.ssl.SslSelectChannelConnector JettyHttpComponent.getSslSocketConnector(JettyHttpEndpoint endpoint)
           
 



Apache Camel