public class org.eclipse.jetty.http.HttpTester$Request extends org.eclipse.jetty.http.HttpTester$Message implements org.eclipse.jetty.http.HttpParser$RequestHandler
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jetty.http.HttpTester$Request
  super_class: org.eclipse.jetty.http.HttpTester$Message
{
  private java.lang.String _method;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String _uri;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.http.HttpTester$Request this
         0: .line 504
            aload 0 /* this */
            invokespecial org.eclipse.jetty.http.HttpTester$Message.<init>:()V
            return
        end local 0 // org.eclipse.jetty.http.HttpTester$Request this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/http/HttpTester$Request;

  public void startRequest(java.lang.String, java.lang.String, org.eclipse.jetty.http.HttpVersion);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lorg/eclipse/jetty/http/HttpVersion;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.eclipse.jetty.http.HttpTester$Request this
        start local 1 // java.lang.String method
        start local 2 // java.lang.String uri
        start local 3 // org.eclipse.jetty.http.HttpVersion version
         0: .line 512
            aload 0 /* this */
            aload 1 /* method */
            putfield org.eclipse.jetty.http.HttpTester$Request._method:Ljava/lang/String;
         1: .line 513
            aload 0 /* this */
            aload 2 /* uri */
            putfield org.eclipse.jetty.http.HttpTester$Request._uri:Ljava/lang/String;
         2: .line 514
            aload 0 /* this */
            aload 3 /* version */
            putfield org.eclipse.jetty.http.HttpTester$Request._version:Lorg/eclipse/jetty/http/HttpVersion;
         3: .line 515
            return
        end local 3 // org.eclipse.jetty.http.HttpVersion version
        end local 2 // java.lang.String uri
        end local 1 // java.lang.String method
        end local 0 // org.eclipse.jetty.http.HttpTester$Request this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lorg/eclipse/jetty/http/HttpTester$Request;
            0    4     1   method  Ljava/lang/String;
            0    4     2      uri  Ljava/lang/String;
            0    4     3  version  Lorg/eclipse/jetty/http/HttpVersion;
    MethodParameters:
         Name  Flags
      method   
      uri      
      version  

  public java.lang.String getMethod();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.http.HttpTester$Request this
         0: .line 519
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpTester$Request._method:Ljava/lang/String;
            areturn
        end local 0 // org.eclipse.jetty.http.HttpTester$Request this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/http/HttpTester$Request;

  public java.lang.String getUri();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.http.HttpTester$Request this
         0: .line 524
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpTester$Request._uri:Ljava/lang/String;
            areturn
        end local 0 // org.eclipse.jetty.http.HttpTester$Request this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/http/HttpTester$Request;

  public void setMethod(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.http.HttpTester$Request this
        start local 1 // java.lang.String method
         0: .line 529
            aload 0 /* this */
            aload 1 /* method */
            putfield org.eclipse.jetty.http.HttpTester$Request._method:Ljava/lang/String;
         1: .line 530
            return
        end local 1 // java.lang.String method
        end local 0 // org.eclipse.jetty.http.HttpTester$Request this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/eclipse/jetty/http/HttpTester$Request;
            0    2     1  method  Ljava/lang/String;
    MethodParameters:
        Name  Flags
      method  

  public void setURI(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.http.HttpTester$Request this
        start local 1 // java.lang.String uri
         0: .line 534
            aload 0 /* this */
            aload 1 /* uri */
            putfield org.eclipse.jetty.http.HttpTester$Request._uri:Ljava/lang/String;
         1: .line 535
            return
        end local 1 // java.lang.String uri
        end local 0 // org.eclipse.jetty.http.HttpTester$Request this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jetty/http/HttpTester$Request;
            0    2     1   uri  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      uri   

  public org.eclipse.jetty.http.MetaData$Request getInfo();
    descriptor: ()Lorg/eclipse/jetty/http/MetaData$Request;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.http.HttpTester$Request this
         0: .line 540
            new org.eclipse.jetty.http.MetaData$Request
            dup
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpTester$Request._method:Ljava/lang/String;
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpTester$Request._uri:Ljava/lang/String;
            invokestatic org.eclipse.jetty.http.HttpURI.from:(Ljava/lang/String;)Lorg/eclipse/jetty/http/HttpURI$Immutable;
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpTester$Request._version:Lorg/eclipse/jetty/http/HttpVersion;
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpTester$Request._content:Ljava/io/ByteArrayOutputStream;
            ifnonnull 1
            iconst_0
            goto 2
      StackMap locals: org.eclipse.jetty.http.HttpTester$Request
      StackMap stack: new 0 new 0 java.lang.String org.eclipse.jetty.http.HttpURI$Immutable org.eclipse.jetty.http.HttpVersion org.eclipse.jetty.http.HttpTester$Request
         1: aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpTester$Request._content:Ljava/io/ByteArrayOutputStream;
            invokevirtual java.io.ByteArrayOutputStream.size:()I
      StackMap locals: org.eclipse.jetty.http.HttpTester$Request
      StackMap stack: new 0 new 0 java.lang.String org.eclipse.jetty.http.HttpURI$Immutable org.eclipse.jetty.http.HttpVersion org.eclipse.jetty.http.HttpTester$Request int
         2: i2l
            invokespecial org.eclipse.jetty.http.MetaData$Request.<init>:(Ljava/lang/String;Lorg/eclipse/jetty/http/HttpURI;Lorg/eclipse/jetty/http/HttpVersion;Lorg/eclipse/jetty/http/HttpFields;J)V
            areturn
        end local 0 // org.eclipse.jetty.http.HttpTester$Request this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jetty/http/HttpTester$Request;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.http.HttpTester$Request this
         0: .line 546
            ldc "%s %s %s\n%s\n"
            iconst_4
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpTester$Request._method:Ljava/lang/String;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpTester$Request._uri:Ljava/lang/String;
            aastore
            dup
            iconst_2
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpTester$Request._version:Lorg/eclipse/jetty/http/HttpVersion;
            aastore
            dup
            iconst_3
            aload 0 /* this */
            invokespecial org.eclipse.jetty.http.HttpTester$Message.toString:()Ljava/lang/String;
            aastore
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            areturn
        end local 0 // org.eclipse.jetty.http.HttpTester$Request this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/http/HttpTester$Request;

  public void setHeader(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.jetty.http.HttpTester$Request this
        start local 1 // java.lang.String name
        start local 2 // java.lang.String value
         0: .line 551
            aload 0 /* this */
            aload 1 /* name */
            aload 2 /* value */
            invokevirtual org.eclipse.jetty.http.HttpTester$Request.put:(Ljava/lang/String;Ljava/lang/String;)Lorg/eclipse/jetty/http/HttpFields$Mutable;
            pop
         1: .line 552
            return
        end local 2 // java.lang.String value
        end local 1 // java.lang.String name
        end local 0 // org.eclipse.jetty.http.HttpTester$Request this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/eclipse/jetty/http/HttpTester$Request;
            0    2     1   name  Ljava/lang/String;
            0    2     2  value  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      name   
      value  

  public org.eclipse.jetty.http.MetaData getInfo();
    descriptor: ()Lorg/eclipse/jetty/http/MetaData;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.eclipse.jetty.http.HttpTester$Request.getInfo:()Lorg/eclipse/jetty/http/MetaData$Request;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "HttpTester.java"
NestHost: org.eclipse.jetty.http.HttpTester
InnerClasses:
  public Mutable = org.eclipse.jetty.http.HttpFields$Mutable of org.eclipse.jetty.http.HttpFields
  public abstract RequestHandler = org.eclipse.jetty.http.HttpParser$RequestHandler of org.eclipse.jetty.http.HttpParser
  public abstract Message = org.eclipse.jetty.http.HttpTester$Message of org.eclipse.jetty.http.HttpTester
  public Request = org.eclipse.jetty.http.HttpTester$Request of org.eclipse.jetty.http.HttpTester
  public Immutable = org.eclipse.jetty.http.HttpURI$Immutable of org.eclipse.jetty.http.HttpURI
  public Request = org.eclipse.jetty.http.MetaData$Request of org.eclipse.jetty.http.MetaData