Authenticator.smali
1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
.class public interface abstract Lcom/brplug/okhttp3/Authenticator;
.super Ljava/lang/Object;
.source "Authenticator.java"
# static fields
.field public static final NONE:Lcom/brplug/okhttp3/Authenticator;
# direct methods
.method static constructor <clinit>()V
.locals 1
.line 100
sget-object v0, Lcom/brplug/okhttp3/-$$Lambda$Authenticator$8Srj_x9v8JIiy5xlAfr4SXzIrnU;->INSTANCE:Lcom/brplug/okhttp3/-$$Lambda$Authenticator$8Srj_x9v8JIiy5xlAfr4SXzIrnU;
sput-object v0, Lcom/brplug/okhttp3/Authenticator;->NONE:Lcom/brplug/okhttp3/Authenticator;
return-void
.end method
# virtual methods
.method public abstract authenticate(Lcom/brplug/okhttp3/Route;Lcom/brplug/okhttp3/Response;)Lcom/brplug/okhttp3/Request;
.param p1 # Lcom/brplug/okhttp3/Route;
.annotation runtime Ljavax/annotation/Nullable;
.end annotation
.end param
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
.annotation runtime Ljavax/annotation/Nullable;
.end annotation
.end method