public class io.netty.example.proxy.HexDumpProxyBackendHandler extends io.netty.channel.ChannelInboundHandlerAdapter
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.netty.example.proxy.HexDumpProxyBackendHandler
  super_class: io.netty.channel.ChannelInboundHandlerAdapter
{
  private final io.netty.channel.Channel inboundChannel;
    descriptor: Lio/netty/channel/Channel;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(io.netty.channel.Channel);
    descriptor: (Lio/netty/channel/Channel;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.example.proxy.HexDumpProxyBackendHandler this
        start local 1 // io.netty.channel.Channel inboundChannel
         0: .line 28
            aload 0 /* this */
            invokespecial io.netty.channel.ChannelInboundHandlerAdapter.<init>:()V
         1: .line 29
            aload 0 /* this */
            aload 1 /* inboundChannel */
            putfield io.netty.example.proxy.HexDumpProxyBackendHandler.inboundChannel:Lio/netty/channel/Channel;
         2: .line 30
            return
        end local 1 // io.netty.channel.Channel inboundChannel
        end local 0 // io.netty.example.proxy.HexDumpProxyBackendHandler this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    3     0            this  Lio/netty/example/proxy/HexDumpProxyBackendHandler;
            0    3     1  inboundChannel  Lio/netty/channel/Channel;
    MethodParameters:
                Name  Flags
      inboundChannel  

  public void channelActive(io.netty.channel.ChannelHandlerContext);
    descriptor: (Lio/netty/channel/ChannelHandlerContext;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.netty.example.proxy.HexDumpProxyBackendHandler this
        start local 1 // io.netty.channel.ChannelHandlerContext ctx
         0: .line 34
            aload 1 /* ctx */
            invokeinterface io.netty.channel.ChannelHandlerContext.read:()Lio/netty/channel/ChannelHandlerContext;
            pop
         1: .line 35
            return
        end local 1 // io.netty.channel.ChannelHandlerContext ctx
        end local 0 // io.netty.example.proxy.HexDumpProxyBackendHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/example/proxy/HexDumpProxyBackendHandler;
            0    2     1   ctx  Lio/netty/channel/ChannelHandlerContext;
    MethodParameters:
      Name  Flags
      ctx   

  public void channelRead(io.netty.channel.ChannelHandlerContext, java.lang.Object);
    descriptor: (Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // io.netty.example.proxy.HexDumpProxyBackendHandler this
        start local 1 // io.netty.channel.ChannelHandlerContext ctx
        start local 2 // java.lang.Object msg
         0: .line 39
            aload 0 /* this */
            getfield io.netty.example.proxy.HexDumpProxyBackendHandler.inboundChannel:Lio/netty/channel/Channel;
            aload 2 /* msg */
            invokeinterface io.netty.channel.Channel.writeAndFlush:(Ljava/lang/Object;)Lio/netty/channel/ChannelFuture;
            new io.netty.example.proxy.HexDumpProxyBackendHandler$1
            dup
            aload 0 /* this */
            aload 1 /* ctx */
            invokespecial io.netty.example.proxy.HexDumpProxyBackendHandler$1.<init>:(Lio/netty/example/proxy/HexDumpProxyBackendHandler;Lio/netty/channel/ChannelHandlerContext;)V
            invokeinterface io.netty.channel.ChannelFuture.addListener:(Lio/netty/util/concurrent/GenericFutureListener;)Lio/netty/channel/ChannelFuture;
            pop
         1: .line 49
            return
        end local 2 // java.lang.Object msg
        end local 1 // io.netty.channel.ChannelHandlerContext ctx
        end local 0 // io.netty.example.proxy.HexDumpProxyBackendHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/example/proxy/HexDumpProxyBackendHandler;
            0    2     1   ctx  Lio/netty/channel/ChannelHandlerContext;
            0    2     2   msg  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      ctx   final
      msg   

  public void channelInactive(io.netty.channel.ChannelHandlerContext);
    descriptor: (Lio/netty/channel/ChannelHandlerContext;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.netty.example.proxy.HexDumpProxyBackendHandler this
        start local 1 // io.netty.channel.ChannelHandlerContext ctx
         0: .line 53
            aload 0 /* this */
            getfield io.netty.example.proxy.HexDumpProxyBackendHandler.inboundChannel:Lio/netty/channel/Channel;
            invokestatic io.netty.example.proxy.HexDumpProxyFrontendHandler.closeOnFlush:(Lio/netty/channel/Channel;)V
         1: .line 54
            return
        end local 1 // io.netty.channel.ChannelHandlerContext ctx
        end local 0 // io.netty.example.proxy.HexDumpProxyBackendHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/example/proxy/HexDumpProxyBackendHandler;
            0    2     1   ctx  Lio/netty/channel/ChannelHandlerContext;
    MethodParameters:
      Name  Flags
      ctx   

  public void exceptionCaught(io.netty.channel.ChannelHandlerContext, java.lang.Throwable);
    descriptor: (Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // io.netty.example.proxy.HexDumpProxyBackendHandler this
        start local 1 // io.netty.channel.ChannelHandlerContext ctx
        start local 2 // java.lang.Throwable cause
         0: .line 58
            aload 2 /* cause */
            invokevirtual java.lang.Throwable.printStackTrace:()V
         1: .line 59
            aload 1 /* ctx */
            invokeinterface io.netty.channel.ChannelHandlerContext.channel:()Lio/netty/channel/Channel;
            invokestatic io.netty.example.proxy.HexDumpProxyFrontendHandler.closeOnFlush:(Lio/netty/channel/Channel;)V
         2: .line 60
            return
        end local 2 // java.lang.Throwable cause
        end local 1 // io.netty.channel.ChannelHandlerContext ctx
        end local 0 // io.netty.example.proxy.HexDumpProxyBackendHandler this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lio/netty/example/proxy/HexDumpProxyBackendHandler;
            0    3     1    ctx  Lio/netty/channel/ChannelHandlerContext;
            0    3     2  cause  Ljava/lang/Throwable;
    MethodParameters:
       Name  Flags
      ctx    
      cause  
}
SourceFile: "HexDumpProxyBackendHandler.java"
NestMembers:
  io.netty.example.proxy.HexDumpProxyBackendHandler$1
InnerClasses:
  io.netty.example.proxy.HexDumpProxyBackendHandler$1