public class ForwardingHandler extends SimpleChannelInboundHandler<java.lang.Object>
BareRequest and BareResponse.
For each tcp connection, a single ForwardingHandler is created.
ChannelHandler.Sharable| Modifier and Type | Method and Description |
|---|---|
protected void |
channelRead0(ChannelHandlerContext ctx,
java.lang.Object msg) |
void |
channelReadComplete(ChannelHandlerContext ctx) |
void |
exceptionCaught(ChannelHandlerContext ctx,
java.lang.Throwable cause) |
acceptInboundMessage, channelReadchannelActive, channelInactive, channelRegistered, channelUnregistered, channelWritabilityChanged, userEventTriggeredensureNotSharable, handlerAdded, handlerRemoved, isSharableclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithandlerAdded, handlerRemovedpublic void channelReadComplete(ChannelHandlerContext ctx)
channelReadComplete in interface ChannelInboundHandlerchannelReadComplete in class ChannelInboundHandlerAdapterprotected void channelRead0(ChannelHandlerContext ctx, java.lang.Object msg)
channelRead0 in class SimpleChannelInboundHandler<java.lang.Object>public void exceptionCaught(ChannelHandlerContext ctx, java.lang.Throwable cause)
exceptionCaught in interface ChannelHandlerexceptionCaught in interface ChannelInboundHandlerexceptionCaught in class ChannelInboundHandlerAdapterCopyright © 2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.