Uses of Class
org.apache.cxf.transport.http_undertow.UndertowHTTPServerEngineFactory
-
-
Uses of UndertowHTTPServerEngineFactory in org.apache.cxf.transport.http_undertow
Fields in org.apache.cxf.transport.http_undertow declared as UndertowHTTPServerEngineFactory Modifier and Type Field Description protected UndertowHTTPServerEngineFactoryUndertowHTTPDestination. serverEngineFactoryConstructors in org.apache.cxf.transport.http_undertow with parameters of type UndertowHTTPServerEngineFactory Constructor Description UndertowHTTPDestination(Bus bus, DestinationRegistry registry, EndpointInfo ei, UndertowHTTPServerEngineFactory serverEngineFactory)Constructor -
Uses of UndertowHTTPServerEngineFactory in org.apache.cxf.transport.http_undertow.spring
Subclasses of UndertowHTTPServerEngineFactory in org.apache.cxf.transport.http_undertow.spring Modifier and Type Class Description static classUndertowHTTPServerEngineFactoryBeanDefinitionParser.SpringUndertowHTTPServerEngineFactoryConstructors in org.apache.cxf.transport.http_undertow.spring with parameters of type UndertowHTTPServerEngineFactory Constructor Description SpringUndertowHTTPServerEngine(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 UndertowHTTPServerEngineFactory Constructor Description AtmosphereWebSocketUndertowDestination(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 UndertowHTTPServerEngineFactory Constructor Description UndertowWebSocketDestination(Bus bus, DestinationRegistry registry, EndpointInfo ei, UndertowHTTPServerEngineFactory serverEngineFactory)
-