Files
rr3-apk/smali_classes2/com/ea/nimble/IHttpRequest.smali
supermegamestre 4bbd74a497 First Upload
Just the APK
Force update disabled, will only work offline.
2026-01-26 00:26:29 -03:00

44 lines
955 B
Smali

.class public interface abstract Lcom/ea/nimble/IHttpRequest;
.super Ljava/lang/Object;
.source "SourceFile"
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lcom/ea/nimble/IHttpRequest$Method;
}
.end annotation
# virtual methods
.method public abstract getData()[B
.end method
.method public abstract getHeaders()Ljava/util/Map;
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Ljava/util/Map<",
"Ljava/lang/String;",
"Ljava/lang/String;",
">;"
}
.end annotation
.end method
.method public abstract getMethod()Lcom/ea/nimble/IHttpRequest$Method;
.end method
.method public abstract getRunInBackground()Z
.end method
.method public abstract getTargetFilePath()Ljava/lang/String;
.end method
.method public abstract getTimeout()D
.end method
.method public abstract getUrl()Ljava/net/URL;
.end method