Uses of Class
org.apache.cxf.transport.http.netty.server.NettyHttpServerEngine
Packages that use NettyHttpServerEngine
Package
Description
-
Uses of NettyHttpServerEngine in org.apache.cxf.transport.http.netty.server
Fields in org.apache.cxf.transport.http.netty.server declared as NettyHttpServerEngineMethods in org.apache.cxf.transport.http.netty.server that return NettyHttpServerEngineModifier and TypeMethodDescriptionNettyHttpServerEngineFactory.createNettyHttpServerEngine(int port, String protocol) NettyHttpServerEngineFactory.createNettyHttpServerEngine(String host, int port, String protocol) NettyHttpServerEngineFactory.retrieveNettyHttpServerEngine(int port) Method parameters in org.apache.cxf.transport.http.netty.server with type arguments of type NettyHttpServerEngineModifier and TypeMethodDescriptionvoidNettyHttpServerEngineFactory.setEnginesList(List<NettyHttpServerEngine> enginesList) Constructors in org.apache.cxf.transport.http.netty.server with parameters of type NettyHttpServerEngineModifierConstructorDescriptionNettyHttpServletPipelineFactory(TLSServerParameters tlsServerParameters, boolean supportSession, int threadPoolSize, int maxChunkContentSize, Map<String, NettyHttpContextHandler> handlerMap, NettyHttpServerEngine engine) Deprecated.NettyHttpServletPipelineFactory(TLSServerParameters tlsServerParameters, boolean supportSession, int maxChunkContentSize, Map<String, NettyHttpContextHandler> handlerMap, NettyHttpServerEngine engine, io.netty.util.concurrent.EventExecutorGroup applicationExecutor) NettyHttpServletPipelineFactory(TLSServerParameters tlsServerParameters, boolean supportSession, int maxChunkContentSize, Map<String, NettyHttpContextHandler> handlerMap, NettyHttpServerEngine engine, io.netty.util.concurrent.EventExecutorGroup applicationExecutor, boolean enableHttp2) -
Uses of NettyHttpServerEngine in org.apache.cxf.transport.http.netty.server.spring
Subclasses of NettyHttpServerEngine in org.apache.cxf.transport.http.netty.server.springModifier and TypeClassDescriptionstatic class
NettyHttpServletPipelineFactory(TLSServerParameters, boolean, int, Map, NettyHttpServerEngine, EventExecutorGroup)