final class okhttp3.RealCall implements okhttp3.Call
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: okhttp3.RealCall
  super_class: java.lang.Object
{
  final okhttp3.OkHttpClient client;
    descriptor: Lokhttp3/OkHttpClient;
    flags: (0x0010) ACC_FINAL

  final okhttp3.internal.http.RetryAndFollowUpInterceptor retryAndFollowUpInterceptor;
    descriptor: Lokhttp3/internal/http/RetryAndFollowUpInterceptor;
    flags: (0x0010) ACC_FINAL

  final okio.AsyncTimeout timeout;
    descriptor: Lokio/AsyncTimeout;
    flags: (0x0010) ACC_FINAL

  private okhttp3.EventListener eventListener;
    descriptor: Lokhttp3/EventListener;
    flags: (0x0002) ACC_PRIVATE
    RuntimeInvisibleAnnotations: 
      Nullable()

  final okhttp3.Request originalRequest;
    descriptor: Lokhttp3/Request;
    flags: (0x0010) ACC_FINAL

  final boolean forWebSocket;
    descriptor: Z
    flags: (0x0010) ACC_FINAL

  private boolean executed;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private void <init>(okhttp3.OkHttpClient, okhttp3.Request, boolean);
    descriptor: (Lokhttp3/OkHttpClient;Lokhttp3/Request;Z)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // okhttp3.RealCall this
         0: .line 24
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import javax.annotation.Nullable cannot be resolved\n\tNullable cannot be resolved to a type\n\tNullable cannot be resolved to a type\n\tNullable cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // okhttp3.RealCall this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lokhttp3/RealCall;
    MethodParameters:
                 Name  Flags
      client           
      originalRequest  
      forWebSocket     

  static okhttp3.RealCall newRealCall(okhttp3.OkHttpClient, okhttp3.Request, boolean);
    descriptor: (Lokhttp3/OkHttpClient;Lokhttp3/Request;Z)Lokhttp3/RealCall;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 71
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
                 Name  Flags
      client           
      originalRequest  
      forWebSocket     

  public okhttp3.Request request();
    descriptor: ()Lokhttp3/Request;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // okhttp3.RealCall this
         0: .line 78
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // okhttp3.RealCall this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lokhttp3/RealCall;

  public okhttp3.Response execute();
    descriptor: ()Lokhttp3/Response;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // okhttp3.RealCall this
         0: .line 82
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // okhttp3.RealCall this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lokhttp3/RealCall;
    Exceptions:
      throws java.io.IOException

  java.io.IOException timeoutExit(java.io.IOException);
    descriptor: (Ljava/io/IOException;)Ljava/io/IOException;
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // okhttp3.RealCall this
         0: .line 104
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tNullable cannot be resolved to a type\n\tNullable cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // okhttp3.RealCall this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lokhttp3/RealCall;
    RuntimeInvisibleAnnotations: 
      Nullable()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER
        Nullable()
      METHOD_RETURN
        Nullable()
    RuntimeInvisibleParameterAnnotations: 
      0:
        Nullable()
    MethodParameters:
       Name  Flags
      cause  

  private void captureCallStackTrace();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // okhttp3.RealCall this
         0: .line 114
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // okhttp3.RealCall this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lokhttp3/RealCall;

  public void enqueue(okhttp3.Callback);
    descriptor: (Lokhttp3/Callback;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // okhttp3.RealCall this
         0: .line 119
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // okhttp3.RealCall this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lokhttp3/RealCall;
    MethodParameters:
                  Name  Flags
      responseCallback  

  public void cancel();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // okhttp3.RealCall this
         0: .line 129
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // okhttp3.RealCall this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lokhttp3/RealCall;

  public okio.Timeout timeout();
    descriptor: ()Lokio/Timeout;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // okhttp3.RealCall this
         0: .line 133
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // okhttp3.RealCall this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lokhttp3/RealCall;

  public synchronized boolean isExecuted();
    descriptor: ()Z
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // okhttp3.RealCall this
         0: .line 137
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // okhttp3.RealCall this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lokhttp3/RealCall;

  public boolean isCanceled();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // okhttp3.RealCall this
         0: .line 141
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // okhttp3.RealCall this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lokhttp3/RealCall;

  public okhttp3.RealCall clone();
    descriptor: ()Lokhttp3/RealCall;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // okhttp3.RealCall this
         0: .line 146
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // okhttp3.RealCall this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lokhttp3/RealCall;

  okhttp3.internal.connection.StreamAllocation streamAllocation();
    descriptor: ()Lokhttp3/internal/connection/StreamAllocation;
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // okhttp3.RealCall this
         0: .line 150
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // okhttp3.RealCall this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lokhttp3/RealCall;

  java.lang.String toLoggableString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // okhttp3.RealCall this
         0: .line 227
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // okhttp3.RealCall this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lokhttp3/RealCall;

  java.lang.String redactedUrl();
    descriptor: ()Ljava/lang/String;
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // okhttp3.RealCall this
         0: .line 233
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // okhttp3.RealCall this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lokhttp3/RealCall;

  okhttp3.Response getResponseWithInterceptorChain();
    descriptor: ()Lokhttp3/Response;
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // okhttp3.RealCall this
         0: .line 237
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // okhttp3.RealCall this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lokhttp3/RealCall;
    Exceptions:
      throws java.io.IOException
}
SourceFile: "RealCall.java"
NestMembers:
  okhttp3.RealCall$1  okhttp3.RealCall$AsyncCall
InnerClasses:
  final AsyncCall = okhttp3.RealCall$AsyncCall of okhttp3.RealCall