2019-07-24 11:27:29 +00:00
|
|
|
.class public interface abstract Lokhttp3/Interceptor;
|
|
|
|
.super Ljava/lang/Object;
|
2019-11-28 00:30:53 +00:00
|
|
|
.source "Interceptor.kt"
|
2019-07-24 11:27:29 +00:00
|
|
|
|
|
|
|
|
|
|
|
# annotations
|
|
|
|
.annotation system Ldalvik/annotation/MemberClasses;
|
|
|
|
value = {
|
2019-11-28 00:30:53 +00:00
|
|
|
Lokhttp3/Interceptor$Chain;,
|
|
|
|
Lokhttp3/Interceptor$a;
|
2019-07-24 11:27:29 +00:00
|
|
|
}
|
|
|
|
.end annotation
|
|
|
|
|
|
|
|
|
2019-11-28 00:30:53 +00:00
|
|
|
# static fields
|
2019-12-06 03:29:40 +00:00
|
|
|
.field public static final a:Lokhttp3/Interceptor$a;
|
2019-11-28 00:30:53 +00:00
|
|
|
|
|
|
|
|
|
|
|
# direct methods
|
2019-12-06 03:29:40 +00:00
|
|
|
.method public static constructor <clinit>()V
|
2019-11-28 00:30:53 +00:00
|
|
|
.locals 1
|
|
|
|
|
2019-12-06 03:29:40 +00:00
|
|
|
sget-object v0, Lokhttp3/Interceptor$a;->a:Lokhttp3/Interceptor$a;
|
2019-11-28 00:30:53 +00:00
|
|
|
|
2019-12-06 03:29:40 +00:00
|
|
|
sput-object v0, Lokhttp3/Interceptor;->a:Lokhttp3/Interceptor$a;
|
2019-11-28 00:30:53 +00:00
|
|
|
|
|
|
|
return-void
|
|
|
|
.end method
|
|
|
|
|
|
|
|
|
2019-07-24 11:27:29 +00:00
|
|
|
# virtual methods
|
|
|
|
.method public abstract intercept(Lokhttp3/Interceptor$Chain;)Lokhttp3/Response;
|
|
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
|
|
value = {
|
|
|
|
Ljava/io/IOException;
|
|
|
|
}
|
|
|
|
.end annotation
|
|
|
|
.end method
|