void |
ChannelDuplexHandler.bind(ChannelHandlerContext ctx,
SocketAddress localAddress,
ChannelPromise promise) |
|
void |
ChannelOutboundHandler.bind(ChannelHandlerContext ctx,
SocketAddress localAddress,
ChannelPromise promise) |
Called once a bind operation is made.
|
void |
ChannelOutboundHandlerAdapter.bind(ChannelHandlerContext ctx,
SocketAddress localAddress,
ChannelPromise promise) |
|
void |
CombinedChannelDuplexHandler.bind(ChannelHandlerContext ctx,
SocketAddress localAddress,
ChannelPromise promise) |
|
void |
ChannelInboundHandler.channelActive(ChannelHandlerContext ctx) |
|
void |
ChannelInboundHandlerAdapter.channelActive(ChannelHandlerContext ctx) |
|
void |
CombinedChannelDuplexHandler.channelActive(ChannelHandlerContext ctx) |
|
void |
ChannelInboundHandler.channelInactive(ChannelHandlerContext ctx) |
|
void |
ChannelInboundHandlerAdapter.channelInactive(ChannelHandlerContext ctx) |
|
void |
CombinedChannelDuplexHandler.channelInactive(ChannelHandlerContext ctx) |
|
void |
ChannelInboundHandler.channelRead(ChannelHandlerContext ctx,
Object msg) |
Invoked when the current Channel has read a message from the peer.
|
void |
ChannelInboundHandlerAdapter.channelRead(ChannelHandlerContext ctx,
Object msg) |
|
void |
CombinedChannelDuplexHandler.channelRead(ChannelHandlerContext ctx,
Object msg) |
|
void |
SimpleChannelInboundHandler.channelRead(ChannelHandlerContext ctx,
Object msg) |
|
protected abstract void |
SimpleChannelInboundHandler.channelRead0(ChannelHandlerContext ctx,
I msg) |
|
void |
ChannelInboundHandler.channelReadComplete(ChannelHandlerContext ctx) |
|
void |
ChannelInboundHandlerAdapter.channelReadComplete(ChannelHandlerContext ctx) |
|
void |
CombinedChannelDuplexHandler.channelReadComplete(ChannelHandlerContext ctx) |
|
void |
ChannelInboundHandler.channelRegistered(ChannelHandlerContext ctx) |
|
void |
ChannelInboundHandlerAdapter.channelRegistered(ChannelHandlerContext ctx) |
|
void |
ChannelInitializer.channelRegistered(ChannelHandlerContext ctx) |
|
void |
CombinedChannelDuplexHandler.channelRegistered(ChannelHandlerContext ctx) |
|
void |
ChannelInboundHandler.channelUnregistered(ChannelHandlerContext ctx) |
|
void |
ChannelInboundHandlerAdapter.channelUnregistered(ChannelHandlerContext ctx) |
|
void |
CombinedChannelDuplexHandler.channelUnregistered(ChannelHandlerContext ctx) |
|
void |
ChannelInboundHandler.channelWritabilityChanged(ChannelHandlerContext ctx) |
Gets called once the writable state of a Channel changed.
|
void |
ChannelInboundHandlerAdapter.channelWritabilityChanged(ChannelHandlerContext ctx) |
|
void |
CombinedChannelDuplexHandler.channelWritabilityChanged(ChannelHandlerContext ctx) |
|
void |
ChannelDuplexHandler.close(ChannelHandlerContext ctx,
ChannelPromise promise) |
|
void |
ChannelOutboundHandler.close(ChannelHandlerContext ctx,
ChannelPromise promise) |
Called once a close operation is made.
|
void |
ChannelOutboundHandlerAdapter.close(ChannelHandlerContext ctx,
ChannelPromise promise) |
|
void |
CombinedChannelDuplexHandler.close(ChannelHandlerContext ctx,
ChannelPromise promise) |
|
void |
ChannelDuplexHandler.connect(ChannelHandlerContext ctx,
SocketAddress remoteAddress,
SocketAddress localAddress,
ChannelPromise promise) |
|
void |
ChannelOutboundHandler.connect(ChannelHandlerContext ctx,
SocketAddress remoteAddress,
SocketAddress localAddress,
ChannelPromise promise) |
Called once a connect operation is made.
|
void |
ChannelOutboundHandlerAdapter.connect(ChannelHandlerContext ctx,
SocketAddress remoteAddress,
SocketAddress localAddress,
ChannelPromise promise) |
|
void |
CombinedChannelDuplexHandler.connect(ChannelHandlerContext ctx,
SocketAddress remoteAddress,
SocketAddress localAddress,
ChannelPromise promise) |
|
void |
ChannelDuplexHandler.deregister(ChannelHandlerContext ctx,
ChannelPromise promise) |
|
void |
ChannelOutboundHandler.deregister(ChannelHandlerContext ctx,
ChannelPromise promise) |
Called once a deregister operation is made from the current registered EventLoop.
|
void |
ChannelOutboundHandlerAdapter.deregister(ChannelHandlerContext ctx,
ChannelPromise promise) |
|
void |
CombinedChannelDuplexHandler.deregister(ChannelHandlerContext ctx,
ChannelPromise promise) |
|
void |
ChannelDuplexHandler.disconnect(ChannelHandlerContext ctx,
ChannelPromise promise) |
|
void |
ChannelOutboundHandler.disconnect(ChannelHandlerContext ctx,
ChannelPromise promise) |
Called once a disconnect operation is made.
|
void |
ChannelOutboundHandlerAdapter.disconnect(ChannelHandlerContext ctx,
ChannelPromise promise) |
|
void |
CombinedChannelDuplexHandler.disconnect(ChannelHandlerContext ctx,
ChannelPromise promise) |
|
protected abstract void |
SimpleUserEventChannelHandler.eventReceived(ChannelHandlerContext ctx,
I evt) |
|
void |
ChannelHandler.exceptionCaught(ChannelHandlerContext ctx,
Throwable cause) |
Deprecated.
|
void |
ChannelHandlerAdapter.exceptionCaught(ChannelHandlerContext ctx,
Throwable cause) |
Deprecated.
|
void |
ChannelInboundHandler.exceptionCaught(ChannelHandlerContext ctx,
Throwable cause) |
|
void |
ChannelInboundHandlerAdapter.exceptionCaught(ChannelHandlerContext ctx,
Throwable cause) |
|
void |
ChannelInitializer.exceptionCaught(ChannelHandlerContext ctx,
Throwable cause) |
|
void |
CombinedChannelDuplexHandler.exceptionCaught(ChannelHandlerContext ctx,
Throwable cause) |
|
void |
ChannelDuplexHandler.flush(ChannelHandlerContext ctx) |
|
void |
ChannelOutboundHandler.flush(ChannelHandlerContext ctx) |
Called once a flush operation is made.
|
void |
ChannelOutboundHandlerAdapter.flush(ChannelHandlerContext ctx) |
|
void |
CombinedChannelDuplexHandler.flush(ChannelHandlerContext ctx) |
|
void |
ChannelHandler.handlerAdded(ChannelHandlerContext ctx) |
Gets called after the ChannelHandler was added to the actual context and it's ready to handle events.
|
void |
ChannelHandlerAdapter.handlerAdded(ChannelHandlerContext ctx) |
Do nothing by default, sub-classes may override this method.
|
void |
ChannelInitializer.handlerAdded(ChannelHandlerContext ctx) |
Do nothing by default, sub-classes may override this method.
|
void |
CombinedChannelDuplexHandler.handlerAdded(ChannelHandlerContext ctx) |
|
void |
ChannelHandler.handlerRemoved(ChannelHandlerContext ctx) |
Gets called after the ChannelHandler was removed from the actual context and it doesn't handle events
anymore.
|
void |
ChannelHandlerAdapter.handlerRemoved(ChannelHandlerContext ctx) |
Do nothing by default, sub-classes may override this method.
|
void |
ChannelInitializer.handlerRemoved(ChannelHandlerContext ctx) |
|
void |
CombinedChannelDuplexHandler.handlerRemoved(ChannelHandlerContext ctx) |
|
protected void |
DefaultChannelPipeline.onUnhandledInboundMessage(ChannelHandlerContext ctx,
Object msg) |
|
void |
ChannelDuplexHandler.read(ChannelHandlerContext ctx) |
|
void |
ChannelOutboundHandler.read(ChannelHandlerContext ctx) |
|
void |
ChannelOutboundHandlerAdapter.read(ChannelHandlerContext ctx) |
|
void |
CombinedChannelDuplexHandler.read(ChannelHandlerContext ctx) |
|
void |
ChannelInboundHandler.userEventTriggered(ChannelHandlerContext ctx,
Object evt) |
Gets called if an user event was triggered.
|
void |
ChannelInboundHandlerAdapter.userEventTriggered(ChannelHandlerContext ctx,
Object evt) |
|
void |
CombinedChannelDuplexHandler.userEventTriggered(ChannelHandlerContext ctx,
Object evt) |
|
void |
SimpleUserEventChannelHandler.userEventTriggered(ChannelHandlerContext ctx,
Object evt) |
|
void |
ChannelDuplexHandler.write(ChannelHandlerContext ctx,
Object msg,
ChannelPromise promise) |
|
void |
ChannelOutboundHandler.write(ChannelHandlerContext ctx,
Object msg,
ChannelPromise promise) |
Called once a write operation is made.
|
void |
ChannelOutboundHandlerAdapter.write(ChannelHandlerContext ctx,
Object msg,
ChannelPromise promise) |
|
void |
CombinedChannelDuplexHandler.write(ChannelHandlerContext ctx,
Object msg,
ChannelPromise promise) |
|
void |
AbstractCoalescingBufferQueue.writeAndRemoveAll(ChannelHandlerContext ctx) |
Writes all remaining elements in this queue.
|