Package | Description |
---|---|
org.apache.cxf.transport.http.netty.server |
Modifier and Type | Method and Description |
---|---|
NettyHttpContextHandler |
NettyHttpServletPipelineFactory.getNettyHttpHandler(String url) |
Modifier and Type | Method and Description |
---|---|
Map<String,NettyHttpContextHandler> |
NettyHttpServletPipelineFactory.getHttpContextHandlerMap() |
Modifier and Type | Method and Description |
---|---|
protected void |
NettyHttpServletHandler.handleHttpServletRequest(io.netty.channel.ChannelHandlerContext ctx,
io.netty.handler.codec.http.HttpRequest request,
NettyHttpContextHandler nettyHttpContextHandler) |
Constructor and Description |
---|
NettyHttpServletPipelineFactory(TLSServerParameters tlsServerParameters,
boolean supportSession,
int threadPoolSize,
int maxChunkContentSize,
Map<String,NettyHttpContextHandler> handlerMap,
NettyHttpServerEngine engine) |
Apache CXF