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
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