Internal.smali
1.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
.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