Uses of Class
org.apache.cxf.transport.http_undertow.UndertowHTTPServerEngineFactory
-
Packages that use UndertowHTTPServerEngineFactory Package Description org.apache.cxf.transport.http_undertow org.apache.cxf.transport.http_undertow.spring -
-
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(org.apache.cxf.Bus bus, org.apache.cxf.transport.http.DestinationRegistry registry, org.apache.cxf.service.model.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, org.apache.cxf.Bus b, String host, int port)
-