public final class Http1RequestHandler extends Http2RequestHandler
| Constructor and Description |
|---|
Http1RequestHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
channelRead0(io.netty.channel.ChannelHandlerContext ctx,
io.netty.handler.codec.http.FullHttpRequest request) |
protected void |
sendResponse(io.netty.channel.ChannelHandlerContext ctx,
String streamId,
int latency,
io.netty.handler.codec.http.FullHttpResponse response,
io.netty.handler.codec.http.FullHttpRequest request) |
exceptionCaughtacceptInboundMessage, channelReadchannelActive, channelInactive, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, userEventTriggeredensureNotSharable, handlerAdded, handlerRemoved, isSharableprotected void channelRead0(io.netty.channel.ChannelHandlerContext ctx,
io.netty.handler.codec.http.FullHttpRequest request)
throws Exception
channelRead0 in class Http2RequestHandlerExceptionprotected void sendResponse(io.netty.channel.ChannelHandlerContext ctx,
String streamId,
int latency,
io.netty.handler.codec.http.FullHttpResponse response,
io.netty.handler.codec.http.FullHttpRequest request)
sendResponse in class Http2RequestHandlerCopyright © 2008–2019 The Netty Project. All rights reserved.