Uses of Class
org.apache.cxf.transport.http_jetty.JettyHTTPServerEngineFactory
-
-
Uses of JettyHTTPServerEngineFactory in org.apache.cxf.transport.http_jetty
Fields in org.apache.cxf.transport.http_jetty declared as JettyHTTPServerEngineFactory Modifier and Type Field Description protected JettyHTTPServerEngineFactoryJettyHTTPDestination. serverEngineFactoryConstructors in org.apache.cxf.transport.http_jetty with parameters of type JettyHTTPServerEngineFactory Constructor Description JettyHTTPDestination(Bus bus, DestinationRegistry registry, EndpointInfo ei, URL nurl, JettyHTTPServerEngineFactory serverEngineFactory)JettyHTTPDestination(Bus bus, DestinationRegistry registry, EndpointInfo ei, JettyHTTPServerEngineFactory serverEngineFactory)Constructor -
Uses of JettyHTTPServerEngineFactory in org.apache.cxf.transport.http_jetty.spring
Subclasses of JettyHTTPServerEngineFactory in org.apache.cxf.transport.http_jetty.spring Modifier and Type Class Description static classJettyHTTPServerEngineFactoryBeanDefinitionParser.SpringJettyHTTPServerEngineFactoryConstructors in org.apache.cxf.transport.http_jetty.spring with parameters of type JettyHTTPServerEngineFactory Constructor Description SpringJettyHTTPServerEngine(JettyHTTPServerEngineFactory fac, Bus b, String host, int port) -
Uses of JettyHTTPServerEngineFactory in org.apache.cxf.transport.websocket.atmosphere
Constructors in org.apache.cxf.transport.websocket.atmosphere with parameters of type JettyHTTPServerEngineFactory Constructor Description AtmosphereWebSocketJettyDestination(Bus bus, DestinationRegistry registry, EndpointInfo ei, JettyHTTPServerEngineFactory serverEngineFactory) -
Uses of JettyHTTPServerEngineFactory in org.apache.cxf.transport.websocket.jetty10
Constructors in org.apache.cxf.transport.websocket.jetty10 with parameters of type JettyHTTPServerEngineFactory Constructor Description Jetty10WebSocketDestination(Bus bus, DestinationRegistry registry, EndpointInfo ei, JettyHTTPServerEngineFactory serverEngineFactory)
-