public final class DirectClientHandler
extends io.netty.channel.ChannelInboundByteHandlerAdapter
| Constructor and Description |
|---|
DirectClientHandler(CallbackNotifier cb) |
| Modifier and Type | Method and Description |
|---|---|
void |
channelActive(io.netty.channel.ChannelHandlerContext ctx) |
void |
exceptionCaught(io.netty.channel.ChannelHandlerContext ctx,
Throwable throwable) |
static String |
getName() |
void |
inboundBufferUpdated(io.netty.channel.ChannelHandlerContext ctx,
io.netty.buffer.ByteBuf byteBuf) |
discardInboundReadBytes, freeInboundBuffer, inboundBufferUpdated, newInboundBufferchannelInactive, channelReadSuspended, channelRegistered, channelUnregisteredafterAdd, afterRemove, beforeAdd, beforeRemove, userEventTriggeredclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic DirectClientHandler(CallbackNotifier cb)
public static String getName()
public void channelActive(io.netty.channel.ChannelHandlerContext ctx)
channelActive in interface io.netty.channel.ChannelStateHandlerchannelActive in class io.netty.channel.ChannelStateHandlerAdapterpublic void exceptionCaught(io.netty.channel.ChannelHandlerContext ctx,
Throwable throwable)
throws Exception
exceptionCaught in interface io.netty.channel.ChannelHandlerexceptionCaught in class io.netty.channel.ChannelHandlerAdapterExceptionCopyright © 2008-2013 The Netty Project. All Rights Reserved.