Files
rr3-apk/smali_classes5/okhttp3/OkHttpClient$1.smali
supermegamestre 4bbd74a497 First Upload
Just the APK
Force update disabled, will only work offline.
2026-01-26 00:26:29 -03:00

102 lines
2.4 KiB
Smali

.class public Lokhttp3/OkHttpClient$1;
.super Lokhttp3/internal/Internal;
.source "SourceFile"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lokhttp3/OkHttpClient;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x1
name = null
.end annotation
# direct methods
.method public constructor <init>()V
.locals 0
.line 131
invoke-direct {p0}, Lokhttp3/internal/Internal;-><init>()V
return-void
.end method
# virtual methods
.method public addLenient(Lokhttp3/Headers$Builder;Ljava/lang/String;)V
.locals 0
.line 133
invoke-virtual {p1, p2}, Lokhttp3/Headers$Builder;->addLenient(Ljava/lang/String;)Lokhttp3/Headers$Builder;
return-void
.end method
.method public addLenient(Lokhttp3/Headers$Builder;Ljava/lang/String;Ljava/lang/String;)V
.locals 0
.line 137
invoke-virtual {p1, p2, p3}, Lokhttp3/Headers$Builder;->addLenient(Ljava/lang/String;Ljava/lang/String;)Lokhttp3/Headers$Builder;
return-void
.end method
.method public apply(Lokhttp3/ConnectionSpec;Ljavax/net/ssl/SSLSocket;Z)V
.locals 0
.line 154
invoke-virtual {p1, p2, p3}, Lokhttp3/ConnectionSpec;->apply(Ljavax/net/ssl/SSLSocket;Z)V
return-void
.end method
.method public code(Lokhttp3/Response$Builder;)I
.locals 0
.line 149
iget p1, p1, Lokhttp3/Response$Builder;->code:I
return p1
.end method
.method public equalsNonHost(Lokhttp3/Address;Lokhttp3/Address;)Z
.locals 0
.line 145
invoke-virtual {p1, p2}, Lokhttp3/Address;->equalsNonHost(Lokhttp3/Address;)Z
move-result p1
return p1
.end method
.method public exchange(Lokhttp3/Response;)Lokhttp3/internal/connection/Exchange;
.locals 0
.line 167
iget-object p1, p1, Lokhttp3/Response;->exchange:Lokhttp3/internal/connection/Exchange;
return-object p1
.end method
.method public initExchange(Lokhttp3/Response$Builder;Lokhttp3/internal/connection/Exchange;)V
.locals 0
.line 163
invoke-virtual {p1, p2}, Lokhttp3/Response$Builder;->initExchange(Lokhttp3/internal/connection/Exchange;)V
return-void
.end method
.method public realConnectionPool(Lokhttp3/ConnectionPool;)Lokhttp3/internal/connection/RealConnectionPool;
.locals 0
.line 141
iget-object p1, p1, Lokhttp3/ConnectionPool;->delegate:Lokhttp3/internal/connection/RealConnectionPool;
return-object p1
.end method