mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2024-12-25 16:42:30 -06:00
100 lines
2.6 KiB
Smali
100 lines
2.6 KiB
Smali
.class public interface abstract Lokhttp3/CookieJar;
|
|
.super Ljava/lang/Object;
|
|
.source "CookieJar.kt"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/MemberClasses;
|
|
value = {
|
|
Lokhttp3/CookieJar$Companion;
|
|
}
|
|
.end annotation
|
|
|
|
.annotation runtime Lkotlin/Metadata;
|
|
bv = {
|
|
0x1,
|
|
0x0,
|
|
0x3
|
|
}
|
|
d1 = {
|
|
"\u0000\"\n\u0002\u0018\u0002\n\u0002\u0010\u0000\n\u0000\n\u0002\u0010 \n\u0002\u0018\u0002\n\u0000\n\u0002\u0018\u0002\n\u0000\n\u0002\u0010\u0002\n\u0002\u0008\u0003\u0008f\u0018\u0000 \n2\u00020\u0001:\u0001\nJ\u0016\u0010\u0002\u001a\u0008\u0012\u0004\u0012\u00020\u00040\u00032\u0006\u0010\u0005\u001a\u00020\u0006H&J\u001e\u0010\u0007\u001a\u00020\u00082\u0006\u0010\u0005\u001a\u00020\u00062\u000c\u0010\t\u001a\u0008\u0012\u0004\u0012\u00020\u00040\u0003H&\u00a8\u0006\u000b"
|
|
}
|
|
d2 = {
|
|
"Lokhttp3/CookieJar;",
|
|
"",
|
|
"loadForRequest",
|
|
"",
|
|
"Lokhttp3/Cookie;",
|
|
"url",
|
|
"Lokhttp3/HttpUrl;",
|
|
"saveFromResponse",
|
|
"",
|
|
"cookies",
|
|
"Companion",
|
|
"okhttp"
|
|
}
|
|
k = 0x1
|
|
mv = {
|
|
0x1,
|
|
0x4,
|
|
0x0
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# static fields
|
|
.field public static final Companion:Lokhttp3/CookieJar$Companion;
|
|
|
|
.field public static final NO_COOKIES:Lokhttp3/CookieJar;
|
|
|
|
|
|
# direct methods
|
|
.method static constructor <clinit>()V
|
|
.locals 2
|
|
|
|
new-instance v0, Lokhttp3/CookieJar$Companion;
|
|
|
|
const/4 v1, 0x0
|
|
|
|
invoke-direct {v0, v1}, Lokhttp3/CookieJar$Companion;-><init>(Lkotlin/jvm/internal/DefaultConstructorMarker;)V
|
|
|
|
sput-object v0, Lokhttp3/CookieJar;->Companion:Lokhttp3/CookieJar$Companion;
|
|
|
|
.line 54
|
|
new-instance v0, Lokhttp3/CookieJar$Companion$NoCookies;
|
|
|
|
invoke-direct {v0}, Lokhttp3/CookieJar$Companion$NoCookies;-><init>()V
|
|
|
|
check-cast v0, Lokhttp3/CookieJar;
|
|
|
|
sput-object v0, Lokhttp3/CookieJar;->NO_COOKIES:Lokhttp3/CookieJar;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public abstract loadForRequest(Lokhttp3/HttpUrl;)Ljava/util/List;
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"(",
|
|
"Lokhttp3/HttpUrl;",
|
|
")",
|
|
"Ljava/util/List<",
|
|
"Lokhttp3/Cookie;",
|
|
">;"
|
|
}
|
|
.end annotation
|
|
.end method
|
|
|
|
.method public abstract saveFromResponse(Lokhttp3/HttpUrl;Ljava/util/List;)V
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"(",
|
|
"Lokhttp3/HttpUrl;",
|
|
"Ljava/util/List<",
|
|
"Lokhttp3/Cookie;",
|
|
">;)V"
|
|
}
|
|
.end annotation
|
|
.end method
|