Internal.smali 1.7 KB
.class public abstract Lcom/brplug/okhttp3/internal/Internal;
.super Ljava/lang/Object;
.source "Internal.java"


# static fields
.field public static instance:Lcom/brplug/okhttp3/internal/Internal;


# direct methods
.method public constructor <init>()V
    .locals 0

    .line 35
    invoke-direct {p0}, Ljava/lang/Object;-><init>()V

    return-void
.end method

.method public static initializeInstanceForTests()V
    .locals 1

    .line 39
    new-instance v0, Lcom/brplug/okhttp3/OkHttpClient;

    invoke-direct {v0}, Lcom/brplug/okhttp3/OkHttpClient;-><init>()V

    return-void
.end method


# virtual methods
.method public abstract addLenient(Lcom/brplug/okhttp3/Headers$Builder;Ljava/lang/String;)V
.end method

.method public abstract addLenient(Lcom/brplug/okhttp3/Headers$Builder;Ljava/lang/String;Ljava/lang/String;)V
.end method

.method public abstract apply(Lcom/brplug/okhttp3/ConnectionSpec;Ljavax/net/ssl/SSLSocket;Z)V
.end method

.method public abstract code(Lcom/brplug/okhttp3/Response$Builder;)I
.end method

.method public abstract equalsNonHost(Lcom/brplug/okhttp3/Address;Lcom/brplug/okhttp3/Address;)Z
.end method

.method public abstract exchange(Lcom/brplug/okhttp3/Response;)Lcom/brplug/okhttp3/internal/connection/Exchange;
    .annotation runtime Ljavax/annotation/Nullable;
    .end annotation
.end method

.method public abstract initExchange(Lcom/brplug/okhttp3/Response$Builder;Lcom/brplug/okhttp3/internal/connection/Exchange;)V
.end method

.method public abstract newWebSocketCall(Lcom/brplug/okhttp3/OkHttpClient;Lcom/brplug/okhttp3/Request;)Lcom/brplug/okhttp3/Call;
.end method

.method public abstract realConnectionPool(Lcom/brplug/okhttp3/ConnectionPool;)Lcom/brplug/okhttp3/internal/connection/RealConnectionPool;
.end method