mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2025-01-09 13:43:22 +00:00
103 lines
2.9 KiB
Smali
103 lines
2.9 KiB
Smali
|
.class public final Lokhttp3/internal/cache/CacheStrategy;
|
||
|
.super Ljava/lang/Object;
|
||
|
.source "CacheStrategy.kt"
|
||
|
|
||
|
|
||
|
# annotations
|
||
|
.annotation system Ldalvik/annotation/MemberClasses;
|
||
|
value = {
|
||
|
Lokhttp3/internal/cache/CacheStrategy$Factory;,
|
||
|
Lokhttp3/internal/cache/CacheStrategy$Companion;
|
||
|
}
|
||
|
.end annotation
|
||
|
|
||
|
.annotation runtime Lkotlin/Metadata;
|
||
|
bv = {
|
||
|
0x1,
|
||
|
0x0,
|
||
|
0x3
|
||
|
}
|
||
|
d1 = {
|
||
|
"\u0000\u0018\n\u0002\u0018\u0002\n\u0002\u0010\u0000\n\u0000\n\u0002\u0018\u0002\n\u0000\n\u0002\u0018\u0002\n\u0002\u0008\u0008\u0018\u0000 \u000b2\u00020\u0001:\u0002\u000b\u000cB\u001b\u0008\u0000\u0012\u0008\u0010\u0002\u001a\u0004\u0018\u00010\u0003\u0012\u0008\u0010\u0004\u001a\u0004\u0018\u00010\u0005\u00a2\u0006\u0002\u0010\u0006R\u0013\u0010\u0004\u001a\u0004\u0018\u00010\u0005\u00a2\u0006\u0008\n\u0000\u001a\u0004\u0008\u0007\u0010\u0008R\u0013\u0010\u0002\u001a\u0004\u0018\u00010\u0003\u00a2\u0006\u0008\n\u0000\u001a\u0004\u0008\t\u0010\n\u00a8\u0006\r"
|
||
|
}
|
||
|
d2 = {
|
||
|
"Lokhttp3/internal/cache/CacheStrategy;",
|
||
|
"",
|
||
|
"networkRequest",
|
||
|
"Lokhttp3/Request;",
|
||
|
"cacheResponse",
|
||
|
"Lokhttp3/Response;",
|
||
|
"(Lokhttp3/Request;Lokhttp3/Response;)V",
|
||
|
"getCacheResponse",
|
||
|
"()Lokhttp3/Response;",
|
||
|
"getNetworkRequest",
|
||
|
"()Lokhttp3/Request;",
|
||
|
"Companion",
|
||
|
"Factory",
|
||
|
"okhttp"
|
||
|
}
|
||
|
k = 0x1
|
||
|
mv = {
|
||
|
0x1,
|
||
|
0x4,
|
||
|
0x0
|
||
|
}
|
||
|
.end annotation
|
||
|
|
||
|
|
||
|
# static fields
|
||
|
.field public static final Companion:Lokhttp3/internal/cache/CacheStrategy$Companion;
|
||
|
|
||
|
|
||
|
# instance fields
|
||
|
.field private final cacheResponse:Lokhttp3/Response;
|
||
|
|
||
|
.field private final networkRequest:Lokhttp3/Request;
|
||
|
|
||
|
|
||
|
# direct methods
|
||
|
.method static constructor <clinit>()V
|
||
|
.locals 2
|
||
|
|
||
|
new-instance v0, Lokhttp3/internal/cache/CacheStrategy$Companion;
|
||
|
|
||
|
const/4 v1, 0x0
|
||
|
|
||
|
invoke-direct {v0, v1}, Lokhttp3/internal/cache/CacheStrategy$Companion;-><init>(Lkotlin/jvm/internal/DefaultConstructorMarker;)V
|
||
|
|
||
|
sput-object v0, Lokhttp3/internal/cache/CacheStrategy;->Companion:Lokhttp3/internal/cache/CacheStrategy$Companion;
|
||
|
|
||
|
return-void
|
||
|
.end method
|
||
|
|
||
|
.method public constructor <init>(Lokhttp3/Request;Lokhttp3/Response;)V
|
||
|
.locals 0
|
||
|
|
||
|
.line 45
|
||
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||
|
|
||
|
iput-object p1, p0, Lokhttp3/internal/cache/CacheStrategy;->networkRequest:Lokhttp3/Request;
|
||
|
|
||
|
iput-object p2, p0, Lokhttp3/internal/cache/CacheStrategy;->cacheResponse:Lokhttp3/Response;
|
||
|
|
||
|
return-void
|
||
|
.end method
|
||
|
|
||
|
|
||
|
# virtual methods
|
||
|
.method public final getCacheResponse()Lokhttp3/Response;
|
||
|
.locals 0
|
||
|
|
||
|
iget-object p0, p0, Lokhttp3/internal/cache/CacheStrategy;->cacheResponse:Lokhttp3/Response;
|
||
|
|
||
|
return-object p0
|
||
|
.end method
|
||
|
|
||
|
.method public final getNetworkRequest()Lokhttp3/Request;
|
||
|
.locals 0
|
||
|
|
||
|
iget-object p0, p0, Lokhttp3/internal/cache/CacheStrategy;->networkRequest:Lokhttp3/Request;
|
||
|
|
||
|
return-object p0
|
||
|
.end method
|