public abstract class ChannelOutboundMessageHandlerAdapter<I> extends ChannelOutboundHandlerAdapter implements ChannelOutboundMessageHandler<I>
ChannelHandler.Sharable| Constructor and Description |
|---|
ChannelOutboundMessageHandlerAdapter() |
| Modifier and Type | Method and Description |
|---|---|
io.netty.buffer.MessageBuf<I> |
newOutboundBuffer(ChannelHandlerContext ctx) |
flushafterAdd, afterRemove, beforeAdd, beforeRemove, bind, close, connect, deregister, disconnect, exceptionCaught, userEventTriggeredclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbind, close, connect, deregister, disconnect, flushafterAdd, afterRemove, beforeAdd, beforeRemove, exceptionCaught, userEventTriggeredpublic ChannelOutboundMessageHandlerAdapter()
public io.netty.buffer.MessageBuf<I> newOutboundBuffer(ChannelHandlerContext ctx) throws Exception
newOutboundBuffer in interface ChannelOutboundHandlernewOutboundBuffer in interface ChannelOutboundMessageHandler<I>ExceptionCopyright © 2008-2012 The Netty Project. All Rights Reserved.