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.
29 lines
620 B
29 lines
620 B
2 years ago
|
.class public interface abstract Lokhttp3/Authenticator;
|
||
|
.super Ljava/lang/Object;
|
||
|
.source "Authenticator.java"
|
||
|
|
||
|
|
||
|
# static fields
|
||
|
.field public static final NONE:Lokhttp3/Authenticator;
|
||
|
|
||
|
|
||
|
# direct methods
|
||
|
.method static constructor <clinit>()V
|
||
|
.locals 1
|
||
|
|
||
|
.prologue
|
||
|
.line 51
|
||
|
new-instance v0, Lokhttp3/Authenticator$1;
|
||
|
|
||
|
invoke-direct {v0}, Lokhttp3/Authenticator$1;-><init>()V
|
||
|
|
||
|
sput-object v0, Lokhttp3/Authenticator;->NONE:Lokhttp3/Authenticator;
|
||
|
|
||
|
return-void
|
||
|
.end method
|
||
|
|
||
|
|
||
|
# virtual methods
|
||
|
.method public abstract authenticate(Lokhttp3/Route;Lokhttp3/Response;)Lokhttp3/Request;
|
||
|
.end method
|