public interface ChannelOperationHandler extends ChannelHandler
ChannelHandler.Sharable| Modifier and Type | Method and Description |
|---|---|
void |
bind(ChannelHandlerContext ctx,
SocketAddress localAddress,
ChannelFuture future) |
void |
close(ChannelHandlerContext ctx,
ChannelFuture future) |
void |
connect(ChannelHandlerContext ctx,
SocketAddress remoteAddress,
SocketAddress localAddress,
ChannelFuture future) |
void |
deregister(ChannelHandlerContext ctx,
ChannelFuture future) |
void |
disconnect(ChannelHandlerContext ctx,
ChannelFuture future) |
void |
flush(ChannelHandlerContext ctx,
ChannelFuture future) |
afterAdd, afterRemove, beforeAdd, beforeRemove, exceptionCaught, userEventTriggeredvoid bind(ChannelHandlerContext ctx, SocketAddress localAddress, ChannelFuture future) throws Exception
Exceptionvoid connect(ChannelHandlerContext ctx, SocketAddress remoteAddress, SocketAddress localAddress, ChannelFuture future) throws Exception
Exceptionvoid disconnect(ChannelHandlerContext ctx, ChannelFuture future) throws Exception
Exceptionvoid close(ChannelHandlerContext ctx, ChannelFuture future) throws Exception
Exceptionvoid deregister(ChannelHandlerContext ctx, ChannelFuture future) throws Exception
Exceptionvoid flush(ChannelHandlerContext ctx, ChannelFuture future) throws Exception
ExceptionCopyright © 2008-2012 The Netty Project. All Rights Reserved.