You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
579 B
26 lines
579 B
2 years ago
|
.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 connection()Lokhttp3/Connection;
|
||
|
.end method
|
||
|
|
||
|
.method public abstract proceed(Lokhttp3/Request;)Lokhttp3/Response;
|
||
|
.end method
|
||
|
|
||
|
.method public abstract request()Lokhttp3/Request;
|
||
|
.end method
|