class org.eclipse.jetty.io.WriteFlusher$PendingState extends org.eclipse.jetty.io.WriteFlusher$State
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.eclipse.jetty.io.WriteFlusher$PendingState
  super_class: org.eclipse.jetty.io.WriteFlusher$State
{
  private final org.eclipse.jetty.util.Callback _callback;
    descriptor: Lorg/eclipse/jetty/util/Callback;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.nio.ByteBuffer[] _buffers;
    descriptor: [Ljava/nio/ByteBuffer;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  final org.eclipse.jetty.io.WriteFlusher this$0;
    descriptor: Lorg/eclipse/jetty/io/WriteFlusher;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private void <init>(org.eclipse.jetty.io.WriteFlusher, java.nio.ByteBuffer[], org.eclipse.jetty.util.Callback);
    descriptor: (Lorg/eclipse/jetty/io/WriteFlusher;[Ljava/nio/ByteBuffer;Lorg/eclipse/jetty/util/Callback;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.eclipse.jetty.io.WriteFlusher$PendingState this
        start local 2 // java.nio.ByteBuffer[] buffers
        start local 3 // org.eclipse.jetty.util.Callback callback
         0: .line 215
            aload 0 /* this */
            aload 1
            putfield org.eclipse.jetty.io.WriteFlusher$PendingState.this$0:Lorg/eclipse/jetty/io/WriteFlusher;
         1: .line 216
            aload 0 /* this */
            getstatic org.eclipse.jetty.io.WriteFlusher$StateType.PENDING:Lorg/eclipse/jetty/io/WriteFlusher$StateType;
            invokespecial org.eclipse.jetty.io.WriteFlusher$State.<init>:(Lorg/eclipse/jetty/io/WriteFlusher$StateType;)V
         2: .line 217
            aload 0 /* this */
            aload 2 /* buffers */
            putfield org.eclipse.jetty.io.WriteFlusher$PendingState._buffers:[Ljava/nio/ByteBuffer;
         3: .line 218
            aload 0 /* this */
            aload 3 /* callback */
            putfield org.eclipse.jetty.io.WriteFlusher$PendingState._callback:Lorg/eclipse/jetty/util/Callback;
         4: .line 219
            return
        end local 3 // org.eclipse.jetty.util.Callback callback
        end local 2 // java.nio.ByteBuffer[] buffers
        end local 0 // org.eclipse.jetty.io.WriteFlusher$PendingState this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lorg/eclipse/jetty/io/WriteFlusher$PendingState;
            0    5     2   buffers  [Ljava/nio/ByteBuffer;
            0    5     3  callback  Lorg/eclipse/jetty/util/Callback;
    MethodParameters:
          Name  Flags
      this$0    final
      buffers   
      callback  

  public java.nio.ByteBuffer[] getBuffers();
    descriptor: ()[Ljava/nio/ByteBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.io.WriteFlusher$PendingState this
         0: .line 223
            aload 0 /* this */
            getfield org.eclipse.jetty.io.WriteFlusher$PendingState._buffers:[Ljava/nio/ByteBuffer;
            areturn
        end local 0 // org.eclipse.jetty.io.WriteFlusher$PendingState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/io/WriteFlusher$PendingState;

  org.eclipse.jetty.util.thread.Invocable$InvocationType getCallbackInvocationType();
    descriptor: ()Lorg/eclipse/jetty/util/thread/Invocable$InvocationType;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.io.WriteFlusher$PendingState this
         0: .line 228
            aload 0 /* this */
            getfield org.eclipse.jetty.io.WriteFlusher$PendingState._callback:Lorg/eclipse/jetty/util/Callback;
            invokestatic org.eclipse.jetty.util.thread.Invocable.getInvocationType:(Ljava/lang/Object;)Lorg/eclipse/jetty/util/thread/Invocable$InvocationType;
            areturn
        end local 0 // org.eclipse.jetty.io.WriteFlusher$PendingState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/io/WriteFlusher$PendingState;
}
SourceFile: "WriteFlusher.java"
NestHost: org.eclipse.jetty.io.WriteFlusher
InnerClasses:
  private PendingState = org.eclipse.jetty.io.WriteFlusher$PendingState of org.eclipse.jetty.io.WriteFlusher
  private State = org.eclipse.jetty.io.WriteFlusher$State of org.eclipse.jetty.io.WriteFlusher
  private final StateType = org.eclipse.jetty.io.WriteFlusher$StateType of org.eclipse.jetty.io.WriteFlusher
  public final InvocationType = org.eclipse.jetty.util.thread.Invocable$InvocationType of org.eclipse.jetty.util.thread.Invocable