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

  void <init>(io.netty.example.discard.DiscardClientHandler);
    descriptor: (Lio/netty/example/discard/DiscardClientHandler;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.example.discard.DiscardClientHandler$1 this
         0: .line 68
            aload 0 /* this */
            aload 1
            putfield io.netty.example.discard.DiscardClientHandler$1.this$0:Lio/netty/example/discard/DiscardClientHandler;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.netty.example.discard.DiscardClientHandler$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/example/discard/DiscardClientHandler$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public void operationComplete(io.netty.channel.ChannelFuture);
    descriptor: (Lio/netty/channel/ChannelFuture;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.netty.example.discard.DiscardClientHandler$1 this
        start local 1 // io.netty.channel.ChannelFuture future
         0: .line 71
            aload 1 /* future */
            invokeinterface io.netty.channel.ChannelFuture.isSuccess:()Z
            ifeq 3
         1: .line 72
            aload 0 /* this */
            getfield io.netty.example.discard.DiscardClientHandler$1.this$0:Lio/netty/example/discard/DiscardClientHandler;
            invokevirtual io.netty.example.discard.DiscardClientHandler.generateTraffic:()V
         2: .line 73
            goto 5
         3: .line 74
      StackMap locals:
      StackMap stack:
            aload 1 /* future */
            invokeinterface io.netty.channel.ChannelFuture.cause:()Ljava/lang/Throwable;
            invokevirtual java.lang.Throwable.printStackTrace:()V
         4: .line 75
            aload 1 /* future */
            invokeinterface io.netty.channel.ChannelFuture.channel:()Lio/netty/channel/Channel;
            invokeinterface io.netty.channel.Channel.close:()Lio/netty/channel/ChannelFuture;
            pop
         5: .line 77
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.netty.channel.ChannelFuture future
        end local 0 // io.netty.example.discard.DiscardClientHandler$1 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lio/netty/example/discard/DiscardClientHandler$1;
            0    6     1  future  Lio/netty/channel/ChannelFuture;
    MethodParameters:
        Name  Flags
      future  

  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.discard.DiscardClientHandler$1.operationComplete:(Lio/netty/channel/ChannelFuture;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.Exception
}
SourceFile: "DiscardClientHandler.java"
EnclosingMethod: io.netty.example.discard.DiscardClientHandler
NestHost: io.netty.example.discard.DiscardClientHandler
InnerClasses:
  io.netty.example.discard.DiscardClientHandler$1