public class org.eclipse.jetty.http.MetaData$Response 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$Response
  super_class: org.eclipse.jetty.http.MetaData
{
  private final int _status;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.String _reason;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(org.eclipse.jetty.http.HttpVersion, int, org.eclipse.jetty.http.HttpFields);
    descriptor: (Lorg/eclipse/jetty/http/HttpVersion;ILorg/eclipse/jetty/http/HttpFields;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // org.eclipse.jetty.http.MetaData$Response this
        start local 1 // org.eclipse.jetty.http.HttpVersion version
        start local 2 // int status
        start local 3 // org.eclipse.jetty.http.HttpFields fields
         0: .line 217
            aload 0 /* this */
            aload 1 /* version */
            iload 2 /* status */
            aload 3 /* fields */
            ldc -9223372036854775808
            invokespecial org.eclipse.jetty.http.MetaData$Response.<init>:(Lorg/eclipse/jetty/http/HttpVersion;ILorg/eclipse/jetty/http/HttpFields;J)V
         1: .line 218
            return
        end local 3 // org.eclipse.jetty.http.HttpFields fields
        end local 2 // int status
        end local 1 // org.eclipse.jetty.http.HttpVersion version
        end local 0 // org.eclipse.jetty.http.MetaData$Response this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/eclipse/jetty/http/MetaData$Response;
            0    2     1  version  Lorg/eclipse/jetty/http/HttpVersion;
            0    2     2   status  I
            0    2     3   fields  Lorg/eclipse/jetty/http/HttpFields;
    MethodParameters:
         Name  Flags
      version  
      status   
      fields   

  public void <init>(org.eclipse.jetty.http.HttpVersion, int, org.eclipse.jetty.http.HttpFields, long);
    descriptor: (Lorg/eclipse/jetty/http/HttpVersion;ILorg/eclipse/jetty/http/HttpFields;J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=6, args_size=5
        start local 0 // org.eclipse.jetty.http.MetaData$Response this
        start local 1 // org.eclipse.jetty.http.HttpVersion version
        start local 2 // int status
        start local 3 // org.eclipse.jetty.http.HttpFields fields
        start local 4 // long contentLength
         0: .line 222
            aload 0 /* this */
            aload 1 /* version */
            iload 2 /* status */
            aconst_null
            aload 3 /* fields */
            lload 4 /* contentLength */
            invokespecial org.eclipse.jetty.http.MetaData$Response.<init>:(Lorg/eclipse/jetty/http/HttpVersion;ILjava/lang/String;Lorg/eclipse/jetty/http/HttpFields;J)V
         1: .line 223
            return
        end local 4 // long contentLength
        end local 3 // org.eclipse.jetty.http.HttpFields fields
        end local 2 // int status
        end local 1 // org.eclipse.jetty.http.HttpVersion version
        end local 0 // org.eclipse.jetty.http.MetaData$Response this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lorg/eclipse/jetty/http/MetaData$Response;
            0    2     1        version  Lorg/eclipse/jetty/http/HttpVersion;
            0    2     2         status  I
            0    2     3         fields  Lorg/eclipse/jetty/http/HttpFields;
            0    2     4  contentLength  J
    MethodParameters:
               Name  Flags
      version        
      status         
      fields         
      contentLength  

  public void <init>(org.eclipse.jetty.http.HttpVersion, int, java.lang.String, org.eclipse.jetty.http.HttpFields, long);
    descriptor: (Lorg/eclipse/jetty/http/HttpVersion;ILjava/lang/String;Lorg/eclipse/jetty/http/HttpFields;J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=7, args_size=6
        start local 0 // org.eclipse.jetty.http.MetaData$Response this
        start local 1 // org.eclipse.jetty.http.HttpVersion version
        start local 2 // int status
        start local 3 // java.lang.String reason
        start local 4 // org.eclipse.jetty.http.HttpFields fields
        start local 5 // long contentLength
         0: .line 227
            aload 0 /* this */
            aload 1 /* version */
            iload 2 /* status */
            aload 3 /* reason */
            aload 4 /* fields */
            lload 5 /* contentLength */
            aconst_null
            invokespecial org.eclipse.jetty.http.MetaData$Response.<init>:(Lorg/eclipse/jetty/http/HttpVersion;ILjava/lang/String;Lorg/eclipse/jetty/http/HttpFields;JLjava/util/function/Supplier;)V
         1: .line 228
            return
        end local 5 // long contentLength
        end local 4 // org.eclipse.jetty.http.HttpFields fields
        end local 3 // java.lang.String reason
        end local 2 // int status
        end local 1 // org.eclipse.jetty.http.HttpVersion version
        end local 0 // org.eclipse.jetty.http.MetaData$Response this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lorg/eclipse/jetty/http/MetaData$Response;
            0    2     1        version  Lorg/eclipse/jetty/http/HttpVersion;
            0    2     2         status  I
            0    2     3         reason  Ljava/lang/String;
            0    2     4         fields  Lorg/eclipse/jetty/http/HttpFields;
            0    2     5  contentLength  J
    MethodParameters:
               Name  Flags
      version        
      status         
      reason         
      fields         
      contentLength  

  public void <init>(org.eclipse.jetty.http.HttpVersion, int, java.lang.String, org.eclipse.jetty.http.HttpFields, long, java.util.function.Supplier<org.eclipse.jetty.http.HttpFields>);
    descriptor: (Lorg/eclipse/jetty/http/HttpVersion;ILjava/lang/String;Lorg/eclipse/jetty/http/HttpFields;JLjava/util/function/Supplier;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=8, args_size=7
        start local 0 // org.eclipse.jetty.http.MetaData$Response this
        start local 1 // org.eclipse.jetty.http.HttpVersion version
        start local 2 // int status
        start local 3 // java.lang.String reason
        start local 4 // org.eclipse.jetty.http.HttpFields fields
        start local 5 // long contentLength
        start local 7 // java.util.function.Supplier trailers
         0: .line 232
            aload 0 /* this */
            aload 1 /* version */
            aload 4 /* fields */
            lload 5 /* contentLength */
            aload 7 /* trailers */
            invokespecial org.eclipse.jetty.http.MetaData.<init>:(Lorg/eclipse/jetty/http/HttpVersion;Lorg/eclipse/jetty/http/HttpFields;JLjava/util/function/Supplier;)V
         1: .line 233
            aload 0 /* this */
            aload 3 /* reason */
            putfield org.eclipse.jetty.http.MetaData$Response._reason:Ljava/lang/String;
         2: .line 234
            aload 0 /* this */
            iload 2 /* status */
            putfield org.eclipse.jetty.http.MetaData$Response._status:I
         3: .line 235
            return
        end local 7 // java.util.function.Supplier trailers
        end local 5 // long contentLength
        end local 4 // org.eclipse.jetty.http.HttpFields fields
        end local 3 // java.lang.String reason
        end local 2 // int status
        end local 1 // org.eclipse.jetty.http.HttpVersion version
        end local 0 // org.eclipse.jetty.http.MetaData$Response this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    4     0           this  Lorg/eclipse/jetty/http/MetaData$Response;
            0    4     1        version  Lorg/eclipse/jetty/http/HttpVersion;
            0    4     2         status  I
            0    4     3         reason  Ljava/lang/String;
            0    4     4         fields  Lorg/eclipse/jetty/http/HttpFields;
            0    4     5  contentLength  J
            0    4     7       trailers  Ljava/util/function/Supplier<Lorg/eclipse/jetty/http/HttpFields;>;
    Signature: (Lorg/eclipse/jetty/http/HttpVersion;ILjava/lang/String;Lorg/eclipse/jetty/http/HttpFields;JLjava/util/function/Supplier<Lorg/eclipse/jetty/http/HttpFields;>;)V
    MethodParameters:
               Name  Flags
      version        
      status         
      reason         
      fields         
      contentLength  
      trailers       

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

  public int getStatus();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.http.MetaData$Response this
         0: .line 248
            aload 0 /* this */
            getfield org.eclipse.jetty.http.MetaData$Response._status:I
            ireturn
        end local 0 // org.eclipse.jetty.http.MetaData$Response this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/http/MetaData$Response;

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

  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$Response this
         0: .line 262
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.http.MetaData$Response.getFields:()Lorg/eclipse/jetty/http/HttpFields;
            astore 1 /* fields */
        start local 1 // org.eclipse.jetty.http.HttpFields fields
         1: .line 263
            ldc "%s{s=%d,h=%d,cl=%d}"
            iconst_4
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.http.MetaData$Response.getHttpVersion:()Lorg/eclipse/jetty/http/HttpVersion;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.http.MetaData$Response.getStatus:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_2
            aload 1 /* fields */
            ifnonnull 2
            iconst_m1
            goto 3
      StackMap locals: org.eclipse.jetty.http.MetaData$Response org.eclipse.jetty.http.HttpFields
      StackMap stack: java.lang.String java.lang.Object[] java.lang.Object[] int
         2: aload 1 /* fields */
            invokeinterface org.eclipse.jetty.http.HttpFields.size:()I
      StackMap locals: org.eclipse.jetty.http.MetaData$Response org.eclipse.jetty.http.HttpFields
      StackMap stack: java.lang.String java.lang.Object[] java.lang.Object[] int int
         3: invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_3
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.http.MetaData$Response.getContentLength:()J
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            aastore
            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$Response this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lorg/eclipse/jetty/http/MetaData$Response;
            1    4     1  fields  Lorg/eclipse/jetty/http/HttpFields;
}
SourceFile: "MetaData.java"
NestHost: org.eclipse.jetty.http.MetaData
InnerClasses:
  public Response = org.eclipse.jetty.http.MetaData$Response of org.eclipse.jetty.http.MetaData