Uses of Class
org.apache.cxf.transport.http_jetty.JettyHTTPServerEngineFactory
Packages that use JettyHTTPServerEngineFactory
Package
Description
-
Uses of JettyHTTPServerEngineFactory in org.apache.cxf.transport.http_jetty
Fields in org.apache.cxf.transport.http_jetty declared as JettyHTTPServerEngineFactoryModifier and TypeFieldDescriptionprotected JettyHTTPServerEngineFactoryJettyHTTPDestination.serverEngineFactoryConstructors in org.apache.cxf.transport.http_jetty with parameters of type JettyHTTPServerEngineFactoryModifierConstructorDescriptionprotectedJettyHTTPDestination(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.springModifier and TypeClassDescriptionstatic classConstructors in org.apache.cxf.transport.http_jetty.spring with parameters of type JettyHTTPServerEngineFactoryModifierConstructorDescriptionSpringJettyHTTPServerEngine(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 JettyHTTPServerEngineFactoryModifierConstructorDescriptionAtmosphereWebSocketJettyDestination(Bus bus, DestinationRegistry registry, EndpointInfo ei, JettyHTTPServerEngineFactory serverEngineFactory) -
Uses of JettyHTTPServerEngineFactory in org.apache.cxf.transport.websocket.jetty11
Constructors in org.apache.cxf.transport.websocket.jetty11 with parameters of type JettyHTTPServerEngineFactoryModifierConstructorDescriptionJetty11WebSocketDestination(Bus bus, DestinationRegistry registry, EndpointInfo ei, JettyHTTPServerEngineFactory serverEngineFactory)