- 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
47 lines
1.0 KiB
Smali
47 lines
1.0 KiB
Smali
.class public interface abstract Lokhttp3/internal/http2/Http2Reader$Handler;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingClass;
|
|
value = Lokhttp3/internal/http2/Http2Reader;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x609
|
|
name = "Handler"
|
|
.end annotation
|
|
|
|
|
|
# virtual methods
|
|
.method public abstract ackSettings()V
|
|
.end method
|
|
|
|
.method public abstract data(ZILokio/BufferedSource;I)V
|
|
.end method
|
|
|
|
.method public abstract goAway(ILokhttp3/internal/http2/ErrorCode;Lokio/ByteString;)V
|
|
.end method
|
|
|
|
.method public abstract headers(ZIILjava/util/List;)V
|
|
.end method
|
|
|
|
.method public abstract ping(ZII)V
|
|
.end method
|
|
|
|
.method public abstract priority(IIIZ)V
|
|
.end method
|
|
|
|
.method public abstract pushPromise(IILjava/util/List;)V
|
|
.end method
|
|
|
|
.method public abstract rstStream(ILokhttp3/internal/http2/ErrorCode;)V
|
|
.end method
|
|
|
|
.method public abstract settings(ZLokhttp3/internal/http2/Settings;)V
|
|
.end method
|
|
|
|
.method public abstract windowUpdate(IJ)V
|
|
.end method
|