class io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext implements io.netty.channel.ChannelHandlerContext
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext
  super_class: java.lang.Object
{
  private final io.netty.channel.ChannelHandlerContext ctx;
    descriptor: Lio/netty/channel/ChannelHandlerContext;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final io.netty.channel.ChannelHandler handler;
    descriptor: Lio/netty/channel/ChannelHandler;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  boolean removed;
    descriptor: Z
    flags: (0x0000) 

  void <init>(io.netty.channel.ChannelHandlerContext, io.netty.channel.ChannelHandler);
    descriptor: (Lio/netty/channel/ChannelHandlerContext;Lio/netty/channel/ChannelHandler;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext this
        start local 1 // io.netty.channel.ChannelHandlerContext ctx
        start local 2 // io.netty.channel.ChannelHandler handler
         0: .line 370
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 371
            aload 0 /* this */
            aload 1 /* ctx */
            putfield io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.ctx:Lio/netty/channel/ChannelHandlerContext;
         2: .line 372
            aload 0 /* this */
            aload 2 /* handler */
            putfield io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.handler:Lio/netty/channel/ChannelHandler;
         3: .line 373
            return
        end local 2 // io.netty.channel.ChannelHandler handler
        end local 1 // io.netty.channel.ChannelHandlerContext ctx
        end local 0 // io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lio/netty/channel/CombinedChannelDuplexHandler$DelegatingChannelHandlerContext;
            0    4     1      ctx  Lio/netty/channel/ChannelHandlerContext;
            0    4     2  handler  Lio/netty/channel/ChannelHandler;
    MethodParameters:
         Name  Flags
      ctx      
      handler  

  public io.netty.channel.Channel channel();
    descriptor: ()Lio/netty/channel/Channel;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext this
         0: .line 377
            aload 0 /* this */
            getfield io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.ctx:Lio/netty/channel/ChannelHandlerContext;
            invokeinterface io.netty.channel.ChannelHandlerContext.channel:()Lio/netty/channel/Channel;
            areturn
        end local 0 // io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/channel/CombinedChannelDuplexHandler$DelegatingChannelHandlerContext;

  public io.netty.util.concurrent.EventExecutor executor();
    descriptor: ()Lio/netty/util/concurrent/EventExecutor;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext this
         0: .line 382
            aload 0 /* this */
            getfield io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.ctx:Lio/netty/channel/ChannelHandlerContext;
            invokeinterface io.netty.channel.ChannelHandlerContext.executor:()Lio/netty/util/concurrent/EventExecutor;
            areturn
        end local 0 // io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/channel/CombinedChannelDuplexHandler$DelegatingChannelHandlerContext;

  public java.lang.String name();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext this
         0: .line 387
            aload 0 /* this */
            getfield io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.ctx:Lio/netty/channel/ChannelHandlerContext;
            invokeinterface io.netty.channel.ChannelHandlerContext.name:()Ljava/lang/String;
            areturn
        end local 0 // io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/channel/CombinedChannelDuplexHandler$DelegatingChannelHandlerContext;

  public io.netty.channel.ChannelHandler handler();
    descriptor: ()Lio/netty/channel/ChannelHandler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext this
         0: .line 392
            aload 0 /* this */
            getfield io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.ctx:Lio/netty/channel/ChannelHandlerContext;
            invokeinterface io.netty.channel.ChannelHandlerContext.handler:()Lio/netty/channel/ChannelHandler;
            areturn
        end local 0 // io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/channel/CombinedChannelDuplexHandler$DelegatingChannelHandlerContext;

  public boolean isRemoved();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext this
         0: .line 397
            aload 0 /* this */
            getfield io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.removed:Z
            ifne 1
            aload 0 /* this */
            getfield io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.ctx:Lio/netty/channel/ChannelHandlerContext;
            invokeinterface io.netty.channel.ChannelHandlerContext.isRemoved:()Z
            ifne 1
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_1
            ireturn
        end local 0 // io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/channel/CombinedChannelDuplexHandler$DelegatingChannelHandlerContext;

  public io.netty.channel.ChannelHandlerContext fireChannelRegistered();
    descriptor: ()Lio/netty/channel/ChannelHandlerContext;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext this
         0: .line 402
            aload 0 /* this */
            getfield io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.ctx:Lio/netty/channel/ChannelHandlerContext;
            invokeinterface io.netty.channel.ChannelHandlerContext.fireChannelRegistered:()Lio/netty/channel/ChannelHandlerContext;
            pop
         1: .line 403
            aload 0 /* this */
            areturn
        end local 0 // io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/channel/CombinedChannelDuplexHandler$DelegatingChannelHandlerContext;

  public io.netty.channel.ChannelHandlerContext fireChannelUnregistered();
    descriptor: ()Lio/netty/channel/ChannelHandlerContext;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext this
         0: .line 408
            aload 0 /* this */
            getfield io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.ctx:Lio/netty/channel/ChannelHandlerContext;
            invokeinterface io.netty.channel.ChannelHandlerContext.fireChannelUnregistered:()Lio/netty/channel/ChannelHandlerContext;
            pop
         1: .line 409
            aload 0 /* this */
            areturn
        end local 0 // io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/channel/CombinedChannelDuplexHandler$DelegatingChannelHandlerContext;

  public io.netty.channel.ChannelHandlerContext fireChannelActive();
    descriptor: ()Lio/netty/channel/ChannelHandlerContext;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext this
         0: .line 414
            aload 0 /* this */
            getfield io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.ctx:Lio/netty/channel/ChannelHandlerContext;
            invokeinterface io.netty.channel.ChannelHandlerContext.fireChannelActive:()Lio/netty/channel/ChannelHandlerContext;
            pop
         1: .line 415
            aload 0 /* this */
            areturn
        end local 0 // io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/channel/CombinedChannelDuplexHandler$DelegatingChannelHandlerContext;

  public io.netty.channel.ChannelHandlerContext fireChannelInactive();
    descriptor: ()Lio/netty/channel/ChannelHandlerContext;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext this
         0: .line 420
            aload 0 /* this */
            getfield io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.ctx:Lio/netty/channel/ChannelHandlerContext;
            invokeinterface io.netty.channel.ChannelHandlerContext.fireChannelInactive:()Lio/netty/channel/ChannelHandlerContext;
            pop
         1: .line 421
            aload 0 /* this */
            areturn
        end local 0 // io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/channel/CombinedChannelDuplexHandler$DelegatingChannelHandlerContext;

  public io.netty.channel.ChannelHandlerContext fireExceptionCaught(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)Lio/netty/channel/ChannelHandlerContext;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext this
        start local 1 // java.lang.Throwable cause
         0: .line 426
            aload 0 /* this */
            getfield io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.ctx:Lio/netty/channel/ChannelHandlerContext;
            aload 1 /* cause */
            invokeinterface io.netty.channel.ChannelHandlerContext.fireExceptionCaught:(Ljava/lang/Throwable;)Lio/netty/channel/ChannelHandlerContext;
            pop
         1: .line 427
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Throwable cause
        end local 0 // io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/channel/CombinedChannelDuplexHandler$DelegatingChannelHandlerContext;
            0    2     1  cause  Ljava/lang/Throwable;
    MethodParameters:
       Name  Flags
      cause  

  public io.netty.channel.ChannelHandlerContext fireUserEventTriggered(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lio/netty/channel/ChannelHandlerContext;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext this
        start local 1 // java.lang.Object event
         0: .line 432
            aload 0 /* this */
            getfield io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.ctx:Lio/netty/channel/ChannelHandlerContext;
            aload 1 /* event */
            invokeinterface io.netty.channel.ChannelHandlerContext.fireUserEventTriggered:(Ljava/lang/Object;)Lio/netty/channel/ChannelHandlerContext;
            pop
         1: .line 433
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Object event
        end local 0 // io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/channel/CombinedChannelDuplexHandler$DelegatingChannelHandlerContext;
            0    2     1  event  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      event  

  public io.netty.channel.ChannelHandlerContext fireChannelRead(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lio/netty/channel/ChannelHandlerContext;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext this
        start local 1 // java.lang.Object msg
         0: .line 438
            aload 0 /* this */
            getfield io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.ctx:Lio/netty/channel/ChannelHandlerContext;
            aload 1 /* msg */
            invokeinterface io.netty.channel.ChannelHandlerContext.fireChannelRead:(Ljava/lang/Object;)Lio/netty/channel/ChannelHandlerContext;
            pop
         1: .line 439
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Object msg
        end local 0 // io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/channel/CombinedChannelDuplexHandler$DelegatingChannelHandlerContext;
            0    2     1   msg  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      msg   

  public io.netty.channel.ChannelHandlerContext fireChannelReadComplete();
    descriptor: ()Lio/netty/channel/ChannelHandlerContext;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext this
         0: .line 444
            aload 0 /* this */
            getfield io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.ctx:Lio/netty/channel/ChannelHandlerContext;
            invokeinterface io.netty.channel.ChannelHandlerContext.fireChannelReadComplete:()Lio/netty/channel/ChannelHandlerContext;
            pop
         1: .line 445
            aload 0 /* this */
            areturn
        end local 0 // io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/channel/CombinedChannelDuplexHandler$DelegatingChannelHandlerContext;

  public io.netty.channel.ChannelHandlerContext fireChannelWritabilityChanged();
    descriptor: ()Lio/netty/channel/ChannelHandlerContext;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext this
         0: .line 450
            aload 0 /* this */
            getfield io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.ctx:Lio/netty/channel/ChannelHandlerContext;
            invokeinterface io.netty.channel.ChannelHandlerContext.fireChannelWritabilityChanged:()Lio/netty/channel/ChannelHandlerContext;
            pop
         1: .line 451
            aload 0 /* this */
            areturn
        end local 0 // io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/channel/CombinedChannelDuplexHandler$DelegatingChannelHandlerContext;

  public io.netty.channel.ChannelFuture bind(java.net.SocketAddress);
    descriptor: (Ljava/net/SocketAddress;)Lio/netty/channel/ChannelFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext this
        start local 1 // java.net.SocketAddress localAddress
         0: .line 456
            aload 0 /* this */
            getfield io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.ctx:Lio/netty/channel/ChannelHandlerContext;
            aload 1 /* localAddress */
            invokeinterface io.netty.channel.ChannelHandlerContext.bind:(Ljava/net/SocketAddress;)Lio/netty/channel/ChannelFuture;
            areturn
        end local 1 // java.net.SocketAddress localAddress
        end local 0 // io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lio/netty/channel/CombinedChannelDuplexHandler$DelegatingChannelHandlerContext;
            0    1     1  localAddress  Ljava/net/SocketAddress;
    MethodParameters:
              Name  Flags
      localAddress  

  public io.netty.channel.ChannelFuture connect(java.net.SocketAddress);
    descriptor: (Ljava/net/SocketAddress;)Lio/netty/channel/ChannelFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext this
        start local 1 // java.net.SocketAddress remoteAddress
         0: .line 461
            aload 0 /* this */
            getfield io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.ctx:Lio/netty/channel/ChannelHandlerContext;
            aload 1 /* remoteAddress */
            invokeinterface io.netty.channel.ChannelHandlerContext.connect:(Ljava/net/SocketAddress;)Lio/netty/channel/ChannelFuture;
            areturn
        end local 1 // java.net.SocketAddress remoteAddress
        end local 0 // io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lio/netty/channel/CombinedChannelDuplexHandler$DelegatingChannelHandlerContext;
            0    1     1  remoteAddress  Ljava/net/SocketAddress;
    MethodParameters:
               Name  Flags
      remoteAddress  

  public io.netty.channel.ChannelFuture connect(java.net.SocketAddress, java.net.SocketAddress);
    descriptor: (Ljava/net/SocketAddress;Ljava/net/SocketAddress;)Lio/netty/channel/ChannelFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext this
        start local 1 // java.net.SocketAddress remoteAddress
        start local 2 // java.net.SocketAddress localAddress
         0: .line 466
            aload 0 /* this */
            getfield io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.ctx:Lio/netty/channel/ChannelHandlerContext;
            aload 1 /* remoteAddress */
            aload 2 /* localAddress */
            invokeinterface io.netty.channel.ChannelHandlerContext.connect:(Ljava/net/SocketAddress;Ljava/net/SocketAddress;)Lio/netty/channel/ChannelFuture;
            areturn
        end local 2 // java.net.SocketAddress localAddress
        end local 1 // java.net.SocketAddress remoteAddress
        end local 0 // io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lio/netty/channel/CombinedChannelDuplexHandler$DelegatingChannelHandlerContext;
            0    1     1  remoteAddress  Ljava/net/SocketAddress;
            0    1     2   localAddress  Ljava/net/SocketAddress;
    MethodParameters:
               Name  Flags
      remoteAddress  
      localAddress   

  public io.netty.channel.ChannelFuture disconnect();
    descriptor: ()Lio/netty/channel/ChannelFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext this
         0: .line 471
            aload 0 /* this */
            getfield io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.ctx:Lio/netty/channel/ChannelHandlerContext;
            invokeinterface io.netty.channel.ChannelHandlerContext.disconnect:()Lio/netty/channel/ChannelFuture;
            areturn
        end local 0 // io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/channel/CombinedChannelDuplexHandler$DelegatingChannelHandlerContext;

  public io.netty.channel.ChannelFuture close();
    descriptor: ()Lio/netty/channel/ChannelFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext this
         0: .line 476
            aload 0 /* this */
            getfield io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.ctx:Lio/netty/channel/ChannelHandlerContext;
            invokeinterface io.netty.channel.ChannelHandlerContext.close:()Lio/netty/channel/ChannelFuture;
            areturn
        end local 0 // io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/channel/CombinedChannelDuplexHandler$DelegatingChannelHandlerContext;

  public io.netty.channel.ChannelFuture deregister();
    descriptor: ()Lio/netty/channel/ChannelFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext this
         0: .line 481
            aload 0 /* this */
            getfield io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.ctx:Lio/netty/channel/ChannelHandlerContext;
            invokeinterface io.netty.channel.ChannelHandlerContext.deregister:()Lio/netty/channel/ChannelFuture;
            areturn
        end local 0 // io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/channel/CombinedChannelDuplexHandler$DelegatingChannelHandlerContext;

  public io.netty.channel.ChannelFuture bind(java.net.SocketAddress, io.netty.channel.ChannelPromise);
    descriptor: (Ljava/net/SocketAddress;Lio/netty/channel/ChannelPromise;)Lio/netty/channel/ChannelFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext this
        start local 1 // java.net.SocketAddress localAddress
        start local 2 // io.netty.channel.ChannelPromise promise
         0: .line 486
            aload 0 /* this */
            getfield io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.ctx:Lio/netty/channel/ChannelHandlerContext;
            aload 1 /* localAddress */
            aload 2 /* promise */
            invokeinterface io.netty.channel.ChannelHandlerContext.bind:(Ljava/net/SocketAddress;Lio/netty/channel/ChannelPromise;)Lio/netty/channel/ChannelFuture;
            areturn
        end local 2 // io.netty.channel.ChannelPromise promise
        end local 1 // java.net.SocketAddress localAddress
        end local 0 // io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lio/netty/channel/CombinedChannelDuplexHandler$DelegatingChannelHandlerContext;
            0    1     1  localAddress  Ljava/net/SocketAddress;
            0    1     2       promise  Lio/netty/channel/ChannelPromise;
    MethodParameters:
              Name  Flags
      localAddress  
      promise       

  public io.netty.channel.ChannelFuture connect(java.net.SocketAddress, io.netty.channel.ChannelPromise);
    descriptor: (Ljava/net/SocketAddress;Lio/netty/channel/ChannelPromise;)Lio/netty/channel/ChannelFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext this
        start local 1 // java.net.SocketAddress remoteAddress
        start local 2 // io.netty.channel.ChannelPromise promise
         0: .line 491
            aload 0 /* this */
            getfield io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.ctx:Lio/netty/channel/ChannelHandlerContext;
            aload 1 /* remoteAddress */
            aload 2 /* promise */
            invokeinterface io.netty.channel.ChannelHandlerContext.connect:(Ljava/net/SocketAddress;Lio/netty/channel/ChannelPromise;)Lio/netty/channel/ChannelFuture;
            areturn
        end local 2 // io.netty.channel.ChannelPromise promise
        end local 1 // java.net.SocketAddress remoteAddress
        end local 0 // io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lio/netty/channel/CombinedChannelDuplexHandler$DelegatingChannelHandlerContext;
            0    1     1  remoteAddress  Ljava/net/SocketAddress;
            0    1     2        promise  Lio/netty/channel/ChannelPromise;
    MethodParameters:
               Name  Flags
      remoteAddress  
      promise        

  public io.netty.channel.ChannelFuture connect(java.net.SocketAddress, java.net.SocketAddress, io.netty.channel.ChannelPromise);
    descriptor: (Ljava/net/SocketAddress;Ljava/net/SocketAddress;Lio/netty/channel/ChannelPromise;)Lio/netty/channel/ChannelFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext this
        start local 1 // java.net.SocketAddress remoteAddress
        start local 2 // java.net.SocketAddress localAddress
        start local 3 // io.netty.channel.ChannelPromise promise
         0: .line 497
            aload 0 /* this */
            getfield io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.ctx:Lio/netty/channel/ChannelHandlerContext;
            aload 1 /* remoteAddress */
            aload 2 /* localAddress */
            aload 3 /* promise */
            invokeinterface io.netty.channel.ChannelHandlerContext.connect:(Ljava/net/SocketAddress;Ljava/net/SocketAddress;Lio/netty/channel/ChannelPromise;)Lio/netty/channel/ChannelFuture;
            areturn
        end local 3 // io.netty.channel.ChannelPromise promise
        end local 2 // java.net.SocketAddress localAddress
        end local 1 // java.net.SocketAddress remoteAddress
        end local 0 // io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lio/netty/channel/CombinedChannelDuplexHandler$DelegatingChannelHandlerContext;
            0    1     1  remoteAddress  Ljava/net/SocketAddress;
            0    1     2   localAddress  Ljava/net/SocketAddress;
            0    1     3        promise  Lio/netty/channel/ChannelPromise;
    MethodParameters:
               Name  Flags
      remoteAddress  
      localAddress   
      promise        

  public io.netty.channel.ChannelFuture disconnect(io.netty.channel.ChannelPromise);
    descriptor: (Lio/netty/channel/ChannelPromise;)Lio/netty/channel/ChannelFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext this
        start local 1 // io.netty.channel.ChannelPromise promise
         0: .line 502
            aload 0 /* this */
            getfield io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.ctx:Lio/netty/channel/ChannelHandlerContext;
            aload 1 /* promise */
            invokeinterface io.netty.channel.ChannelHandlerContext.disconnect:(Lio/netty/channel/ChannelPromise;)Lio/netty/channel/ChannelFuture;
            areturn
        end local 1 // io.netty.channel.ChannelPromise promise
        end local 0 // io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/netty/channel/CombinedChannelDuplexHandler$DelegatingChannelHandlerContext;
            0    1     1  promise  Lio/netty/channel/ChannelPromise;
    MethodParameters:
         Name  Flags
      promise  

  public io.netty.channel.ChannelFuture close(io.netty.channel.ChannelPromise);
    descriptor: (Lio/netty/channel/ChannelPromise;)Lio/netty/channel/ChannelFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext this
        start local 1 // io.netty.channel.ChannelPromise promise
         0: .line 507
            aload 0 /* this */
            getfield io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.ctx:Lio/netty/channel/ChannelHandlerContext;
            aload 1 /* promise */
            invokeinterface io.netty.channel.ChannelHandlerContext.close:(Lio/netty/channel/ChannelPromise;)Lio/netty/channel/ChannelFuture;
            areturn
        end local 1 // io.netty.channel.ChannelPromise promise
        end local 0 // io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/netty/channel/CombinedChannelDuplexHandler$DelegatingChannelHandlerContext;
            0    1     1  promise  Lio/netty/channel/ChannelPromise;
    MethodParameters:
         Name  Flags
      promise  

  public io.netty.channel.ChannelFuture deregister(io.netty.channel.ChannelPromise);
    descriptor: (Lio/netty/channel/ChannelPromise;)Lio/netty/channel/ChannelFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext this
        start local 1 // io.netty.channel.ChannelPromise promise
         0: .line 512
            aload 0 /* this */
            getfield io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.ctx:Lio/netty/channel/ChannelHandlerContext;
            aload 1 /* promise */
            invokeinterface io.netty.channel.ChannelHandlerContext.deregister:(Lio/netty/channel/ChannelPromise;)Lio/netty/channel/ChannelFuture;
            areturn
        end local 1 // io.netty.channel.ChannelPromise promise
        end local 0 // io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/netty/channel/CombinedChannelDuplexHandler$DelegatingChannelHandlerContext;
            0    1     1  promise  Lio/netty/channel/ChannelPromise;
    MethodParameters:
         Name  Flags
      promise  

  public io.netty.channel.ChannelHandlerContext read();
    descriptor: ()Lio/netty/channel/ChannelHandlerContext;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext this
         0: .line 517
            aload 0 /* this */
            getfield io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.ctx:Lio/netty/channel/ChannelHandlerContext;
            invokeinterface io.netty.channel.ChannelHandlerContext.read:()Lio/netty/channel/ChannelHandlerContext;
            pop
         1: .line 518
            aload 0 /* this */
            areturn
        end local 0 // io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/channel/CombinedChannelDuplexHandler$DelegatingChannelHandlerContext;

  public io.netty.channel.ChannelFuture write(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lio/netty/channel/ChannelFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext this
        start local 1 // java.lang.Object msg
         0: .line 523
            aload 0 /* this */
            getfield io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.ctx:Lio/netty/channel/ChannelHandlerContext;
            aload 1 /* msg */
            invokeinterface io.netty.channel.ChannelHandlerContext.write:(Ljava/lang/Object;)Lio/netty/channel/ChannelFuture;
            areturn
        end local 1 // java.lang.Object msg
        end local 0 // io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/channel/CombinedChannelDuplexHandler$DelegatingChannelHandlerContext;
            0    1     1   msg  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      msg   

  public io.netty.channel.ChannelFuture write(java.lang.Object, io.netty.channel.ChannelPromise);
    descriptor: (Ljava/lang/Object;Lio/netty/channel/ChannelPromise;)Lio/netty/channel/ChannelFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext this
        start local 1 // java.lang.Object msg
        start local 2 // io.netty.channel.ChannelPromise promise
         0: .line 528
            aload 0 /* this */
            getfield io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.ctx:Lio/netty/channel/ChannelHandlerContext;
            aload 1 /* msg */
            aload 2 /* promise */
            invokeinterface io.netty.channel.ChannelHandlerContext.write:(Ljava/lang/Object;Lio/netty/channel/ChannelPromise;)Lio/netty/channel/ChannelFuture;
            areturn
        end local 2 // io.netty.channel.ChannelPromise promise
        end local 1 // java.lang.Object msg
        end local 0 // io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/netty/channel/CombinedChannelDuplexHandler$DelegatingChannelHandlerContext;
            0    1     1      msg  Ljava/lang/Object;
            0    1     2  promise  Lio/netty/channel/ChannelPromise;
    MethodParameters:
         Name  Flags
      msg      
      promise  

  public io.netty.channel.ChannelHandlerContext flush();
    descriptor: ()Lio/netty/channel/ChannelHandlerContext;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext this
         0: .line 533
            aload 0 /* this */
            getfield io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.ctx:Lio/netty/channel/ChannelHandlerContext;
            invokeinterface io.netty.channel.ChannelHandlerContext.flush:()Lio/netty/channel/ChannelHandlerContext;
            pop
         1: .line 534
            aload 0 /* this */
            areturn
        end local 0 // io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/channel/CombinedChannelDuplexHandler$DelegatingChannelHandlerContext;

  public io.netty.channel.ChannelFuture writeAndFlush(java.lang.Object, io.netty.channel.ChannelPromise);
    descriptor: (Ljava/lang/Object;Lio/netty/channel/ChannelPromise;)Lio/netty/channel/ChannelFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext this
        start local 1 // java.lang.Object msg
        start local 2 // io.netty.channel.ChannelPromise promise
         0: .line 539
            aload 0 /* this */
            getfield io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.ctx:Lio/netty/channel/ChannelHandlerContext;
            aload 1 /* msg */
            aload 2 /* promise */
            invokeinterface io.netty.channel.ChannelHandlerContext.writeAndFlush:(Ljava/lang/Object;Lio/netty/channel/ChannelPromise;)Lio/netty/channel/ChannelFuture;
            areturn
        end local 2 // io.netty.channel.ChannelPromise promise
        end local 1 // java.lang.Object msg
        end local 0 // io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/netty/channel/CombinedChannelDuplexHandler$DelegatingChannelHandlerContext;
            0    1     1      msg  Ljava/lang/Object;
            0    1     2  promise  Lio/netty/channel/ChannelPromise;
    MethodParameters:
         Name  Flags
      msg      
      promise  

  public io.netty.channel.ChannelFuture writeAndFlush(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lio/netty/channel/ChannelFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext this
        start local 1 // java.lang.Object msg
         0: .line 544
            aload 0 /* this */
            getfield io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.ctx:Lio/netty/channel/ChannelHandlerContext;
            aload 1 /* msg */
            invokeinterface io.netty.channel.ChannelHandlerContext.writeAndFlush:(Ljava/lang/Object;)Lio/netty/channel/ChannelFuture;
            areturn
        end local 1 // java.lang.Object msg
        end local 0 // io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/channel/CombinedChannelDuplexHandler$DelegatingChannelHandlerContext;
            0    1     1   msg  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      msg   

  public io.netty.channel.ChannelPipeline pipeline();
    descriptor: ()Lio/netty/channel/ChannelPipeline;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext this
         0: .line 549
            aload 0 /* this */
            getfield io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.ctx:Lio/netty/channel/ChannelHandlerContext;
            invokeinterface io.netty.channel.ChannelHandlerContext.pipeline:()Lio/netty/channel/ChannelPipeline;
            areturn
        end local 0 // io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/channel/CombinedChannelDuplexHandler$DelegatingChannelHandlerContext;

  public io.netty.buffer.ByteBufAllocator alloc();
    descriptor: ()Lio/netty/buffer/ByteBufAllocator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext this
         0: .line 554
            aload 0 /* this */
            getfield io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.ctx:Lio/netty/channel/ChannelHandlerContext;
            invokeinterface io.netty.channel.ChannelHandlerContext.alloc:()Lio/netty/buffer/ByteBufAllocator;
            areturn
        end local 0 // io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/channel/CombinedChannelDuplexHandler$DelegatingChannelHandlerContext;

  public io.netty.channel.ChannelPromise newPromise();
    descriptor: ()Lio/netty/channel/ChannelPromise;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext this
         0: .line 559
            aload 0 /* this */
            getfield io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.ctx:Lio/netty/channel/ChannelHandlerContext;
            invokeinterface io.netty.channel.ChannelHandlerContext.newPromise:()Lio/netty/channel/ChannelPromise;
            areturn
        end local 0 // io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/channel/CombinedChannelDuplexHandler$DelegatingChannelHandlerContext;

  public io.netty.channel.ChannelProgressivePromise newProgressivePromise();
    descriptor: ()Lio/netty/channel/ChannelProgressivePromise;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext this
         0: .line 564
            aload 0 /* this */
            getfield io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.ctx:Lio/netty/channel/ChannelHandlerContext;
            invokeinterface io.netty.channel.ChannelHandlerContext.newProgressivePromise:()Lio/netty/channel/ChannelProgressivePromise;
            areturn
        end local 0 // io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/channel/CombinedChannelDuplexHandler$DelegatingChannelHandlerContext;

  public io.netty.channel.ChannelFuture newSucceededFuture();
    descriptor: ()Lio/netty/channel/ChannelFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext this
         0: .line 569
            aload 0 /* this */
            getfield io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.ctx:Lio/netty/channel/ChannelHandlerContext;
            invokeinterface io.netty.channel.ChannelHandlerContext.newSucceededFuture:()Lio/netty/channel/ChannelFuture;
            areturn
        end local 0 // io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/channel/CombinedChannelDuplexHandler$DelegatingChannelHandlerContext;

  public io.netty.channel.ChannelFuture newFailedFuture(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)Lio/netty/channel/ChannelFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext this
        start local 1 // java.lang.Throwable cause
         0: .line 574
            aload 0 /* this */
            getfield io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.ctx:Lio/netty/channel/ChannelHandlerContext;
            aload 1 /* cause */
            invokeinterface io.netty.channel.ChannelHandlerContext.newFailedFuture:(Ljava/lang/Throwable;)Lio/netty/channel/ChannelFuture;
            areturn
        end local 1 // java.lang.Throwable cause
        end local 0 // io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/channel/CombinedChannelDuplexHandler$DelegatingChannelHandlerContext;
            0    1     1  cause  Ljava/lang/Throwable;
    MethodParameters:
       Name  Flags
      cause  

  public io.netty.channel.ChannelPromise voidPromise();
    descriptor: ()Lio/netty/channel/ChannelPromise;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext this
         0: .line 579
            aload 0 /* this */
            getfield io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.ctx:Lio/netty/channel/ChannelHandlerContext;
            invokeinterface io.netty.channel.ChannelHandlerContext.voidPromise:()Lio/netty/channel/ChannelPromise;
            areturn
        end local 0 // io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/channel/CombinedChannelDuplexHandler$DelegatingChannelHandlerContext;

  public <T> io.netty.util.Attribute<T> attr(io.netty.util.AttributeKey<T>);
    descriptor: (Lio/netty/util/AttributeKey;)Lio/netty/util/Attribute;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext this
        start local 1 // io.netty.util.AttributeKey key
         0: .line 584
            aload 0 /* this */
            getfield io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.ctx:Lio/netty/channel/ChannelHandlerContext;
            invokeinterface io.netty.channel.ChannelHandlerContext.channel:()Lio/netty/channel/Channel;
            aload 1 /* key */
            invokeinterface io.netty.channel.Channel.attr:(Lio/netty/util/AttributeKey;)Lio/netty/util/Attribute;
            areturn
        end local 1 // io.netty.util.AttributeKey key
        end local 0 // io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/channel/CombinedChannelDuplexHandler$DelegatingChannelHandlerContext;
            0    1     1   key  Lio/netty/util/AttributeKey<TT;>;
    Signature: <T:Ljava/lang/Object;>(Lio/netty/util/AttributeKey<TT;>;)Lio/netty/util/Attribute<TT;>;
    MethodParameters:
      Name  Flags
      key   

  public <T> boolean hasAttr(io.netty.util.AttributeKey<T>);
    descriptor: (Lio/netty/util/AttributeKey;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext this
        start local 1 // io.netty.util.AttributeKey key
         0: .line 589
            aload 0 /* this */
            getfield io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.ctx:Lio/netty/channel/ChannelHandlerContext;
            invokeinterface io.netty.channel.ChannelHandlerContext.channel:()Lio/netty/channel/Channel;
            aload 1 /* key */
            invokeinterface io.netty.channel.Channel.hasAttr:(Lio/netty/util/AttributeKey;)Z
            ireturn
        end local 1 // io.netty.util.AttributeKey key
        end local 0 // io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/channel/CombinedChannelDuplexHandler$DelegatingChannelHandlerContext;
            0    1     1   key  Lio/netty/util/AttributeKey<TT;>;
    Signature: <T:Ljava/lang/Object;>(Lio/netty/util/AttributeKey<TT;>;)Z
    MethodParameters:
      Name  Flags
      key   

  final void remove();
    descriptor: ()V
    flags: (0x0010) ACC_FINAL
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext this
         0: .line 593
            aload 0 /* this */
            invokevirtual io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.executor:()Lio/netty/util/concurrent/EventExecutor;
            astore 1 /* executor */
        start local 1 // io.netty.util.concurrent.EventExecutor executor
         1: .line 594
            aload 1 /* executor */
            invokeinterface io.netty.util.concurrent.EventExecutor.inEventLoop:()Z
            ifeq 4
         2: .line 595
            aload 0 /* this */
            invokevirtual io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.remove0:()V
         3: .line 596
            goto 5
         4: .line 597
      StackMap locals: io.netty.util.concurrent.EventExecutor
      StackMap stack:
            aload 1 /* executor */
            new io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext$1
            dup
            aload 0 /* this */
            invokespecial io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext$1.<init>:(Lio/netty/channel/CombinedChannelDuplexHandler$DelegatingChannelHandlerContext;)V
            invokeinterface io.netty.util.concurrent.EventExecutor.execute:(Ljava/lang/Runnable;)V
         5: .line 604
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.netty.util.concurrent.EventExecutor executor
        end local 0 // io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lio/netty/channel/CombinedChannelDuplexHandler$DelegatingChannelHandlerContext;
            1    6     1  executor  Lio/netty/util/concurrent/EventExecutor;

  private void remove0();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=2, args_size=1
        start local 0 // io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext this
         0: .line 607
            aload 0 /* this */
            getfield io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.removed:Z
            ifne 8
         1: .line 608
            aload 0 /* this */
            iconst_1
            putfield io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.removed:Z
         2: .line 610
            aload 0 /* this */
            getfield io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.handler:Lio/netty/channel/ChannelHandler;
            aload 0 /* this */
            invokeinterface io.netty.channel.ChannelHandler.handlerRemoved:(Lio/netty/channel/ChannelHandlerContext;)V
         3: .line 611
            goto 8
      StackMap locals:
      StackMap stack: java.lang.Throwable
         4: astore 1 /* cause */
        start local 1 // java.lang.Throwable cause
         5: .line 612
            aload 0 /* this */
            new io.netty.channel.ChannelPipelineException
            dup
         6: .line 613
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            getfield io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.handler:Lio/netty/channel/ChannelHandler;
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc ".handlerRemoved() has thrown an exception."
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            aload 1 /* cause */
            invokespecial io.netty.channel.ChannelPipelineException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
         7: .line 612
            invokevirtual io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireExceptionCaught:(Ljava/lang/Throwable;)Lio/netty/channel/ChannelHandlerContext;
            pop
        end local 1 // java.lang.Throwable cause
         8: .line 616
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0   this  Lio/netty/channel/CombinedChannelDuplexHandler$DelegatingChannelHandlerContext;
            5    8     1  cause  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           2     3       4  Class java.lang.Throwable

  public io.netty.channel.ChannelInboundInvoker fireChannelInactive();
    descriptor: ()Lio/netty/channel/ChannelInboundInvoker;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireChannelInactive:()Lio/netty/channel/ChannelHandlerContext;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.channel.ChannelOutboundInvoker flush();
    descriptor: ()Lio/netty/channel/ChannelOutboundInvoker;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.flush:()Lio/netty/channel/ChannelHandlerContext;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.channel.ChannelInboundInvoker fireChannelUnregistered();
    descriptor: ()Lio/netty/channel/ChannelInboundInvoker;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireChannelUnregistered:()Lio/netty/channel/ChannelHandlerContext;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.channel.ChannelOutboundInvoker read();
    descriptor: ()Lio/netty/channel/ChannelOutboundInvoker;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.read:()Lio/netty/channel/ChannelHandlerContext;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.channel.ChannelInboundInvoker fireChannelRegistered();
    descriptor: ()Lio/netty/channel/ChannelInboundInvoker;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireChannelRegistered:()Lio/netty/channel/ChannelHandlerContext;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.channel.ChannelInboundInvoker fireUserEventTriggered(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lio/netty/channel/ChannelInboundInvoker;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireUserEventTriggered:(Ljava/lang/Object;)Lio/netty/channel/ChannelHandlerContext;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.channel.ChannelInboundInvoker fireChannelRead(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lio/netty/channel/ChannelInboundInvoker;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireChannelRead:(Ljava/lang/Object;)Lio/netty/channel/ChannelHandlerContext;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.channel.ChannelInboundInvoker fireChannelReadComplete();
    descriptor: ()Lio/netty/channel/ChannelInboundInvoker;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireChannelReadComplete:()Lio/netty/channel/ChannelHandlerContext;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.channel.ChannelInboundInvoker fireChannelWritabilityChanged();
    descriptor: ()Lio/netty/channel/ChannelInboundInvoker;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireChannelWritabilityChanged:()Lio/netty/channel/ChannelHandlerContext;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.channel.ChannelInboundInvoker fireExceptionCaught(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)Lio/netty/channel/ChannelInboundInvoker;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireExceptionCaught:(Ljava/lang/Throwable;)Lio/netty/channel/ChannelHandlerContext;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.channel.ChannelInboundInvoker fireChannelActive();
    descriptor: ()Lio/netty/channel/ChannelInboundInvoker;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireChannelActive:()Lio/netty/channel/ChannelHandlerContext;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "CombinedChannelDuplexHandler.java"
NestHost: io.netty.channel.CombinedChannelDuplexHandler
InnerClasses:
  private DelegatingChannelHandlerContext = io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext of io.netty.channel.CombinedChannelDuplexHandler
  io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext$1