public abstract class org.eclipse.jetty.server.HttpInput$State
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.eclipse.jetty.server.HttpInput$State
  super_class: java.lang.Object
{
  protected void <init>();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.HttpInput$State this
         0: .line 1009
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.eclipse.jetty.server.HttpInput$State this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/server/HttpInput$State;

  public boolean blockForContent(org.eclipse.jetty.server.HttpInput);
    descriptor: (Lorg/eclipse/jetty/server/HttpInput;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.server.HttpInput$State this
        start local 1 // org.eclipse.jetty.server.HttpInput in
         0: .line 1013
            iconst_0
            ireturn
        end local 1 // org.eclipse.jetty.server.HttpInput in
        end local 0 // org.eclipse.jetty.server.HttpInput$State this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/server/HttpInput$State;
            0    1     1    in  Lorg/eclipse/jetty/server/HttpInput;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      in    

  public int noContent();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.HttpInput$State this
         0: .line 1018
            iconst_m1
            ireturn
        end local 0 // org.eclipse.jetty.server.HttpInput$State this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/server/HttpInput$State;
    Exceptions:
      throws java.io.IOException

  public java.lang.Throwable getError();
    descriptor: ()Ljava/lang/Throwable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.HttpInput$State this
         0: .line 1023
            aconst_null
            areturn
        end local 0 // org.eclipse.jetty.server.HttpInput$State this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/server/HttpInput$State;
}
SourceFile: "HttpInput.java"
NestHost: org.eclipse.jetty.server.HttpInput
InnerClasses:
  protected abstract State = org.eclipse.jetty.server.HttpInput$State of org.eclipse.jetty.server.HttpInput