class org.springframework.http.client.OkHttp3ClientHttpRequest extends org.springframework.http.client.AbstractBufferingClientHttpRequest
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.springframework.http.client.OkHttp3ClientHttpRequest
  super_class: org.springframework.http.client.AbstractBufferingClientHttpRequest
{
  private final OkHttpClient client;
    descriptor: LOkHttpClient;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.net.URI uri;
    descriptor: Ljava/net/URI;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.springframework.http.HttpMethod method;
    descriptor: Lorg/springframework/http/HttpMethod;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(OkHttpClient, java.net.URI, org.springframework.http.HttpMethod);
    descriptor: (LOkHttpClient;Ljava/net/URI;Lorg/springframework/http/HttpMethod;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.springframework.http.client.OkHttp3ClientHttpRequest this
         0: .line 22
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import okhttp3 cannot be resolved\n\tThe import okhttp3 cannot be resolved\n\tOkHttpClient cannot be resolved to a type\n\tOkHttpClient cannot be resolved to a type\n\tOkHttpClient cannot be resolved to a type\n\tRequest cannot be resolved to a type\n\tThe method buildRequest(HttpHeaders, byte[], URI, HttpMethod) from the type OkHttp3ClientHttpRequestFactory refers to the missing type Request\n\tOkHttpClient cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.http.client.OkHttp3ClientHttpRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/http/client/OkHttp3ClientHttpRequest;
    MethodParameters:
        Name  Flags
      client  
      uri     
      method  

  public org.springframework.http.HttpMethod getMethod();
    descriptor: ()Lorg/springframework/http/HttpMethod;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.http.client.OkHttp3ClientHttpRequest this
         0: .line 55
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.http.client.OkHttp3ClientHttpRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/http/client/OkHttp3ClientHttpRequest;

  public java.lang.String getMethodValue();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.http.client.OkHttp3ClientHttpRequest this
         0: .line 60
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.http.client.OkHttp3ClientHttpRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/http/client/OkHttp3ClientHttpRequest;

  public java.net.URI getURI();
    descriptor: ()Ljava/net/URI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.http.client.OkHttp3ClientHttpRequest this
         0: .line 65
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.http.client.OkHttp3ClientHttpRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/http/client/OkHttp3ClientHttpRequest;

  protected org.springframework.http.client.ClientHttpResponse executeInternal(org.springframework.http.HttpHeaders, byte[]);
    descriptor: (Lorg/springframework/http/HttpHeaders;[B)Lorg/springframework/http/client/ClientHttpResponse;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.http.client.OkHttp3ClientHttpRequest this
         0: .line 72
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tRequest cannot be resolved to a type\n\tThe method buildRequest(HttpHeaders, byte[], URI, HttpMethod) from the type OkHttp3ClientHttpRequestFactory refers to the missing type Request\n\tOkHttpClient cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.http.client.OkHttp3ClientHttpRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/http/client/OkHttp3ClientHttpRequest;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      headers  
      content  
}
SourceFile: "OkHttp3ClientHttpRequest.java"