Interface HttpServerHandler
-
- All Superinterfaces:
io.netty.channel.ChannelHandler,io.netty.channel.ChannelInboundHandler
- All Known Implementing Classes:
HttpRequestContextHandler
public interface HttpServerHandler extends io.netty.channel.ChannelInboundHandlerAn interface handles HTTP requests.- Since:
- 1.1
-
-
Field Summary
Fields Modifier and Type Field Description static io.netty.channel.ChannelFutureListenerREAD_NEXTAChannelFutureListenerthat callsChannel.read()of theChannelwhich is associated with the specifiedChannelFuture.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisSharable()Returntrueif the implementation isChannelHandler.Sharableand so can be added to differentChannelPipelines.
-