apkfuckery/com.discord/smali/okhttp3/internal/http/HttpEngine$2.smali
2019-02-04 21:05:16 +01:00

192 lines
5.2 KiB
Smali

.class Lokhttp3/internal/http/HttpEngine$2;
.super Ljava/lang/Object;
.source "HttpEngine.java"
# interfaces
.implements Lokio/Source;
# annotations
.annotation system Ldalvik/annotation/EnclosingMethod;
value = Lokhttp3/internal/http/HttpEngine;->cacheWritingResponse(Lokhttp3/internal/http/CacheRequest;Lokhttp3/Response;)Lokhttp3/Response;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x0
name = null
.end annotation
# instance fields
.field cacheRequestClosed:Z
.field final synthetic this$0:Lokhttp3/internal/http/HttpEngine;
.field final synthetic val$cacheBody:Lokio/BufferedSink;
.field final synthetic val$cacheRequest:Lokhttp3/internal/http/CacheRequest;
.field final synthetic val$source:Lokio/BufferedSource;
# direct methods
.method constructor <init>(Lokhttp3/internal/http/HttpEngine;Lokio/BufferedSource;Lokhttp3/internal/http/CacheRequest;Lokio/BufferedSink;)V
.locals 0
.param p1, "this$0" # Lokhttp3/internal/http/HttpEngine;
.prologue
iput-object p1, p0, Lokhttp3/internal/http/HttpEngine$2;->this$0:Lokhttp3/internal/http/HttpEngine;
iput-object p2, p0, Lokhttp3/internal/http/HttpEngine$2;->val$source:Lokio/BufferedSource;
iput-object p3, p0, Lokhttp3/internal/http/HttpEngine$2;->val$cacheRequest:Lokhttp3/internal/http/CacheRequest;
iput-object p4, p0, Lokhttp3/internal/http/HttpEngine$2;->val$cacheBody:Lokio/BufferedSink;
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public close()V
.locals 2
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
.prologue
iget-boolean v0, p0, Lokhttp3/internal/http/HttpEngine$2;->cacheRequestClosed:Z
if-nez v0, :cond_0
const/16 v0, 0x64
sget-object v1, Ljava/util/concurrent/TimeUnit;->MILLISECONDS:Ljava/util/concurrent/TimeUnit;
invoke-static {p0, v0, v1}, Lokhttp3/internal/Util;->discard(Lokio/Source;ILjava/util/concurrent/TimeUnit;)Z
move-result v0
if-nez v0, :cond_0
const/4 v0, 0x1
iput-boolean v0, p0, Lokhttp3/internal/http/HttpEngine$2;->cacheRequestClosed:Z
iget-object v0, p0, Lokhttp3/internal/http/HttpEngine$2;->val$cacheRequest:Lokhttp3/internal/http/CacheRequest;
invoke-interface {v0}, Lokhttp3/internal/http/CacheRequest;->abort()V
:cond_0
iget-object v0, p0, Lokhttp3/internal/http/HttpEngine$2;->val$source:Lokio/BufferedSource;
invoke-interface {v0}, Lokio/BufferedSource;->close()V
return-void
.end method
.method public read(Lokio/Buffer;J)J
.locals 8
.param p1, "sink" # Lokio/Buffer;
.param p2, "byteCount" # J
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
.prologue
const-wide/16 v0, -0x1
const/4 v3, 0x1
:try_start_0
iget-object v2, p0, Lokhttp3/internal/http/HttpEngine$2;->val$source:Lokio/BufferedSource;
invoke-interface {v2, p1, p2, p3}, Lokio/BufferedSource;->read(Lokio/Buffer;J)J
:try_end_0
.catch Ljava/io/IOException; {:try_start_0 .. :try_end_0} :catch_0
move-result-wide v4
.local v4, "bytesRead":J
cmp-long v2, v4, v0
if-nez v2, :cond_2
iget-boolean v2, p0, Lokhttp3/internal/http/HttpEngine$2;->cacheRequestClosed:Z
if-nez v2, :cond_0
iput-boolean v3, p0, Lokhttp3/internal/http/HttpEngine$2;->cacheRequestClosed:Z
iget-object v2, p0, Lokhttp3/internal/http/HttpEngine$2;->val$cacheBody:Lokio/BufferedSink;
invoke-interface {v2}, Lokio/BufferedSink;->close()V
:cond_0
move-wide v4, v0
.end local v4 # "bytesRead":J
:goto_0
return-wide v4
:catch_0
move-exception v6
.local v6, "e":Ljava/io/IOException;
iget-boolean v0, p0, Lokhttp3/internal/http/HttpEngine$2;->cacheRequestClosed:Z
if-nez v0, :cond_1
iput-boolean v3, p0, Lokhttp3/internal/http/HttpEngine$2;->cacheRequestClosed:Z
iget-object v0, p0, Lokhttp3/internal/http/HttpEngine$2;->val$cacheRequest:Lokhttp3/internal/http/CacheRequest;
invoke-interface {v0}, Lokhttp3/internal/http/CacheRequest;->abort()V
:cond_1
throw v6
.end local v6 # "e":Ljava/io/IOException;
.restart local v4 # "bytesRead":J
:cond_2
iget-object v0, p0, Lokhttp3/internal/http/HttpEngine$2;->val$cacheBody:Lokio/BufferedSink;
invoke-interface {v0}, Lokio/BufferedSink;->buffer()Lokio/Buffer;
move-result-object v1
invoke-virtual {p1}, Lokio/Buffer;->size()J
move-result-wide v2
sub-long/2addr v2, v4
move-object v0, p1
invoke-virtual/range {v0 .. v5}, Lokio/Buffer;->copyTo(Lokio/Buffer;JJ)Lokio/Buffer;
iget-object v0, p0, Lokhttp3/internal/http/HttpEngine$2;->val$cacheBody:Lokio/BufferedSink;
invoke-interface {v0}, Lokio/BufferedSink;->emitCompleteSegments()Lokio/BufferedSink;
goto :goto_0
.end method
.method public timeout()Lokio/Timeout;
.locals 1
.prologue
iget-object v0, p0, Lokhttp3/internal/http/HttpEngine$2;->val$source:Lokio/BufferedSource;
invoke-interface {v0}, Lokio/BufferedSource;->timeout()Lokio/Timeout;
move-result-object v0
return-object v0
.end method