class io.netty.channel.ChannelFlushPromiseNotifier$DefaultFlushCheckpoint implements io.netty.channel.ChannelFlushPromiseNotifier$FlushCheckpoint
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.netty.channel.ChannelFlushPromiseNotifier$DefaultFlushCheckpoint
  super_class: java.lang.Object
{
  private long checkpoint;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

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

  void <init>(long, io.netty.channel.ChannelPromise);
    descriptor: (JLio/netty/channel/ChannelPromise;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // io.netty.channel.ChannelFlushPromiseNotifier$DefaultFlushCheckpoint this
        start local 1 // long checkpoint
        start local 3 // io.netty.channel.ChannelPromise future
         0: .line 255
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 256
            aload 0 /* this */
            lload 1 /* checkpoint */
            putfield io.netty.channel.ChannelFlushPromiseNotifier$DefaultFlushCheckpoint.checkpoint:J
         2: .line 257
            aload 0 /* this */
            aload 3 /* future */
            putfield io.netty.channel.ChannelFlushPromiseNotifier$DefaultFlushCheckpoint.future:Lio/netty/channel/ChannelPromise;
         3: .line 258
            return
        end local 3 // io.netty.channel.ChannelPromise future
        end local 1 // long checkpoint
        end local 0 // io.netty.channel.ChannelFlushPromiseNotifier$DefaultFlushCheckpoint this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lio/netty/channel/ChannelFlushPromiseNotifier$DefaultFlushCheckpoint;
            0    4     1  checkpoint  J
            0    4     3      future  Lio/netty/channel/ChannelPromise;
    MethodParameters:
            Name  Flags
      checkpoint  
      future      

  public long flushCheckpoint();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.netty.channel.ChannelFlushPromiseNotifier$DefaultFlushCheckpoint this
         0: .line 262
            aload 0 /* this */
            getfield io.netty.channel.ChannelFlushPromiseNotifier$DefaultFlushCheckpoint.checkpoint:J
            lreturn
        end local 0 // io.netty.channel.ChannelFlushPromiseNotifier$DefaultFlushCheckpoint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/channel/ChannelFlushPromiseNotifier$DefaultFlushCheckpoint;

  public void flushCheckpoint(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.netty.channel.ChannelFlushPromiseNotifier$DefaultFlushCheckpoint this
        start local 1 // long checkpoint
         0: .line 267
            aload 0 /* this */
            lload 1 /* checkpoint */
            putfield io.netty.channel.ChannelFlushPromiseNotifier$DefaultFlushCheckpoint.checkpoint:J
         1: .line 268
            return
        end local 1 // long checkpoint
        end local 0 // io.netty.channel.ChannelFlushPromiseNotifier$DefaultFlushCheckpoint this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/netty/channel/ChannelFlushPromiseNotifier$DefaultFlushCheckpoint;
            0    2     1  checkpoint  J
    MethodParameters:
            Name  Flags
      checkpoint  

  public io.netty.channel.ChannelPromise promise();
    descriptor: ()Lio/netty/channel/ChannelPromise;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.channel.ChannelFlushPromiseNotifier$DefaultFlushCheckpoint this
         0: .line 272
            aload 0 /* this */
            getfield io.netty.channel.ChannelFlushPromiseNotifier$DefaultFlushCheckpoint.future:Lio/netty/channel/ChannelPromise;
            areturn
        end local 0 // io.netty.channel.ChannelFlushPromiseNotifier$DefaultFlushCheckpoint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/channel/ChannelFlushPromiseNotifier$DefaultFlushCheckpoint;
}
SourceFile: "ChannelFlushPromiseNotifier.java"
NestHost: io.netty.channel.ChannelFlushPromiseNotifier
InnerClasses:
  private DefaultFlushCheckpoint = io.netty.channel.ChannelFlushPromiseNotifier$DefaultFlushCheckpoint of io.netty.channel.ChannelFlushPromiseNotifier
  abstract FlushCheckpoint = io.netty.channel.ChannelFlushPromiseNotifier$FlushCheckpoint of io.netty.channel.ChannelFlushPromiseNotifier