- Imported from https://github.com/supermegamestre/Project-Real-Resurrection-3 - APKTool decompilation (Smali bytecode) for modding and rebuilding APK - Supports both 32-bit (armeabi-v7a) and 64-bit (arm64-v8a) architectures - Includes full Smali source, resources, and native libraries - Ready to rebuild APK after modifications with apktool b command - Added comprehensive README-apktool.md with modding guide This branch complements the JADX branches: - Use JADX (main/discord-community) to UNDERSTAND code (readable Java) - Use APKTool (this branch) to MODIFY and REBUILD APK (editable Smali) Total: 44,417 files, 538.51 MB Smali source code
102 lines
2.4 KiB
Smali
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
|