Apache CXF API

Uses of Class
org.apache.cxf.transport.http_jetty.JettyHTTPServerEngineFactory

Packages that use JettyHTTPServerEngineFactory
org.apache.cxf.transport.http_jetty   
org.apache.cxf.transport.http_jetty.spring   
 

Uses of JettyHTTPServerEngineFactory in org.apache.cxf.transport.http_jetty
 

Fields in org.apache.cxf.transport.http_jetty declared as JettyHTTPServerEngineFactory
protected  JettyHTTPServerEngineFactory JettyHTTPServerEngine.factory
          This is the Jetty HTTP Server Engine Factory.
protected  JettyHTTPServerEngineFactory JettyHTTPDestination.serverEngineFactory
           
 

Methods in org.apache.cxf.transport.http_jetty with parameters of type JettyHTTPServerEngineFactory
 void JettyHTTPServerEngine.setJettyHTTPServerEngineFactory(JettyHTTPServerEngineFactory fac)
           
 

Constructors in org.apache.cxf.transport.http_jetty with parameters of type JettyHTTPServerEngineFactory
JettyHTTPDestination(Bus bus, DestinationRegistry registry, EndpointInfo ei, JettyHTTPServerEngineFactory serverEngineFactory)
          Constructor, using Jetty server engine.
JettyHTTPServerEngine(JettyHTTPServerEngineFactory fac, String host, int port)
          This constructor is called by the JettyHTTPServerEngineFactory.
 

Uses of JettyHTTPServerEngineFactory in org.apache.cxf.transport.http_jetty.spring
 

Subclasses of JettyHTTPServerEngineFactory in org.apache.cxf.transport.http_jetty.spring
static class JettyHTTPServerEngineFactoryBeanDefinitionParser.SpringJettyHTTPServerEngineFactory
           
 

Constructors in org.apache.cxf.transport.http_jetty.spring with parameters of type JettyHTTPServerEngineFactory
JettyHTTPServerEngineBeanDefinitionParser.SpringJettyHTTPServerEngine(JettyHTTPServerEngineFactory fac, Bus b, String host, int port)
           
 


Apache CXF API

Apache CXF