2022-06-10 21:38:30 +09:00

48 lines
1.0 KiB
Smali

.class public interface abstract Lpg/r;
.super Ljava/lang/Object;
.source "HttpRequestInterceptorList.java"
# annotations
.annotation runtime Ljava/lang/Deprecated;
.end annotation
# virtual methods
.method public abstract b(Ldf/s;I)V
.end method
.method public abstract clearRequestInterceptors()V
.end method
.method public abstract d(Ldf/s;)V
.end method
.method public abstract getRequestInterceptor(I)Ldf/s;
.end method
.method public abstract getRequestInterceptorCount()I
.end method
.method public abstract removeRequestInterceptorByClass(Ljava/lang/Class;)V
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/lang/Class<",
"+",
"Ldf/s;",
">;)V"
}
.end annotation
.end method
.method public abstract setInterceptors(Ljava/util/List;)V
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/util/List<",
"*>;)V"
}
.end annotation
.end method