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

36 lines
994 B
Smali

.class public interface abstract Lcom/ea/nimble/NetworkConnectionHandle;
.super Ljava/lang/Object;
.source "SourceFile"
# virtual methods
.method public abstract cancel()V
.end method
.method public abstract getCompletionCallback()Lcom/ea/nimble/NetworkConnectionCallback;
.end method
.method public abstract getHeaderCallback()Lcom/ea/nimble/NetworkConnectionCallback;
.end method
.method public abstract getProgressCallback()Lcom/ea/nimble/NetworkConnectionCallback;
.end method
.method public abstract getRequest()Lcom/ea/nimble/IHttpRequest;
.end method
.method public abstract getResponse()Lcom/ea/nimble/IHttpResponse;
.end method
.method public abstract setCompletionCallback(Lcom/ea/nimble/NetworkConnectionCallback;)V
.end method
.method public abstract setHeaderCallback(Lcom/ea/nimble/NetworkConnectionCallback;)V
.end method
.method public abstract setProgressCallback(Lcom/ea/nimble/NetworkConnectionCallback;)V
.end method
.method public abstract waitOn()V
.end method