final class io.netty.handler.timeout.IdleStateHandler$WriterIdleTimeoutTask extends io.netty.handler.timeout.IdleStateHandler$AbstractIdleTask
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.netty.handler.timeout.IdleStateHandler$WriterIdleTimeoutTask
  super_class: io.netty.handler.timeout.IdleStateHandler$AbstractIdleTask
{
  final io.netty.handler.timeout.IdleStateHandler this$0;
    descriptor: Lio/netty/handler/timeout/IdleStateHandler;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(io.netty.handler.timeout.IdleStateHandler, io.netty.channel.ChannelHandlerContext);
    descriptor: (Lio/netty/handler/timeout/IdleStateHandler;Lio/netty/channel/ChannelHandlerContext;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.netty.handler.timeout.IdleStateHandler$WriterIdleTimeoutTask this
        start local 2 // io.netty.channel.ChannelHandlerContext ctx
         0: .line 507
            aload 0 /* this */
            aload 1
            putfield io.netty.handler.timeout.IdleStateHandler$WriterIdleTimeoutTask.this$0:Lio/netty/handler/timeout/IdleStateHandler;
         1: .line 508
            aload 0 /* this */
            aload 2 /* ctx */
            invokespecial io.netty.handler.timeout.IdleStateHandler$AbstractIdleTask.<init>:(Lio/netty/channel/ChannelHandlerContext;)V
         2: .line 509
            return
        end local 2 // io.netty.channel.ChannelHandlerContext ctx
        end local 0 // io.netty.handler.timeout.IdleStateHandler$WriterIdleTimeoutTask this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/netty/handler/timeout/IdleStateHandler$WriterIdleTimeoutTask;
            0    3     2   ctx  Lio/netty/channel/ChannelHandlerContext;
    MethodParameters:
        Name  Flags
      this$0  final
      ctx     

  protected void run(io.netty.channel.ChannelHandlerContext);
    descriptor: (Lio/netty/channel/ChannelHandlerContext;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=7, locals=8, args_size=2
        start local 0 // io.netty.handler.timeout.IdleStateHandler$WriterIdleTimeoutTask this
        start local 1 // io.netty.channel.ChannelHandlerContext ctx
         0: .line 514
            aload 0 /* this */
            getfield io.netty.handler.timeout.IdleStateHandler$WriterIdleTimeoutTask.this$0:Lio/netty/handler/timeout/IdleStateHandler;
            getfield io.netty.handler.timeout.IdleStateHandler.lastWriteTime:J
            lstore 2 /* lastWriteTime */
        start local 2 // long lastWriteTime
         1: .line 515
            aload 0 /* this */
            getfield io.netty.handler.timeout.IdleStateHandler$WriterIdleTimeoutTask.this$0:Lio/netty/handler/timeout/IdleStateHandler;
            getfield io.netty.handler.timeout.IdleStateHandler.writerIdleTimeNanos:J
            aload 0 /* this */
            getfield io.netty.handler.timeout.IdleStateHandler$WriterIdleTimeoutTask.this$0:Lio/netty/handler/timeout/IdleStateHandler;
            invokevirtual io.netty.handler.timeout.IdleStateHandler.ticksInNanos:()J
            lload 2 /* lastWriteTime */
            lsub
            lsub
            lstore 4 /* nextDelay */
        start local 4 // long nextDelay
         2: .line 516
            lload 4 /* nextDelay */
            lconst_0
            lcmp
            ifgt 14
         3: .line 518
            aload 0 /* this */
            getfield io.netty.handler.timeout.IdleStateHandler$WriterIdleTimeoutTask.this$0:Lio/netty/handler/timeout/IdleStateHandler;
            aload 0 /* this */
            getfield io.netty.handler.timeout.IdleStateHandler$WriterIdleTimeoutTask.this$0:Lio/netty/handler/timeout/IdleStateHandler;
            aload 1 /* ctx */
            aload 0 /* this */
            aload 0 /* this */
            getfield io.netty.handler.timeout.IdleStateHandler$WriterIdleTimeoutTask.this$0:Lio/netty/handler/timeout/IdleStateHandler;
            getfield io.netty.handler.timeout.IdleStateHandler.writerIdleTimeNanos:J
            getstatic java.util.concurrent.TimeUnit.NANOSECONDS:Ljava/util/concurrent/TimeUnit;
            invokevirtual io.netty.handler.timeout.IdleStateHandler.schedule:(Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Runnable;JLjava/util/concurrent/TimeUnit;)Ljava/util/concurrent/ScheduledFuture;
            putfield io.netty.handler.timeout.IdleStateHandler.writerIdleTimeout:Ljava/util/concurrent/ScheduledFuture;
         4: .line 520
            aload 0 /* this */
            getfield io.netty.handler.timeout.IdleStateHandler$WriterIdleTimeoutTask.this$0:Lio/netty/handler/timeout/IdleStateHandler;
            getfield io.netty.handler.timeout.IdleStateHandler.firstWriterIdleEvent:Z
            istore 6 /* first */
        start local 6 // boolean first
         5: .line 521
            aload 0 /* this */
            getfield io.netty.handler.timeout.IdleStateHandler$WriterIdleTimeoutTask.this$0:Lio/netty/handler/timeout/IdleStateHandler;
            iconst_0
            putfield io.netty.handler.timeout.IdleStateHandler.firstWriterIdleEvent:Z
         6: .line 524
            aload 0 /* this */
            getfield io.netty.handler.timeout.IdleStateHandler$WriterIdleTimeoutTask.this$0:Lio/netty/handler/timeout/IdleStateHandler;
            aload 1 /* ctx */
            iload 6 /* first */
            invokevirtual io.netty.handler.timeout.IdleStateHandler.hasOutputChanged:(Lio/netty/channel/ChannelHandlerContext;Z)Z
            ifeq 8
         7: .line 525
            return
         8: .line 528
      StackMap locals: long long int
      StackMap stack:
            aload 0 /* this */
            getfield io.netty.handler.timeout.IdleStateHandler$WriterIdleTimeoutTask.this$0:Lio/netty/handler/timeout/IdleStateHandler;
            getstatic io.netty.handler.timeout.IdleState.WRITER_IDLE:Lio/netty/handler/timeout/IdleState;
            iload 6 /* first */
            invokevirtual io.netty.handler.timeout.IdleStateHandler.newIdleStateEvent:(Lio/netty/handler/timeout/IdleState;Z)Lio/netty/handler/timeout/IdleStateEvent;
            astore 7 /* event */
        start local 7 // io.netty.handler.timeout.IdleStateEvent event
         9: .line 529
            aload 0 /* this */
            getfield io.netty.handler.timeout.IdleStateHandler$WriterIdleTimeoutTask.this$0:Lio/netty/handler/timeout/IdleStateHandler;
            aload 1 /* ctx */
            aload 7 /* event */
            invokevirtual io.netty.handler.timeout.IdleStateHandler.channelIdle:(Lio/netty/channel/ChannelHandlerContext;Lio/netty/handler/timeout/IdleStateEvent;)V
        end local 7 // io.netty.handler.timeout.IdleStateEvent event
        10: .line 530
            goto 15
      StackMap locals:
      StackMap stack: java.lang.Throwable
        11: astore 7 /* t */
        start local 7 // java.lang.Throwable t
        12: .line 531
            aload 1 /* ctx */
            aload 7 /* t */
            invokeinterface io.netty.channel.ChannelHandlerContext.fireExceptionCaught:(Ljava/lang/Throwable;)Lio/netty/channel/ChannelHandlerContext;
            pop
        end local 7 // java.lang.Throwable t
        end local 6 // boolean first
        13: .line 533
            goto 15
        14: .line 535
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.netty.handler.timeout.IdleStateHandler$WriterIdleTimeoutTask.this$0:Lio/netty/handler/timeout/IdleStateHandler;
            aload 0 /* this */
            getfield io.netty.handler.timeout.IdleStateHandler$WriterIdleTimeoutTask.this$0:Lio/netty/handler/timeout/IdleStateHandler;
            aload 1 /* ctx */
            aload 0 /* this */
            lload 4 /* nextDelay */
            getstatic java.util.concurrent.TimeUnit.NANOSECONDS:Ljava/util/concurrent/TimeUnit;
            invokevirtual io.netty.handler.timeout.IdleStateHandler.schedule:(Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Runnable;JLjava/util/concurrent/TimeUnit;)Ljava/util/concurrent/ScheduledFuture;
            putfield io.netty.handler.timeout.IdleStateHandler.writerIdleTimeout:Ljava/util/concurrent/ScheduledFuture;
        15: .line 537
      StackMap locals:
      StackMap stack:
            return
        end local 4 // long nextDelay
        end local 2 // long lastWriteTime
        end local 1 // io.netty.channel.ChannelHandlerContext ctx
        end local 0 // io.netty.handler.timeout.IdleStateHandler$WriterIdleTimeoutTask this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   16     0           this  Lio/netty/handler/timeout/IdleStateHandler$WriterIdleTimeoutTask;
            0   16     1            ctx  Lio/netty/channel/ChannelHandlerContext;
            1   16     2  lastWriteTime  J
            2   16     4      nextDelay  J
            5   13     6          first  Z
            9   10     7          event  Lio/netty/handler/timeout/IdleStateEvent;
           12   13     7              t  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           6     7      11  Class java.lang.Throwable
           8    10      11  Class java.lang.Throwable
    MethodParameters:
      Name  Flags
      ctx   
}
SourceFile: "IdleStateHandler.java"
NestHost: io.netty.handler.timeout.IdleStateHandler
InnerClasses:
  private abstract AbstractIdleTask = io.netty.handler.timeout.IdleStateHandler$AbstractIdleTask of io.netty.handler.timeout.IdleStateHandler
  private final WriterIdleTimeoutTask = io.netty.handler.timeout.IdleStateHandler$WriterIdleTimeoutTask of io.netty.handler.timeout.IdleStateHandler