public final class io.netty.example.socksproxy.DirectClientHandler extends io.netty.channel.ChannelInboundHandlerAdapter
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: io.netty.example.socksproxy.DirectClientHandler
  super_class: io.netty.channel.ChannelInboundHandlerAdapter
{
  private final io.netty.util.concurrent.Promise<io.netty.channel.Channel> promise;
    descriptor: Lio/netty/util/concurrent/Promise;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lio/netty/util/concurrent/Promise<Lio/netty/channel/Channel;>;

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

  public void channelActive(io.netty.channel.ChannelHandlerContext);
    descriptor: (Lio/netty/channel/ChannelHandlerContext;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.example.socksproxy.DirectClientHandler this
        start local 1 // io.netty.channel.ChannelHandlerContext ctx
         0: .line 33
            aload 1 /* ctx */
            invokeinterface io.netty.channel.ChannelHandlerContext.pipeline:()Lio/netty/channel/ChannelPipeline;
            aload 0 /* this */
            invokeinterface io.netty.channel.ChannelPipeline.remove:(Lio/netty/channel/ChannelHandler;)Lio/netty/channel/ChannelPipeline;
            pop
         1: .line 34
            aload 0 /* this */
            getfield io.netty.example.socksproxy.DirectClientHandler.promise:Lio/netty/util/concurrent/Promise;
            aload 1 /* ctx */
            invokeinterface io.netty.channel.ChannelHandlerContext.channel:()Lio/netty/channel/Channel;
            invokeinterface io.netty.util.concurrent.Promise.setSuccess:(Ljava/lang/Object;)Lio/netty/util/concurrent/Promise;
            pop
         2: .line 35
            return
        end local 1 // io.netty.channel.ChannelHandlerContext ctx
        end local 0 // io.netty.example.socksproxy.DirectClientHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/netty/example/socksproxy/DirectClientHandler;
            0    3     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=2, locals=3, args_size=3
        start local 0 // io.netty.example.socksproxy.DirectClientHandler this
        start local 1 // io.netty.channel.ChannelHandlerContext ctx
        start local 2 // java.lang.Throwable throwable
         0: .line 39
            aload 0 /* this */
            getfield io.netty.example.socksproxy.DirectClientHandler.promise:Lio/netty/util/concurrent/Promise;
            aload 2 /* throwable */
            invokeinterface io.netty.util.concurrent.Promise.setFailure:(Ljava/lang/Throwable;)Lio/netty/util/concurrent/Promise;
            pop
         1: .line 40
            return
        end local 2 // java.lang.Throwable throwable
        end local 1 // io.netty.channel.ChannelHandlerContext ctx
        end local 0 // io.netty.example.socksproxy.DirectClientHandler this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/netty/example/socksproxy/DirectClientHandler;
            0    2     1        ctx  Lio/netty/channel/ChannelHandlerContext;
            0    2     2  throwable  Ljava/lang/Throwable;
    MethodParameters:
           Name  Flags
      ctx        
      throwable  
}
SourceFile: "DirectClientHandler.java"