abstract class io.netty.handler.timeout.IdleStateHandler$AbstractIdleTask implements java.lang.Runnable
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: io.netty.handler.timeout.IdleStateHandler$AbstractIdleTask
  super_class: java.lang.Object
{
  private final io.netty.channel.ChannelHandlerContext ctx;
    descriptor: Lio/netty/channel/ChannelHandlerContext;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.netty.handler.timeout.IdleStateHandler$AbstractIdleTask this
         0: .line 462
            aload 0 /* this */
            getfield io.netty.handler.timeout.IdleStateHandler$AbstractIdleTask.ctx:Lio/netty/channel/ChannelHandlerContext;
            invokeinterface io.netty.channel.ChannelHandlerContext.channel:()Lio/netty/channel/Channel;
            invokeinterface io.netty.channel.Channel.isOpen:()Z
            ifne 2
         1: .line 463
            return
         2: .line 466
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield io.netty.handler.timeout.IdleStateHandler$AbstractIdleTask.ctx:Lio/netty/channel/ChannelHandlerContext;
            invokevirtual io.netty.handler.timeout.IdleStateHandler$AbstractIdleTask.run:(Lio/netty/channel/ChannelHandlerContext;)V
         3: .line 467
            return
        end local 0 // io.netty.handler.timeout.IdleStateHandler$AbstractIdleTask this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/netty/handler/timeout/IdleStateHandler$AbstractIdleTask;

  protected abstract void run(io.netty.channel.ChannelHandlerContext);
    descriptor: (Lio/netty/channel/ChannelHandlerContext;)V
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    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