Uses of Class
org.apache.cxf.transport.http_undertow.UndertowHTTPServerEngineFactory
Packages that use UndertowHTTPServerEngineFactory
Package
Description
-
Uses of UndertowHTTPServerEngineFactory in org.apache.cxf.transport.http_undertow
Fields in org.apache.cxf.transport.http_undertow declared as UndertowHTTPServerEngineFactoryModifier and TypeFieldDescriptionprotected UndertowHTTPServerEngineFactoryUndertowHTTPDestination.serverEngineFactoryConstructors in org.apache.cxf.transport.http_undertow with parameters of type UndertowHTTPServerEngineFactoryModifierConstructorDescriptionUndertowHTTPDestination(Bus bus, DestinationRegistry registry, EndpointInfo ei, UndertowHTTPServerEngineFactory serverEngineFactory) Constructor -
Uses of UndertowHTTPServerEngineFactory in org.apache.cxf.transport.http_undertow.spring
Modifier and TypeClassDescriptionstatic classConstructors in org.apache.cxf.transport.http_undertow.spring with parameters of type UndertowHTTPServerEngineFactoryModifierConstructorDescriptionSpringUndertowHTTPServerEngine(UndertowHTTPServerEngineFactory fac, Bus b, String host, int port) -
Uses of UndertowHTTPServerEngineFactory in org.apache.cxf.transport.websocket.atmosphere
Constructors in org.apache.cxf.transport.websocket.atmosphere with parameters of type UndertowHTTPServerEngineFactoryModifierConstructorDescriptionAtmosphereWebSocketUndertowDestination(Bus bus, DestinationRegistry registry, EndpointInfo ei, UndertowHTTPServerEngineFactory serverEngineFactory) -
Uses of UndertowHTTPServerEngineFactory in org.apache.cxf.transport.websocket.undertow
Constructors in org.apache.cxf.transport.websocket.undertow with parameters of type UndertowHTTPServerEngineFactoryModifierConstructorDescriptionUndertowWebSocketDestination(Bus bus, DestinationRegistry registry, EndpointInfo ei, UndertowHTTPServerEngineFactory serverEngineFactory)