Package | Description |
---|---|
org.apache.cxf.transport.http.netty.server | |
org.apache.cxf.transport.http.netty.server.spring |
Modifier and Type | Field and Description |
---|---|
protected NettyHttpServerEngine |
NettyHttpDestination.engine |
Modifier and Type | Method and Description |
---|---|
NettyHttpServerEngine |
NettyHttpServerEngineFactory.createNettyHttpServerEngine(int port,
String protocol) |
NettyHttpServerEngine |
NettyHttpServerEngineFactory.createNettyHttpServerEngine(String host,
int port,
String protocol) |
NettyHttpServerEngine |
NettyHttpServerEngineFactory.retrieveNettyHttpServerEngine(int port) |
Modifier and Type | Method and Description |
---|---|
void |
NettyHttpServerEngineFactory.setEnginesList(List<NettyHttpServerEngine> enginesList) |
Constructor and Description |
---|
NettyHttpServletPipelineFactory(TLSServerParameters tlsServerParameters,
boolean supportSession,
int threadPoolSize,
int maxChunkContentSize,
Map<String,NettyHttpContextHandler> handlerMap,
NettyHttpServerEngine engine) |
Modifier and Type | Class and Description |
---|---|
static class |
NettyHttpServerEngineBeanDefinitionParser.SpringNettyHttpServerEngine |
Apache CXF