apkfuckery/com.discord/smali/okhttp3/internal/framed/PushObserver.smali
2019-02-04 21:05:16 +01:00

59 lines
1.5 KiB
Smali

.class public interface abstract Lokhttp3/internal/framed/PushObserver;
.super Ljava/lang/Object;
.source "PushObserver.java"
# static fields
.field public static final CANCEL:Lokhttp3/internal/framed/PushObserver;
# direct methods
.method static constructor <clinit>()V
.locals 1
.prologue
new-instance v0, Lokhttp3/internal/framed/PushObserver$1;
invoke-direct {v0}, Lokhttp3/internal/framed/PushObserver$1;-><init>()V
sput-object v0, Lokhttp3/internal/framed/PushObserver;->CANCEL:Lokhttp3/internal/framed/PushObserver;
return-void
.end method
# virtual methods
.method public abstract onData(ILokio/BufferedSource;IZ)Z
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
.end method
.method public abstract onHeaders(ILjava/util/List;Z)Z
.annotation system Ldalvik/annotation/Signature;
value = {
"(I",
"Ljava/util/List",
"<",
"Lokhttp3/internal/framed/Header;",
">;Z)Z"
}
.end annotation
.end method
.method public abstract onRequest(ILjava/util/List;)Z
.annotation system Ldalvik/annotation/Signature;
value = {
"(I",
"Ljava/util/List",
"<",
"Lokhttp3/internal/framed/Header;",
">;)Z"
}
.end annotation
.end method
.method public abstract onReset(ILokhttp3/internal/framed/ErrorCode;)V
.end method