public class OkResponseHandler extends SimpleChannelInboundHandler<Object>
ChannelHandler.Sharable| Constructor and Description |
|---|
OkResponseHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
channelRead0(ChannelHandlerContext ctx,
Object msg)
Please keep in mind that this method will be renamed to
messageReceived(ChannelHandlerContext, I) in 5.0. |
acceptInboundMessage, channelReadchannelActive, channelInactive, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught, userEventTriggeredensureNotSharable, handlerAdded, handlerRemoved, isSharableclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithandlerAdded, handlerRemovedpublic void channelRead0(ChannelHandlerContext ctx, Object msg)
SimpleChannelInboundHandlermessageReceived(ChannelHandlerContext, I) in 5.0.
Is called for each message of type I.channelRead0 in class SimpleChannelInboundHandler<Object>ctx - the ChannelHandlerContext which this SimpleChannelInboundHandler
belongs tomsg - the message to handleCopyright © 2008–2017 The Netty Project. All rights reserved.