public abstract class ChannelOutboundHandlerAdapter extends ChannelOperationHandlerAdapter implements ChannelOutboundHandler
ChannelHandler.Sharable| Constructor and Description |
|---|
ChannelOutboundHandlerAdapter() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
flush(ChannelHandlerContext ctx,
ChannelFuture future) |
afterAdd, afterRemove, beforeAdd, beforeRemove, bind, close, connect, deregister, disconnect, exceptionCaught, userEventTriggeredclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitnewOutboundBufferbind, close, connect, deregister, disconnectafterAdd, afterRemove, beforeAdd, beforeRemove, exceptionCaught, userEventTriggeredpublic abstract void flush(ChannelHandlerContext ctx, ChannelFuture future) throws Exception
flush in interface ChannelOperationHandlerflush in class ChannelOperationHandlerAdapterExceptionCopyright © 2008-2012 The Netty Project. All Rights Reserved.