Weather/smali_classes4/okhttp3/Interceptor$Chain.smali
2021-05-10 10:13:34 +02:00

31 lines
690 B
Smali

.class public interface abstract Lokhttp3/Interceptor$Chain;
.super Ljava/lang/Object;
.source "Interceptor.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lokhttp3/Interceptor;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x609
name = "Chain"
.end annotation
# virtual methods
.method public abstract a()Lokhttp3/Request;
.end method
.method public abstract a(Lokhttp3/Request;)Lokhttp3/Response;
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
.end method
.method public abstract b()Lokhttp3/Connection;
.end method