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

  private org.eclipse.jetty.http.HttpURI _uri;
    descriptor: Lorg/eclipse/jetty/http/HttpURI;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(org.eclipse.jetty.http.HttpFields);
    descriptor: (Lorg/eclipse/jetty/http/HttpFields;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.http.MetaData$Request this
        start local 1 // org.eclipse.jetty.http.HttpFields fields
         0: .line 141
            aload 0 /* this */
            aconst_null
            aconst_null
            aconst_null
            aload 1 /* fields */
            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;)V
         1: .line 142
            return
        end local 1 // org.eclipse.jetty.http.HttpFields fields
        end local 0 // org.eclipse.jetty.http.MetaData$Request this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/eclipse/jetty/http/MetaData$Request;
            0    2     1  fields  Lorg/eclipse/jetty/http/HttpFields;
    MethodParameters:
        Name  Flags
      fields  

  public void <init>(java.lang.String, org.eclipse.jetty.http.HttpURI, org.eclipse.jetty.http.HttpVersion, org.eclipse.jetty.http.HttpFields);
    descriptor: (Ljava/lang/String;Lorg/eclipse/jetty/http/HttpURI;Lorg/eclipse/jetty/http/HttpVersion;Lorg/eclipse/jetty/http/HttpFields;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=5, args_size=5
        start local 0 // org.eclipse.jetty.http.MetaData$Request this
        start local 1 // java.lang.String method
        start local 2 // org.eclipse.jetty.http.HttpURI uri
        start local 3 // org.eclipse.jetty.http.HttpVersion version
        start local 4 // org.eclipse.jetty.http.HttpFields fields
         0: .line 146
            aload 0 /* this */
            aload 1 /* method */
            aload 2 /* uri */
            aload 3 /* version */
            aload 4 /* fields */
            ldc -9223372036854775808
            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
         1: .line 147
            return
        end local 4 // org.eclipse.jetty.http.HttpFields fields
        end local 3 // org.eclipse.jetty.http.HttpVersion version
        end local 2 // org.eclipse.jetty.http.HttpURI uri
        end local 1 // java.lang.String method
        end local 0 // org.eclipse.jetty.http.MetaData$Request this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/eclipse/jetty/http/MetaData$Request;
            0    2     1   method  Ljava/lang/String;
            0    2     2      uri  Lorg/eclipse/jetty/http/HttpURI;
            0    2     3  version  Lorg/eclipse/jetty/http/HttpVersion;
            0    2     4   fields  Lorg/eclipse/jetty/http/HttpFields;
    MethodParameters:
         Name  Flags
      method   
      uri      
      version  
      fields   

  public void <init>(java.lang.String, org.eclipse.jetty.http.HttpURI, org.eclipse.jetty.http.HttpVersion, org.eclipse.jetty.http.HttpFields, long);
    descriptor: (Ljava/lang/String;Lorg/eclipse/jetty/http/HttpURI;Lorg/eclipse/jetty/http/HttpVersion;Lorg/eclipse/jetty/http/HttpFields;J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=7, args_size=6
        start local 0 // org.eclipse.jetty.http.MetaData$Request this
        start local 1 // java.lang.String method
        start local 2 // org.eclipse.jetty.http.HttpURI uri
        start local 3 // org.eclipse.jetty.http.HttpVersion version
        start local 4 // org.eclipse.jetty.http.HttpFields fields
        start local 5 // long contentLength
         0: .line 151
            aload 0 /* this */
            aload 3 /* version */
            aload 4 /* fields */
            lload 5 /* contentLength */
            invokespecial org.eclipse.jetty.http.MetaData.<init>:(Lorg/eclipse/jetty/http/HttpVersion;Lorg/eclipse/jetty/http/HttpFields;J)V
         1: .line 152
            aload 0 /* this */
            aload 1 /* method */
            putfield org.eclipse.jetty.http.MetaData$Request._method:Ljava/lang/String;
         2: .line 153
            aload 0 /* this */
            aload 2 /* uri */
            putfield org.eclipse.jetty.http.MetaData$Request._uri:Lorg/eclipse/jetty/http/HttpURI;
         3: .line 154
            return
        end local 5 // long contentLength
        end local 4 // org.eclipse.jetty.http.HttpFields fields
        end local 3 // org.eclipse.jetty.http.HttpVersion version
        end local 2 // org.eclipse.jetty.http.HttpURI uri
        end local 1 // java.lang.String method
        end local 0 // org.eclipse.jetty.http.MetaData$Request this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    4     0           this  Lorg/eclipse/jetty/http/MetaData$Request;
            0    4     1         method  Ljava/lang/String;
            0    4     2            uri  Lorg/eclipse/jetty/http/HttpURI;
            0    4     3        version  Lorg/eclipse/jetty/http/HttpVersion;
            0    4     4         fields  Lorg/eclipse/jetty/http/HttpFields;
            0    4     5  contentLength  J
    MethodParameters:
               Name  Flags
      method         
      uri            
      version        
      fields         
      contentLength  

  public void <init>(java.lang.String, org.eclipse.jetty.http.HttpScheme, org.eclipse.jetty.http.HostPortHttpField, java.lang.String, org.eclipse.jetty.http.HttpVersion, org.eclipse.jetty.http.HttpFields);
    descriptor: (Ljava/lang/String;Lorg/eclipse/jetty/http/HttpScheme;Lorg/eclipse/jetty/http/HostPortHttpField;Ljava/lang/String;Lorg/eclipse/jetty/http/HttpVersion;Lorg/eclipse/jetty/http/HttpFields;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=7, args_size=7
        start local 0 // org.eclipse.jetty.http.MetaData$Request this
        start local 1 // java.lang.String method
        start local 2 // org.eclipse.jetty.http.HttpScheme scheme
        start local 3 // org.eclipse.jetty.http.HostPortHttpField hostPort
        start local 4 // java.lang.String uri
        start local 5 // org.eclipse.jetty.http.HttpVersion version
        start local 6 // org.eclipse.jetty.http.HttpFields fields
         0: .line 158
            aload 0 /* this */
            aload 1 /* method */
         1: new org.eclipse.jetty.http.HttpURI
            dup
            aload 2 /* scheme */
            ifnonnull 2
            aconst_null
            goto 3
      StackMap locals: uninitialized-this java.lang.String org.eclipse.jetty.http.HttpScheme org.eclipse.jetty.http.HostPortHttpField java.lang.String org.eclipse.jetty.http.HttpVersion org.eclipse.jetty.http.HttpFields
      StackMap stack: uninitialized-this java.lang.String new 1 new 1
         2: aload 2 /* scheme */
            invokevirtual org.eclipse.jetty.http.HttpScheme.asString:()Ljava/lang/String;
         3: .line 159
      StackMap locals: uninitialized-this java.lang.String org.eclipse.jetty.http.HttpScheme org.eclipse.jetty.http.HostPortHttpField java.lang.String org.eclipse.jetty.http.HttpVersion org.eclipse.jetty.http.HttpFields
      StackMap stack: uninitialized-this java.lang.String new 1 new 1 java.lang.String
            aload 3 /* hostPort */
            ifnonnull 4
            aconst_null
            goto 5
      StackMap locals: uninitialized-this java.lang.String org.eclipse.jetty.http.HttpScheme org.eclipse.jetty.http.HostPortHttpField java.lang.String org.eclipse.jetty.http.HttpVersion org.eclipse.jetty.http.HttpFields
      StackMap stack: uninitialized-this java.lang.String new 1 new 1 java.lang.String
         4: aload 3 /* hostPort */
            invokevirtual org.eclipse.jetty.http.HostPortHttpField.getHost:()Ljava/lang/String;
         5: .line 160
      StackMap locals: uninitialized-this java.lang.String org.eclipse.jetty.http.HttpScheme org.eclipse.jetty.http.HostPortHttpField java.lang.String org.eclipse.jetty.http.HttpVersion org.eclipse.jetty.http.HttpFields
      StackMap stack: uninitialized-this java.lang.String new 1 new 1 java.lang.String java.lang.String
            aload 3 /* hostPort */
            ifnonnull 6
            iconst_m1
            goto 7
      StackMap locals: uninitialized-this java.lang.String org.eclipse.jetty.http.HttpScheme org.eclipse.jetty.http.HostPortHttpField java.lang.String org.eclipse.jetty.http.HttpVersion org.eclipse.jetty.http.HttpFields
      StackMap stack: uninitialized-this java.lang.String new 1 new 1 java.lang.String java.lang.String
         6: aload 3 /* hostPort */
            invokevirtual org.eclipse.jetty.http.HostPortHttpField.getPort:()I
         7: .line 161
      StackMap locals: uninitialized-this java.lang.String org.eclipse.jetty.http.HttpScheme org.eclipse.jetty.http.HostPortHttpField java.lang.String org.eclipse.jetty.http.HttpVersion org.eclipse.jetty.http.HttpFields
      StackMap stack: uninitialized-this java.lang.String new 1 new 1 java.lang.String java.lang.String int
            aload 4 /* uri */
            invokespecial org.eclipse.jetty.http.HttpURI.<init>:(Ljava/lang/String;Ljava/lang/String;ILjava/lang/String;)V
            aload 5 /* version */
            aload 6 /* fields */
            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;)V
         8: .line 162
            return
        end local 6 // org.eclipse.jetty.http.HttpFields fields
        end local 5 // org.eclipse.jetty.http.HttpVersion version
        end local 4 // java.lang.String uri
        end local 3 // org.eclipse.jetty.http.HostPortHttpField hostPort
        end local 2 // org.eclipse.jetty.http.HttpScheme scheme
        end local 1 // java.lang.String method
        end local 0 // org.eclipse.jetty.http.MetaData$Request this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    9     0      this  Lorg/eclipse/jetty/http/MetaData$Request;
            0    9     1    method  Ljava/lang/String;
            0    9     2    scheme  Lorg/eclipse/jetty/http/HttpScheme;
            0    9     3  hostPort  Lorg/eclipse/jetty/http/HostPortHttpField;
            0    9     4       uri  Ljava/lang/String;
            0    9     5   version  Lorg/eclipse/jetty/http/HttpVersion;
            0    9     6    fields  Lorg/eclipse/jetty/http/HttpFields;
    MethodParameters:
          Name  Flags
      method    
      scheme    
      hostPort  
      uri       
      version   
      fields    

  public void <init>(java.lang.String, org.eclipse.jetty.http.HttpScheme, org.eclipse.jetty.http.HostPortHttpField, java.lang.String, org.eclipse.jetty.http.HttpVersion, org.eclipse.jetty.http.HttpFields, long);
    descriptor: (Ljava/lang/String;Lorg/eclipse/jetty/http/HttpScheme;Lorg/eclipse/jetty/http/HostPortHttpField;Ljava/lang/String;Lorg/eclipse/jetty/http/HttpVersion;Lorg/eclipse/jetty/http/HttpFields;J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=9, args_size=8
        start local 0 // org.eclipse.jetty.http.MetaData$Request this
        start local 1 // java.lang.String method
        start local 2 // org.eclipse.jetty.http.HttpScheme scheme
        start local 3 // org.eclipse.jetty.http.HostPortHttpField hostPort
        start local 4 // java.lang.String uri
        start local 5 // org.eclipse.jetty.http.HttpVersion version
        start local 6 // org.eclipse.jetty.http.HttpFields fields
        start local 7 // long contentLength
         0: .line 166
            aload 0 /* this */
            aload 1 /* method */
         1: new org.eclipse.jetty.http.HttpURI
            dup
            aload 2 /* scheme */
            ifnonnull 2
            aconst_null
            goto 3
      StackMap locals: uninitialized-this java.lang.String org.eclipse.jetty.http.HttpScheme org.eclipse.jetty.http.HostPortHttpField java.lang.String org.eclipse.jetty.http.HttpVersion org.eclipse.jetty.http.HttpFields long
      StackMap stack: uninitialized-this java.lang.String new 1 new 1
         2: aload 2 /* scheme */
            invokevirtual org.eclipse.jetty.http.HttpScheme.asString:()Ljava/lang/String;
         3: .line 167
      StackMap locals: uninitialized-this java.lang.String org.eclipse.jetty.http.HttpScheme org.eclipse.jetty.http.HostPortHttpField java.lang.String org.eclipse.jetty.http.HttpVersion org.eclipse.jetty.http.HttpFields long
      StackMap stack: uninitialized-this java.lang.String new 1 new 1 java.lang.String
            aload 3 /* hostPort */
            ifnonnull 4
            aconst_null
            goto 5
      StackMap locals: uninitialized-this java.lang.String org.eclipse.jetty.http.HttpScheme org.eclipse.jetty.http.HostPortHttpField java.lang.String org.eclipse.jetty.http.HttpVersion org.eclipse.jetty.http.HttpFields long
      StackMap stack: uninitialized-this java.lang.String new 1 new 1 java.lang.String
         4: aload 3 /* hostPort */
            invokevirtual org.eclipse.jetty.http.HostPortHttpField.getHost:()Ljava/lang/String;
         5: .line 168
      StackMap locals: uninitialized-this java.lang.String org.eclipse.jetty.http.HttpScheme org.eclipse.jetty.http.HostPortHttpField java.lang.String org.eclipse.jetty.http.HttpVersion org.eclipse.jetty.http.HttpFields long
      StackMap stack: uninitialized-this java.lang.String new 1 new 1 java.lang.String java.lang.String
            aload 3 /* hostPort */
            ifnonnull 6
            iconst_m1
            goto 7
      StackMap locals: uninitialized-this java.lang.String org.eclipse.jetty.http.HttpScheme org.eclipse.jetty.http.HostPortHttpField java.lang.String org.eclipse.jetty.http.HttpVersion org.eclipse.jetty.http.HttpFields long
      StackMap stack: uninitialized-this java.lang.String new 1 new 1 java.lang.String java.lang.String
         6: aload 3 /* hostPort */
            invokevirtual org.eclipse.jetty.http.HostPortHttpField.getPort:()I
         7: .line 169
      StackMap locals: uninitialized-this java.lang.String org.eclipse.jetty.http.HttpScheme org.eclipse.jetty.http.HostPortHttpField java.lang.String org.eclipse.jetty.http.HttpVersion org.eclipse.jetty.http.HttpFields long
      StackMap stack: uninitialized-this java.lang.String new 1 new 1 java.lang.String java.lang.String int
            aload 4 /* uri */
            invokespecial org.eclipse.jetty.http.HttpURI.<init>:(Ljava/lang/String;Ljava/lang/String;ILjava/lang/String;)V
            aload 5 /* version */
            aload 6 /* fields */
            lload 7 /* contentLength */
            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
         8: .line 170
            return
        end local 7 // long contentLength
        end local 6 // org.eclipse.jetty.http.HttpFields fields
        end local 5 // org.eclipse.jetty.http.HttpVersion version
        end local 4 // java.lang.String uri
        end local 3 // org.eclipse.jetty.http.HostPortHttpField hostPort
        end local 2 // org.eclipse.jetty.http.HttpScheme scheme
        end local 1 // java.lang.String method
        end local 0 // org.eclipse.jetty.http.MetaData$Request this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    9     0           this  Lorg/eclipse/jetty/http/MetaData$Request;
            0    9     1         method  Ljava/lang/String;
            0    9     2         scheme  Lorg/eclipse/jetty/http/HttpScheme;
            0    9     3       hostPort  Lorg/eclipse/jetty/http/HostPortHttpField;
            0    9     4            uri  Ljava/lang/String;
            0    9     5        version  Lorg/eclipse/jetty/http/HttpVersion;
            0    9     6         fields  Lorg/eclipse/jetty/http/HttpFields;
            0    9     7  contentLength  J
    MethodParameters:
               Name  Flags
      method         
      scheme         
      hostPort       
      uri            
      version        
      fields         
      contentLength  

  public void <init>(java.lang.String, java.lang.String, org.eclipse.jetty.http.HostPortHttpField, java.lang.String, org.eclipse.jetty.http.HttpVersion, org.eclipse.jetty.http.HttpFields, long);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lorg/eclipse/jetty/http/HostPortHttpField;Ljava/lang/String;Lorg/eclipse/jetty/http/HttpVersion;Lorg/eclipse/jetty/http/HttpFields;J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=9, args_size=8
        start local 0 // org.eclipse.jetty.http.MetaData$Request this
        start local 1 // java.lang.String method
        start local 2 // java.lang.String scheme
        start local 3 // org.eclipse.jetty.http.HostPortHttpField hostPort
        start local 4 // java.lang.String uri
        start local 5 // org.eclipse.jetty.http.HttpVersion version
        start local 6 // org.eclipse.jetty.http.HttpFields fields
        start local 7 // long contentLength
         0: .line 174
            aload 0 /* this */
            aload 1 /* method */
         1: new org.eclipse.jetty.http.HttpURI
            dup
            aload 2 /* scheme */
         2: .line 175
            aload 3 /* hostPort */
            ifnonnull 3
            aconst_null
            goto 4
      StackMap locals: uninitialized-this java.lang.String java.lang.String org.eclipse.jetty.http.HostPortHttpField java.lang.String org.eclipse.jetty.http.HttpVersion org.eclipse.jetty.http.HttpFields long
      StackMap stack: uninitialized-this java.lang.String new 1 new 1 java.lang.String
         3: aload 3 /* hostPort */
            invokevirtual org.eclipse.jetty.http.HostPortHttpField.getHost:()Ljava/lang/String;
         4: .line 176
      StackMap locals: uninitialized-this java.lang.String java.lang.String org.eclipse.jetty.http.HostPortHttpField java.lang.String org.eclipse.jetty.http.HttpVersion org.eclipse.jetty.http.HttpFields long
      StackMap stack: uninitialized-this java.lang.String new 1 new 1 java.lang.String java.lang.String
            aload 3 /* hostPort */
            ifnonnull 5
            iconst_m1
            goto 6
      StackMap locals: uninitialized-this java.lang.String java.lang.String org.eclipse.jetty.http.HostPortHttpField java.lang.String org.eclipse.jetty.http.HttpVersion org.eclipse.jetty.http.HttpFields long
      StackMap stack: uninitialized-this java.lang.String new 1 new 1 java.lang.String java.lang.String
         5: aload 3 /* hostPort */
            invokevirtual org.eclipse.jetty.http.HostPortHttpField.getPort:()I
         6: .line 177
      StackMap locals: uninitialized-this java.lang.String java.lang.String org.eclipse.jetty.http.HostPortHttpField java.lang.String org.eclipse.jetty.http.HttpVersion org.eclipse.jetty.http.HttpFields long
      StackMap stack: uninitialized-this java.lang.String new 1 new 1 java.lang.String java.lang.String int
            aload 4 /* uri */
            invokespecial org.eclipse.jetty.http.HttpURI.<init>:(Ljava/lang/String;Ljava/lang/String;ILjava/lang/String;)V
            aload 5 /* version */
            aload 6 /* fields */
            lload 7 /* contentLength */
            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
         7: .line 178
            return
        end local 7 // long contentLength
        end local 6 // org.eclipse.jetty.http.HttpFields fields
        end local 5 // org.eclipse.jetty.http.HttpVersion version
        end local 4 // java.lang.String uri
        end local 3 // org.eclipse.jetty.http.HostPortHttpField hostPort
        end local 2 // java.lang.String scheme
        end local 1 // java.lang.String method
        end local 0 // org.eclipse.jetty.http.MetaData$Request this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    8     0           this  Lorg/eclipse/jetty/http/MetaData$Request;
            0    8     1         method  Ljava/lang/String;
            0    8     2         scheme  Ljava/lang/String;
            0    8     3       hostPort  Lorg/eclipse/jetty/http/HostPortHttpField;
            0    8     4            uri  Ljava/lang/String;
            0    8     5        version  Lorg/eclipse/jetty/http/HttpVersion;
            0    8     6         fields  Lorg/eclipse/jetty/http/HttpFields;
            0    8     7  contentLength  J
    MethodParameters:
               Name  Flags
      method         
      scheme         
      hostPort       
      uri            
      version        
      fields         
      contentLength  

  public void <init>(org.eclipse.jetty.http.MetaData$Request);
    descriptor: (Lorg/eclipse/jetty/http/MetaData$Request;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.http.MetaData$Request this
        start local 1 // org.eclipse.jetty.http.MetaData$Request request
         0: .line 182
            aload 0 /* this */
            aload 1 /* request */
            invokevirtual org.eclipse.jetty.http.MetaData$Request.getMethod:()Ljava/lang/String;
            new org.eclipse.jetty.http.HttpURI
            dup
            aload 1 /* request */
            invokevirtual org.eclipse.jetty.http.MetaData$Request.getURI:()Lorg/eclipse/jetty/http/HttpURI;
            invokespecial org.eclipse.jetty.http.HttpURI.<init>:(Lorg/eclipse/jetty/http/HttpURI;)V
            aload 1 /* request */
            invokevirtual org.eclipse.jetty.http.MetaData$Request.getHttpVersion:()Lorg/eclipse/jetty/http/HttpVersion;
            new org.eclipse.jetty.http.HttpFields
            dup
            aload 1 /* request */
            invokevirtual org.eclipse.jetty.http.MetaData$Request.getFields:()Lorg/eclipse/jetty/http/HttpFields;
            invokespecial org.eclipse.jetty.http.HttpFields.<init>:(Lorg/eclipse/jetty/http/HttpFields;)V
            aload 1 /* request */
            invokevirtual org.eclipse.jetty.http.MetaData$Request.getContentLength:()J
            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
         1: .line 183
            return
        end local 1 // org.eclipse.jetty.http.MetaData$Request request
        end local 0 // org.eclipse.jetty.http.MetaData$Request this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/eclipse/jetty/http/MetaData$Request;
            0    2     1  request  Lorg/eclipse/jetty/http/MetaData$Request;
    MethodParameters:
         Name  Flags
      request  

  public void recycle();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.http.MetaData$Request this
         0: .line 188
            aload 0 /* this */
            invokespecial org.eclipse.jetty.http.MetaData.recycle:()V
         1: .line 189
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jetty.http.MetaData$Request._method:Ljava/lang/String;
         2: .line 190
            aload 0 /* this */
            getfield org.eclipse.jetty.http.MetaData$Request._uri:Lorg/eclipse/jetty/http/HttpURI;
            ifnull 4
         3: .line 191
            aload 0 /* this */
            getfield org.eclipse.jetty.http.MetaData$Request._uri:Lorg/eclipse/jetty/http/HttpURI;
            invokevirtual org.eclipse.jetty.http.HttpURI.clear:()V
         4: .line 192
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.eclipse.jetty.http.MetaData$Request this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/eclipse/jetty/http/MetaData$Request;

  public boolean isRequest();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.http.MetaData$Request this
         0: .line 197
            iconst_1
            ireturn
        end local 0 // org.eclipse.jetty.http.MetaData$Request this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/http/MetaData$Request;

  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.MetaData$Request this
         0: .line 205
            aload 0 /* this */
            getfield org.eclipse.jetty.http.MetaData$Request._method:Ljava/lang/String;
            areturn
        end local 0 // org.eclipse.jetty.http.MetaData$Request this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/http/MetaData$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.MetaData$Request this
        start local 1 // java.lang.String method
         0: .line 213
            aload 0 /* this */
            aload 1 /* method */
            putfield org.eclipse.jetty.http.MetaData$Request._method:Ljava/lang/String;
         1: .line 214
            return
        end local 1 // java.lang.String method
        end local 0 // org.eclipse.jetty.http.MetaData$Request this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/eclipse/jetty/http/MetaData$Request;
            0    2     1  method  Ljava/lang/String;
    MethodParameters:
        Name  Flags
      method  

  public org.eclipse.jetty.http.HttpURI getURI();
    descriptor: ()Lorg/eclipse/jetty/http/HttpURI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.http.MetaData$Request this
         0: .line 221
            aload 0 /* this */
            getfield org.eclipse.jetty.http.MetaData$Request._uri:Lorg/eclipse/jetty/http/HttpURI;
            areturn
        end local 0 // org.eclipse.jetty.http.MetaData$Request this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/http/MetaData$Request;

  public java.lang.String getURIString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.http.MetaData$Request this
         0: .line 229
            aload 0 /* this */
            getfield org.eclipse.jetty.http.MetaData$Request._uri:Lorg/eclipse/jetty/http/HttpURI;
            ifnonnull 1
            aconst_null
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield org.eclipse.jetty.http.MetaData$Request._uri:Lorg/eclipse/jetty/http/HttpURI;
            invokevirtual org.eclipse.jetty.http.HttpURI.toString:()Ljava/lang/String;
      StackMap locals:
      StackMap stack: java.lang.String
         2: areturn
        end local 0 // org.eclipse.jetty.http.MetaData$Request this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jetty/http/MetaData$Request;

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

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=1
        start local 0 // org.eclipse.jetty.http.MetaData$Request this
         0: .line 243
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.http.MetaData$Request.getFields:()Lorg/eclipse/jetty/http/HttpFields;
            astore 1 /* fields */
        start local 1 // org.eclipse.jetty.http.HttpFields fields
         1: .line 244
            ldc "%s{u=%s,%s,h=%d,cl=%d}"
            iconst_5
            anewarray java.lang.Object
            dup
            iconst_0
         2: .line 245
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.http.MetaData$Request.getMethod:()Ljava/lang/String;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.http.MetaData$Request.getURI:()Lorg/eclipse/jetty/http/HttpURI;
            aastore
            dup
            iconst_2
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.http.MetaData$Request.getHttpVersion:()Lorg/eclipse/jetty/http/HttpVersion;
            aastore
            dup
            iconst_3
            aload 1 /* fields */
            ifnonnull 3
            iconst_m1
            goto 4
      StackMap locals: org.eclipse.jetty.http.MetaData$Request org.eclipse.jetty.http.HttpFields
      StackMap stack: java.lang.String java.lang.Object[] java.lang.Object[] int
         3: aload 1 /* fields */
            invokevirtual org.eclipse.jetty.http.HttpFields.size:()I
      StackMap locals: org.eclipse.jetty.http.MetaData$Request org.eclipse.jetty.http.HttpFields
      StackMap stack: java.lang.String java.lang.Object[] java.lang.Object[] int int
         4: invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_4
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.http.MetaData$Request.getContentLength:()J
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            aastore
         5: .line 244
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            areturn
        end local 1 // org.eclipse.jetty.http.HttpFields fields
        end local 0 // org.eclipse.jetty.http.MetaData$Request this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lorg/eclipse/jetty/http/MetaData$Request;
            1    6     1  fields  Lorg/eclipse/jetty/http/HttpFields;
}
SourceFile: "MetaData.java"
NestHost: org.eclipse.jetty.http.MetaData
InnerClasses:
  public Request = org.eclipse.jetty.http.MetaData$Request of org.eclipse.jetty.http.MetaData