public class NettyHttpServerHandler<IN,OUT> extends NettyNetChannelInboundHandler<IN>
HttpRequest, .http.HttpResponse, HttpContent and .LastHttpContent)
and Reactor types (NettyHttpChannel and Buffer).channelStream| Constructor and Description |
|---|
NettyHttpServerHandler(NettyChannelStream<IN,OUT> tcpStream,
NettyHttpServer<IN,OUT> server) |
| Modifier and Type | Method and Description |
|---|---|
void |
channelActive(io.netty.channel.ChannelHandlerContext ctx) |
void |
channelRead(io.netty.channel.ChannelHandlerContext ctx,
java.lang.Object msg) |
channelInactive, channelReadComplete, channelStream, exceptionCaught, subscriptionchannelRegistered, channelUnregistered, channelWritabilityChanged, userEventTriggeredhandlerAdded, handlerRemoved, isSharablepublic NettyHttpServerHandler(NettyChannelStream<IN,OUT> tcpStream, NettyHttpServer<IN,OUT> server)
public void channelActive(io.netty.channel.ChannelHandlerContext ctx)
throws java.lang.Exception
channelActive in interface io.netty.channel.ChannelInboundHandlerchannelActive in class NettyNetChannelInboundHandler<IN>java.lang.Exceptionpublic void channelRead(io.netty.channel.ChannelHandlerContext ctx,
java.lang.Object msg)
throws java.lang.Exception
channelRead in interface io.netty.channel.ChannelInboundHandlerchannelRead in class NettyNetChannelInboundHandler<IN>java.lang.Exception