public class OkResponseHandler extends SimpleChannelInboundHandler<Object>
ChannelHandler.Sharable
Constructor and Description |
---|
OkResponseHandler() |
Modifier and Type | Method and Description |
---|---|
void |
channelRead0(ChannelHandlerContext ctx,
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, Object msg)
SimpleChannelInboundHandler
I
.channelRead0
in class SimpleChannelInboundHandler<Object>
ctx
- the ChannelHandlerContext
which this SimpleChannelInboundHandler
belongs tomsg
- the message to handleCopyright © 2008–2021 The Netty Project. All rights reserved.