final class org.springframework.http.client.HttpComponentsClientHttpResponse extends org.springframework.http.client.AbstractClientHttpResponse
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.springframework.http.client.HttpComponentsClientHttpResponse
  super_class: org.springframework.http.client.AbstractClientHttpResponse
{
  private final HttpResponse httpResponse;
    descriptor: LHttpResponse;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private org.springframework.http.HttpHeaders headers;
    descriptor: Lorg/springframework/http/HttpHeaders;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  void <init>(HttpResponse);
    descriptor: (LHttpResponse;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.http.client.HttpComponentsClientHttpResponse this
         0: .line 23
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.apache.http cannot be resolved\n\tThe import org.apache.http cannot be resolved\n\tThe import org.apache.http cannot be resolved\n\tThe import org.apache.http cannot be resolved\n\tHttpResponse cannot be resolved to a type\n\tHttpResponse cannot be resolved to a type\n\tHttpResponse cannot be resolved to a type\n\tHttpResponse cannot be resolved to a type\n\tHttpResponse cannot be resolved to a type\n\tHeader cannot be resolved to a type\n\tHttpResponse cannot be resolved to a type\n\tHttpEntity cannot be resolved to a type\n\tHttpResponse cannot be resolved to a type\n\tEntityUtils cannot be resolved\n\tHttpResponse cannot be resolved to a type\n\tHttpResponse cannot be resolved to a type\n\tHttpResponse cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.http.client.HttpComponentsClientHttpResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/http/client/HttpComponentsClientHttpResponse;
    MethodParameters:
              Name  Flags
      httpResponse  

  public int getRawStatusCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.http.client.HttpComponentsClientHttpResponse this
         0: .line 58
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tHttpResponse cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.http.client.HttpComponentsClientHttpResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/http/client/HttpComponentsClientHttpResponse;
    Exceptions:
      throws java.io.IOException

  public java.lang.String getStatusText();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.http.client.HttpComponentsClientHttpResponse this
         0: .line 63
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tHttpResponse cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.http.client.HttpComponentsClientHttpResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/http/client/HttpComponentsClientHttpResponse;
    Exceptions:
      throws java.io.IOException

  public org.springframework.http.HttpHeaders getHeaders();
    descriptor: ()Lorg/springframework/http/HttpHeaders;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.http.client.HttpComponentsClientHttpResponse this
         0: .line 70
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tHeader cannot be resolved to a type\n\tHttpResponse cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.http.client.HttpComponentsClientHttpResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/http/client/HttpComponentsClientHttpResponse;

  public java.io.InputStream getBody();
    descriptor: ()Ljava/io/InputStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.http.client.HttpComponentsClientHttpResponse this
         0: .line 79
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tHttpEntity cannot be resolved to a type\n\tHttpResponse cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.http.client.HttpComponentsClientHttpResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/http/client/HttpComponentsClientHttpResponse;
    Exceptions:
      throws java.io.IOException

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.http.client.HttpComponentsClientHttpResponse this
         0: .line 89
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tEntityUtils cannot be resolved\n\tHttpResponse cannot be resolved to a type\n\tHttpResponse cannot be resolved to a type\n\tHttpResponse cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.http.client.HttpComponentsClientHttpResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/http/client/HttpComponentsClientHttpResponse;
}
SourceFile: "HttpComponentsClientHttpResponse.java"