class io.netty.example.socksproxy.SocksServerConnectHandler$1$1 implements io.netty.channel.ChannelFutureListener
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.netty.example.socksproxy.SocksServerConnectHandler$1$1
  super_class: java.lang.Object
{
  final io.netty.example.socksproxy.SocksServerConnectHandler$1 this$1;
    descriptor: Lio/netty/example/socksproxy/SocksServerConnectHandler$1;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final io.netty.channel.ChannelHandlerContext val$ctx;
    descriptor: Lio/netty/channel/ChannelHandlerContext;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final io.netty.channel.Channel val$outboundChannel;
    descriptor: Lio/netty/channel/Channel;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(io.netty.example.socksproxy.SocksServerConnectHandler$1, io.netty.channel.ChannelHandlerContext, io.netty.channel.Channel);
    descriptor: (Lio/netty/example/socksproxy/SocksServerConnectHandler$1;Lio/netty/channel/ChannelHandlerContext;Lio/netty/channel/Channel;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // io.netty.example.socksproxy.SocksServerConnectHandler$1$1 this
         0: .line 57
            aload 0 /* this */
            aload 1
            putfield io.netty.example.socksproxy.SocksServerConnectHandler$1$1.this$1:Lio/netty/example/socksproxy/SocksServerConnectHandler$1;
            aload 0 /* this */
            aload 2
            putfield io.netty.example.socksproxy.SocksServerConnectHandler$1$1.val$ctx:Lio/netty/channel/ChannelHandlerContext;
            aload 0 /* this */
            aload 3
            putfield io.netty.example.socksproxy.SocksServerConnectHandler$1$1.val$outboundChannel:Lio/netty/channel/Channel;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.netty.example.socksproxy.SocksServerConnectHandler$1$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/example/socksproxy/SocksServerConnectHandler$1$1;
    MethodParameters:
                     Name  Flags
      this$0               final
      val$ctx              final
      val$outboundChannel  final

  public void operationComplete(io.netty.channel.ChannelFuture);
    descriptor: (Lio/netty/channel/ChannelFuture;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=2, args_size=2
        start local 0 // io.netty.example.socksproxy.SocksServerConnectHandler$1$1 this
        start local 1 // io.netty.channel.ChannelFuture channelFuture
         0: .line 60
            aload 0 /* this */
            getfield io.netty.example.socksproxy.SocksServerConnectHandler$1$1.val$ctx:Lio/netty/channel/ChannelHandlerContext;
            invokeinterface io.netty.channel.ChannelHandlerContext.pipeline:()Lio/netty/channel/ChannelPipeline;
            aload 0 /* this */
            getfield io.netty.example.socksproxy.SocksServerConnectHandler$1$1.this$1:Lio/netty/example/socksproxy/SocksServerConnectHandler$1;
            invokestatic io.netty.example.socksproxy.SocksServerConnectHandler$1.access$0:(Lio/netty/example/socksproxy/SocksServerConnectHandler$1;)Lio/netty/example/socksproxy/SocksServerConnectHandler;
            invokeinterface io.netty.channel.ChannelPipeline.remove:(Lio/netty/channel/ChannelHandler;)Lio/netty/channel/ChannelPipeline;
            pop
         1: .line 61
            aload 0 /* this */
            getfield io.netty.example.socksproxy.SocksServerConnectHandler$1$1.val$outboundChannel:Lio/netty/channel/Channel;
            invokeinterface io.netty.channel.Channel.pipeline:()Lio/netty/channel/ChannelPipeline;
            iconst_1
            anewarray io.netty.channel.ChannelHandler
            dup
            iconst_0
            new io.netty.example.socksproxy.RelayHandler
            dup
            aload 0 /* this */
            getfield io.netty.example.socksproxy.SocksServerConnectHandler$1$1.val$ctx:Lio/netty/channel/ChannelHandlerContext;
            invokeinterface io.netty.channel.ChannelHandlerContext.channel:()Lio/netty/channel/Channel;
            invokespecial io.netty.example.socksproxy.RelayHandler.<init>:(Lio/netty/channel/Channel;)V
            aastore
            invokeinterface io.netty.channel.ChannelPipeline.addLast:([Lio/netty/channel/ChannelHandler;)Lio/netty/channel/ChannelPipeline;
            pop
         2: .line 62
            aload 0 /* this */
            getfield io.netty.example.socksproxy.SocksServerConnectHandler$1$1.val$ctx:Lio/netty/channel/ChannelHandlerContext;
            invokeinterface io.netty.channel.ChannelHandlerContext.pipeline:()Lio/netty/channel/ChannelPipeline;
            iconst_1
            anewarray io.netty.channel.ChannelHandler
            dup
            iconst_0
            new io.netty.example.socksproxy.RelayHandler
            dup
            aload 0 /* this */
            getfield io.netty.example.socksproxy.SocksServerConnectHandler$1$1.val$outboundChannel:Lio/netty/channel/Channel;
            invokespecial io.netty.example.socksproxy.RelayHandler.<init>:(Lio/netty/channel/Channel;)V
            aastore
            invokeinterface io.netty.channel.ChannelPipeline.addLast:([Lio/netty/channel/ChannelHandler;)Lio/netty/channel/ChannelPipeline;
            pop
         3: .line 63
            return
        end local 1 // io.netty.channel.ChannelFuture channelFuture
        end local 0 // io.netty.example.socksproxy.SocksServerConnectHandler$1$1 this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    4     0           this  Lio/netty/example/socksproxy/SocksServerConnectHandler$1$1;
            0    4     1  channelFuture  Lio/netty/channel/ChannelFuture;
    MethodParameters:
               Name  Flags
      channelFuture  

  public void operationComplete(io.netty.util.concurrent.Future);
    descriptor: (Lio/netty/util/concurrent/Future;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast io.netty.channel.ChannelFuture
            invokevirtual io.netty.example.socksproxy.SocksServerConnectHandler$1$1.operationComplete:(Lio/netty/channel/ChannelFuture;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.Exception
}
SourceFile: "SocksServerConnectHandler.java"
EnclosingMethod: io.netty.example.socksproxy.SocksServerConnectHandler$1.operationComplete:(Lio/netty/util/concurrent/Future;)V
NestHost: io.netty.example.socksproxy.SocksServerConnectHandler
InnerClasses:
  io.netty.example.socksproxy.SocksServerConnectHandler$1
  io.netty.example.socksproxy.SocksServerConnectHandler$1$1