class io.netty.handler.flush.FlushConsolidationHandler$1 implements java.lang.Runnable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.netty.handler.flush.FlushConsolidationHandler$1
  super_class: java.lang.Object
{
  final io.netty.handler.flush.FlushConsolidationHandler this$0;
    descriptor: Lio/netty/handler/flush/FlushConsolidationHandler;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

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

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.netty.handler.flush.FlushConsolidationHandler$1 this
         0: .line 101
            aload 0 /* this */
            getfield io.netty.handler.flush.FlushConsolidationHandler$1.this$0:Lio/netty/handler/flush/FlushConsolidationHandler;
            getfield io.netty.handler.flush.FlushConsolidationHandler.flushPendingCount:I
            ifle 4
            aload 0 /* this */
            getfield io.netty.handler.flush.FlushConsolidationHandler$1.this$0:Lio/netty/handler/flush/FlushConsolidationHandler;
            getfield io.netty.handler.flush.FlushConsolidationHandler.readInProgress:Z
            ifne 4
         1: .line 102
            aload 0 /* this */
            getfield io.netty.handler.flush.FlushConsolidationHandler$1.this$0:Lio/netty/handler/flush/FlushConsolidationHandler;
            iconst_0
            putfield io.netty.handler.flush.FlushConsolidationHandler.flushPendingCount:I
         2: .line 103
            aload 0 /* this */
            getfield io.netty.handler.flush.FlushConsolidationHandler$1.this$0:Lio/netty/handler/flush/FlushConsolidationHandler;
            getfield io.netty.handler.flush.FlushConsolidationHandler.ctx:Lio/netty/channel/ChannelHandlerContext;
            invokeinterface io.netty.channel.ChannelHandlerContext.flush:()Lio/netty/channel/ChannelHandlerContext;
            pop
         3: .line 104
            aload 0 /* this */
            getfield io.netty.handler.flush.FlushConsolidationHandler$1.this$0:Lio/netty/handler/flush/FlushConsolidationHandler;
            aconst_null
            putfield io.netty.handler.flush.FlushConsolidationHandler.nextScheduledFlush:Ljava/util/concurrent/Future;
         4: .line 106
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.netty.handler.flush.FlushConsolidationHandler$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/netty/handler/flush/FlushConsolidationHandler$1;
}
SourceFile: "FlushConsolidationHandler.java"
EnclosingMethod: io.netty.handler.flush.FlushConsolidationHandler.<init>:(IZ)V
NestHost: io.netty.handler.flush.FlushConsolidationHandler
InnerClasses:
  io.netty.handler.flush.FlushConsolidationHandler$1