public abstract class org.eclipse.jetty.http.HttpTester$Input
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.eclipse.jetty.http.HttpTester$Input
  super_class: java.lang.Object
{
  protected final java.nio.ByteBuffer _buffer;
    descriptor: Ljava/nio/ByteBuffer;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected boolean _eof;
    descriptor: Z
    flags: (0x0004) ACC_PROTECTED

  protected org.eclipse.jetty.http.HttpParser _parser;
    descriptor: Lorg/eclipse/jetty/http/HttpParser;
    flags: (0x0004) ACC_PROTECTED

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.http.HttpTester$Input this
         0: .line 68
            aload 0 /* this */
            sipush 8192
            invokestatic org.eclipse.jetty.util.BufferUtil.allocate:(I)Ljava/nio/ByteBuffer;
            invokespecial org.eclipse.jetty.http.HttpTester$Input.<init>:(Ljava/nio/ByteBuffer;)V
         1: .line 69
            return
        end local 0 // org.eclipse.jetty.http.HttpTester$Input this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jetty/http/HttpTester$Input;

  void <init>(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.http.HttpTester$Input this
        start local 1 // java.nio.ByteBuffer buffer
         0: .line 71
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 63
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jetty.http.HttpTester$Input._eof:Z
         2: .line 73
            aload 0 /* this */
            aload 1 /* buffer */
            putfield org.eclipse.jetty.http.HttpTester$Input._buffer:Ljava/nio/ByteBuffer;
         3: .line 74
            return
        end local 1 // java.nio.ByteBuffer buffer
        end local 0 // org.eclipse.jetty.http.HttpTester$Input this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lorg/eclipse/jetty/http/HttpTester$Input;
            0    4     1  buffer  Ljava/nio/ByteBuffer;
    MethodParameters:
        Name  Flags
      buffer  

  public java.nio.ByteBuffer getBuffer();
    descriptor: ()Ljava/nio/ByteBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.http.HttpTester$Input this
         0: .line 78
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpTester$Input._buffer:Ljava/nio/ByteBuffer;
            areturn
        end local 0 // org.eclipse.jetty.http.HttpTester$Input this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/http/HttpTester$Input;

  public void setHttpParser(org.eclipse.jetty.http.HttpParser);
    descriptor: (Lorg/eclipse/jetty/http/HttpParser;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.http.HttpTester$Input this
        start local 1 // org.eclipse.jetty.http.HttpParser parser
         0: .line 83
            aload 0 /* this */
            aload 1 /* parser */
            putfield org.eclipse.jetty.http.HttpTester$Input._parser:Lorg/eclipse/jetty/http/HttpParser;
         1: .line 84
            return
        end local 1 // org.eclipse.jetty.http.HttpParser parser
        end local 0 // org.eclipse.jetty.http.HttpTester$Input this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/eclipse/jetty/http/HttpTester$Input;
            0    2     1  parser  Lorg/eclipse/jetty/http/HttpParser;
    MethodParameters:
        Name  Flags
      parser  

  public org.eclipse.jetty.http.HttpParser getHttpParser();
    descriptor: ()Lorg/eclipse/jetty/http/HttpParser;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.http.HttpTester$Input this
         0: .line 88
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpTester$Input._parser:Lorg/eclipse/jetty/http/HttpParser;
            areturn
        end local 0 // org.eclipse.jetty.http.HttpTester$Input this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/http/HttpTester$Input;

  public org.eclipse.jetty.http.HttpParser takeHttpParser();
    descriptor: ()Lorg/eclipse/jetty/http/HttpParser;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.eclipse.jetty.http.HttpTester$Input this
         0: .line 93
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpTester$Input._parser:Lorg/eclipse/jetty/http/HttpParser;
            astore 1 /* p */
        start local 1 // org.eclipse.jetty.http.HttpParser p
         1: .line 94
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jetty.http.HttpTester$Input._parser:Lorg/eclipse/jetty/http/HttpParser;
         2: .line 95
            aload 1 /* p */
            areturn
        end local 1 // org.eclipse.jetty.http.HttpParser p
        end local 0 // org.eclipse.jetty.http.HttpTester$Input this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jetty/http/HttpTester$Input;
            1    3     1     p  Lorg/eclipse/jetty/http/HttpParser;

  public boolean isEOF();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.http.HttpTester$Input this
         0: .line 100
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpTester$Input._buffer:Ljava/nio/ByteBuffer;
            invokestatic org.eclipse.jetty.util.BufferUtil.isEmpty:(Ljava/nio/ByteBuffer;)Z
            ifeq 1
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpTester$Input._eof:Z
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.eclipse.jetty.http.HttpTester$Input this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jetty/http/HttpTester$Input;

  public abstract int fillBuffer();
    descriptor: ()I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.io.IOException
}
SourceFile: "HttpTester.java"
NestHost: org.eclipse.jetty.http.HttpTester
InnerClasses:
  public abstract Input = org.eclipse.jetty.http.HttpTester$Input of org.eclipse.jetty.http.HttpTester