class jdk.incubator.http.Response
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: jdk.incubator.http.Response
  super_class: java.lang.Object
{
  final jdk.incubator.http.HttpHeaders headers;
    descriptor: Ljdk/incubator/http/HttpHeaders;
    flags: (0x0010) ACC_FINAL

  final int statusCode;
    descriptor: I
    flags: (0x0010) ACC_FINAL

  final jdk.incubator.http.HttpRequestImpl request;
    descriptor: Ljdk/incubator/http/HttpRequestImpl;
    flags: (0x0010) ACC_FINAL

  final jdk.incubator.http.Exchange<?> exchange;
    descriptor: Ljdk/incubator/http/Exchange;
    flags: (0x0010) ACC_FINAL
    Signature: Ljdk/incubator/http/Exchange<*>;

  final jdk.incubator.http.HttpClient$Version version;
    descriptor: Ljdk/incubator/http/HttpClient$Version;
    flags: (0x0010) ACC_FINAL

  void <init>(jdk.incubator.http.HttpRequestImpl, jdk.incubator.http.Exchange<?>, jdk.incubator.http.HttpHeaders, int, jdk.incubator.http.HttpClient$Version);
    descriptor: (Ljdk/incubator/http/HttpRequestImpl;Ljdk/incubator/http/Exchange;Ljdk/incubator/http/HttpHeaders;ILjdk/incubator/http/HttpClient$Version;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=6, args_size=6
        start local 0 // jdk.incubator.http.Response this
        start local 1 // jdk.incubator.http.HttpRequestImpl req
        start local 2 // jdk.incubator.http.Exchange exchange
        start local 3 // jdk.incubator.http.HttpHeaders headers
        start local 4 // int statusCode
        start local 5 // jdk.incubator.http.HttpClient$Version version
         0: .line 38
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 43
            aload 0 /* this */
            aload 3 /* headers */
            putfield jdk.incubator.http.Response.headers:Ljdk/incubator/http/HttpHeaders;
         2: .line 44
            aload 0 /* this */
            aload 1 /* req */
            putfield jdk.incubator.http.Response.request:Ljdk/incubator/http/HttpRequestImpl;
         3: .line 45
            aload 0 /* this */
            aload 5 /* version */
            putfield jdk.incubator.http.Response.version:Ljdk/incubator/http/HttpClient$Version;
         4: .line 46
            aload 0 /* this */
            aload 2 /* exchange */
            putfield jdk.incubator.http.Response.exchange:Ljdk/incubator/http/Exchange;
         5: .line 47
            aload 0 /* this */
            iload 4 /* statusCode */
            putfield jdk.incubator.http.Response.statusCode:I
         6: .line 48
            return
        end local 5 // jdk.incubator.http.HttpClient$Version version
        end local 4 // int statusCode
        end local 3 // jdk.incubator.http.HttpHeaders headers
        end local 2 // jdk.incubator.http.Exchange exchange
        end local 1 // jdk.incubator.http.HttpRequestImpl req
        end local 0 // jdk.incubator.http.Response this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0        this  Ljdk/incubator/http/Response;
            0    7     1         req  Ljdk/incubator/http/HttpRequestImpl;
            0    7     2    exchange  Ljdk/incubator/http/Exchange<*>;
            0    7     3     headers  Ljdk/incubator/http/HttpHeaders;
            0    7     4  statusCode  I
            0    7     5     version  Ljdk/incubator/http/HttpClient$Version;
    Signature: (Ljdk/incubator/http/HttpRequestImpl;Ljdk/incubator/http/Exchange<*>;Ljdk/incubator/http/HttpHeaders;ILjdk/incubator/http/HttpClient$Version;)V
    MethodParameters:
            Name  Flags
      req         
      exchange    
      headers     
      statusCode  
      version     

  jdk.incubator.http.HttpRequestImpl request();
    descriptor: ()Ljdk/incubator/http/HttpRequestImpl;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.incubator.http.Response this
         0: .line 51
            aload 0 /* this */
            getfield jdk.incubator.http.Response.request:Ljdk/incubator/http/HttpRequestImpl;
            areturn
        end local 0 // jdk.incubator.http.Response this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/incubator/http/Response;

  jdk.incubator.http.HttpClient$Version version();
    descriptor: ()Ljdk/incubator/http/HttpClient$Version;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.incubator.http.Response this
         0: .line 55
            aload 0 /* this */
            getfield jdk.incubator.http.Response.version:Ljdk/incubator/http/HttpClient$Version;
            areturn
        end local 0 // jdk.incubator.http.Response this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/incubator/http/Response;

  jdk.incubator.http.HttpHeaders headers();
    descriptor: ()Ljdk/incubator/http/HttpHeaders;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.incubator.http.Response this
         0: .line 59
            aload 0 /* this */
            getfield jdk.incubator.http.Response.headers:Ljdk/incubator/http/HttpHeaders;
            areturn
        end local 0 // jdk.incubator.http.Response this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/incubator/http/Response;

  jdk.incubator.http.Exchange<?> exchange();
    descriptor: ()Ljdk/incubator/http/Exchange;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.incubator.http.Response this
         0: .line 63
            aload 0 /* this */
            getfield jdk.incubator.http.Response.exchange:Ljdk/incubator/http/Exchange;
            areturn
        end local 0 // jdk.incubator.http.Response this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/incubator/http/Response;
    Signature: ()Ljdk/incubator/http/Exchange<*>;

  int statusCode();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.incubator.http.Response this
         0: .line 67
            aload 0 /* this */
            getfield jdk.incubator.http.Response.statusCode:I
            ireturn
        end local 0 // jdk.incubator.http.Response this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/incubator/http/Response;
}
SourceFile: "Response.java"
InnerClasses:
  public final Version = jdk.incubator.http.HttpClient$Version of jdk.incubator.http.HttpClient