Rabbit-R1/original r1/smali/smali_classes3/okhttp3/Authenticator.smali
2024-05-21 17:08:36 -04:00

94 lines
2.6 KiB
Smali

.class public interface abstract Lokhttp3/Authenticator;
.super Ljava/lang/Object;
.source "Authenticator.kt"
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lokhttp3/Authenticator$Companion;
}
.end annotation
.annotation runtime Lkotlin/Metadata;
bv = {
0x1,
0x0,
0x3
}
d1 = {
"\u0000\u001e\n\u0002\u0018\u0002\n\u0002\u0010\u0000\n\u0000\n\u0002\u0018\u0002\n\u0000\n\u0002\u0018\u0002\n\u0000\n\u0002\u0018\u0002\n\u0002\u0008\u0002\u0008\u00e6\u0080\u0001\u0018\u0000 \u00082\u00020\u0001:\u0001\u0008J\u001c\u0010\u0002\u001a\u0004\u0018\u00010\u00032\u0008\u0010\u0004\u001a\u0004\u0018\u00010\u00052\u0006\u0010\u0006\u001a\u00020\u0007H&\u00a8\u0006\t"
}
d2 = {
"Lokhttp3/Authenticator;",
"",
"authenticate",
"Lokhttp3/Request;",
"route",
"Lokhttp3/Route;",
"response",
"Lokhttp3/Response;",
"Companion",
"okhttp"
}
k = 0x1
mv = {
0x1,
0x4,
0x0
}
.end annotation
# static fields
.field public static final Companion:Lokhttp3/Authenticator$Companion;
.field public static final JAVA_NET_AUTHENTICATOR:Lokhttp3/Authenticator;
.field public static final NONE:Lokhttp3/Authenticator;
# direct methods
.method static constructor <clinit>()V
.locals 3
new-instance v0, Lokhttp3/Authenticator$Companion;
const/4 v1, 0x0
invoke-direct {v0, v1}, Lokhttp3/Authenticator$Companion;-><init>(Lkotlin/jvm/internal/DefaultConstructorMarker;)V
sput-object v0, Lokhttp3/Authenticator;->Companion:Lokhttp3/Authenticator$Companion;
.line 130
new-instance v0, Lokhttp3/Authenticator$Companion$AuthenticatorNone;
invoke-direct {v0}, Lokhttp3/Authenticator$Companion$AuthenticatorNone;-><init>()V
check-cast v0, Lokhttp3/Authenticator;
sput-object v0, Lokhttp3/Authenticator;->NONE:Lokhttp3/Authenticator;
.line 137
new-instance v0, Lokhttp3/internal/authenticator/JavaNetAuthenticator;
const/4 v2, 0x1
invoke-direct {v0, v1, v2, v1}, Lokhttp3/internal/authenticator/JavaNetAuthenticator;-><init>(Lokhttp3/Dns;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
check-cast v0, Lokhttp3/Authenticator;
sput-object v0, Lokhttp3/Authenticator;->JAVA_NET_AUTHENTICATOR:Lokhttp3/Authenticator;
return-void
.end method
# virtual methods
.method public abstract authenticate(Lokhttp3/Route;Lokhttp3/Response;)Lokhttp3/Request;
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
.end method