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.
53 lines
1.2 KiB
53 lines
1.2 KiB
2 years ago
|
.class public interface abstract Lokhttp3/CookieJar;
|
||
|
.super Ljava/lang/Object;
|
||
|
.source "CookieJar.java"
|
||
|
|
||
|
|
||
|
# static fields
|
||
|
.field public static final NO_COOKIES:Lokhttp3/CookieJar;
|
||
|
|
||
|
|
||
|
# direct methods
|
||
|
.method static constructor <clinit>()V
|
||
|
.locals 1
|
||
|
|
||
|
.prologue
|
||
|
.line 36
|
||
|
new-instance v0, Lokhttp3/CookieJar$1;
|
||
|
|
||
|
invoke-direct {v0}, Lokhttp3/CookieJar$1;-><init>()V
|
||
|
|
||
|
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
|