public class OkResponseHandler extends SimpleChannelInboundHandler<java.lang.Object>
ChannelHandler.Sharable
构造器和说明 |
---|
OkResponseHandler() |
限定符和类型 | 方法和说明 |
---|---|
void |
channelRead0(ChannelHandlerContext ctx,
java.lang.Object msg)
Is called for each message of type
I . |
acceptInboundMessage, channelRead
channelActive, channelInactive, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught, userEventTriggered
ensureNotSharable, handlerAdded, handlerRemoved, isSharable
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
handlerAdded, handlerRemoved
public void channelRead0(ChannelHandlerContext ctx, java.lang.Object msg)
SimpleChannelInboundHandler
I
.channelRead0
在类中 SimpleChannelInboundHandler<java.lang.Object>
ctx
- the ChannelHandlerContext
which this SimpleChannelInboundHandler
belongs tomsg
- the message to handle