Uses of Class
org.apache.cxf.transport.http.netty.server.NettyHttpServerEngineFactory
-
Packages that use NettyHttpServerEngineFactory Package Description org.apache.cxf.transport.http.netty.server org.apache.cxf.transport.http.netty.server.spring -
-
Uses of NettyHttpServerEngineFactory in org.apache.cxf.transport.http.netty.server
Fields in org.apache.cxf.transport.http.netty.server declared as NettyHttpServerEngineFactory Modifier and Type Field Description protected NettyHttpServerEngineFactoryNettyHttpDestination. serverEngineFactoryConstructors in org.apache.cxf.transport.http.netty.server with parameters of type NettyHttpServerEngineFactory Constructor Description NettyHttpDestination(Bus b, DestinationRegistry registry, EndpointInfo ei, NettyHttpServerEngineFactory serverEngineFactory)Constructor -
Uses of NettyHttpServerEngineFactory in org.apache.cxf.transport.http.netty.server.spring
Subclasses of NettyHttpServerEngineFactory in org.apache.cxf.transport.http.netty.server.spring Modifier and Type Class Description static classNettyHttpServerEngineFactoryBeanDefinitionParser.SpringNettyHttpServerEngineFactoryConstructors in org.apache.cxf.transport.http.netty.server.spring with parameters of type NettyHttpServerEngineFactory Constructor Description SpringNettyHttpServerEngine(NettyHttpServerEngineFactory fac, Bus b, String host, int port)
-