AsyncTimeout.smali
.class public Lokio/AsyncTimeout;
.super Lokio/Timeout;
.source "AsyncTimeout.kt"
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lokio/AsyncTimeout$Watchdog;,
Lokio/AsyncTimeout$Companion;
}
.end annotation
# static fields
.field public static final Companion:Lokio/AsyncTimeout$Companion;
.field private static final IDLE_TIMEOUT_MILLIS:J
.field private static final IDLE_TIMEOUT_NANOS:J
.field private static final TIMEOUT_WRITE_SIZE:I = 0x10000
.field private static head:Lokio/AsyncTimeout;
# instance fields
.field private inQueue:Z
.field private next:Lokio/AsyncTimeout;
.field private timeoutAt:J
# direct methods
.method static constructor <clinit>()V
.registers 3
new-instance v0, Lokio/AsyncTimeout$Companion;
const/4 v1, 0x0
invoke-direct {v0, v1}, Lokio/AsyncTimeout$Companion;-><init>(Lkotlin/jvm/internal/f;)V
sput-object v0, Lokio/AsyncTimeout;->Companion:Lokio/AsyncTimeout$Companion;
.line 1
sget-object v0, Ljava/util/concurrent/TimeUnit;->SECONDS:Ljava/util/concurrent/TimeUnit;
const-wide/16 v1, 0x3c
invoke-virtual {v0, v1, v2}, Ljava/util/concurrent/TimeUnit;->toMillis(J)J
move-result-wide v0
sput-wide v0, Lokio/AsyncTimeout;->IDLE_TIMEOUT_MILLIS:J
.line 2
sget-object v0, Ljava/util/concurrent/TimeUnit;->MILLISECONDS:Ljava/util/concurrent/TimeUnit;
sget-wide v1, Lokio/AsyncTimeout;->IDLE_TIMEOUT_MILLIS:J
invoke-virtual {v0, v1, v2}, Ljava/util/concurrent/TimeUnit;->toNanos(J)J
move-result-wide v0
sput-wide v0, Lokio/AsyncTimeout;->IDLE_TIMEOUT_NANOS:J
return-void
.end method
.method public constructor <init>()V
.registers 1
.line 1
invoke-direct {p0}, Lokio/Timeout;-><init>()V
return-void
.end method
.method public static final synthetic access$getHead$cp()Lokio/AsyncTimeout;
.registers 1
.line 1
sget-object v0, Lokio/AsyncTimeout;->head:Lokio/AsyncTimeout;
return-object v0
.end method
.method public static final synthetic access$getIDLE_TIMEOUT_MILLIS$cp()J
.registers 2
.line 1
sget-wide v0, Lokio/AsyncTimeout;->IDLE_TIMEOUT_MILLIS:J
return-wide v0
.end method
.method public static final synthetic access$getIDLE_TIMEOUT_NANOS$cp()J
.registers 2
.line 1
sget-wide v0, Lokio/AsyncTimeout;->IDLE_TIMEOUT_NANOS:J
return-wide v0
.end method
.method public static final synthetic access$getNext$p(Lokio/AsyncTimeout;)Lokio/AsyncTimeout;
.registers 1
.line 1
iget-object p0, p0, Lokio/AsyncTimeout;->next:Lokio/AsyncTimeout;
return-object p0
.end method
.method public static final synthetic access$getTimeoutAt$p(Lokio/AsyncTimeout;)J
.registers 3
.line 1
iget-wide v0, p0, Lokio/AsyncTimeout;->timeoutAt:J
return-wide v0
.end method
.method public static final synthetic access$remainingNanos(Lokio/AsyncTimeout;J)J
.registers 3
.line 1
invoke-direct {p0, p1, p2}, Lokio/AsyncTimeout;->remainingNanos(J)J
move-result-wide p0
return-wide p0
.end method
.method public static final synthetic access$setHead$cp(Lokio/AsyncTimeout;)V
.registers 1
.line 1
sput-object p0, Lokio/AsyncTimeout;->head:Lokio/AsyncTimeout;
return-void
.end method
.method public static final synthetic access$setNext$p(Lokio/AsyncTimeout;Lokio/AsyncTimeout;)V
.registers 2
.line 1
iput-object p1, p0, Lokio/AsyncTimeout;->next:Lokio/AsyncTimeout;
return-void
.end method
.method public static final synthetic access$setTimeoutAt$p(Lokio/AsyncTimeout;J)V
.registers 3
.line 1
iput-wide p1, p0, Lokio/AsyncTimeout;->timeoutAt:J
return-void
.end method
.method private final remainingNanos(J)J
.registers 5
.line 1
iget-wide v0, p0, Lokio/AsyncTimeout;->timeoutAt:J
sub-long/2addr v0, p1
return-wide v0
.end method
# virtual methods
.method public final enter()V
.registers 8
.line 1
iget-boolean v0, p0, Lokio/AsyncTimeout;->inQueue:Z
const/4 v1, 0x1
xor-int/2addr v0, v1
if-eqz v0, :cond_1f
.line 2
invoke-virtual {p0}, Lokio/Timeout;->timeoutNanos()J
move-result-wide v2
.line 3
invoke-virtual {p0}, Lokio/Timeout;->hasDeadline()Z
move-result v0
const-wide/16 v4, 0x0
cmp-long v6, v2, v4
if-nez v6, :cond_17
if-nez v0, :cond_17
return-void
.line 4
:cond_17
iput-boolean v1, p0, Lokio/AsyncTimeout;->inQueue:Z
.line 5
sget-object v1, Lokio/AsyncTimeout;->Companion:Lokio/AsyncTimeout$Companion;
# invokes: Lokio/AsyncTimeout$Companion;->scheduleTimeout(Lokio/AsyncTimeout;JZ)V
invoke-static {v1, p0, v2, v3, v0}, Lokio/AsyncTimeout$Companion;->access$scheduleTimeout(Lokio/AsyncTimeout$Companion;Lokio/AsyncTimeout;JZ)V
return-void
.line 6
:cond_1f
new-instance v0, Ljava/lang/IllegalStateException;
const-string v1, "Unbalanced enter/exit"
invoke-direct {v0, v1}, Ljava/lang/IllegalStateException;-><init>(Ljava/lang/String;)V
throw v0
.end method
.method public final exit()Z
.registers 3
.line 1
iget-boolean v0, p0, Lokio/AsyncTimeout;->inQueue:Z
const/4 v1, 0x0
if-nez v0, :cond_6
return v1
.line 2
:cond_6
iput-boolean v1, p0, Lokio/AsyncTimeout;->inQueue:Z
.line 3
sget-object v0, Lokio/AsyncTimeout;->Companion:Lokio/AsyncTimeout$Companion;
# invokes: Lokio/AsyncTimeout$Companion;->cancelScheduledTimeout(Lokio/AsyncTimeout;)Z
invoke-static {v0, p0}, Lokio/AsyncTimeout$Companion;->access$cancelScheduledTimeout(Lokio/AsyncTimeout$Companion;Lokio/AsyncTimeout;)Z
move-result v0
return v0
.end method
.method public final exit$okio(Ljava/io/IOException;)Ljava/io/IOException;
.registers 3
const-string v0, "cause"
invoke-static {p1, v0}, Lkotlin/jvm/internal/i;->d(Ljava/lang/Object;Ljava/lang/String;)V
.line 3
invoke-virtual {p0}, Lokio/AsyncTimeout;->exit()Z
move-result v0
if-nez v0, :cond_c
goto :goto_10
:cond_c
invoke-virtual {p0, p1}, Lokio/AsyncTimeout;->newTimeoutException(Ljava/io/IOException;)Ljava/io/IOException;
move-result-object p1
:goto_10
return-object p1
.end method
.method public final exit$okio(Z)V
.registers 3
.line 1
invoke-virtual {p0}, Lokio/AsyncTimeout;->exit()Z
move-result v0
if-eqz v0, :cond_f
if-nez p1, :cond_9
goto :goto_f
:cond_9
const/4 p1, 0x0
.line 2
invoke-virtual {p0, p1}, Lokio/AsyncTimeout;->newTimeoutException(Ljava/io/IOException;)Ljava/io/IOException;
move-result-object p1
throw p1
:cond_f
:goto_f
return-void
.end method
.method protected newTimeoutException(Ljava/io/IOException;)Ljava/io/IOException;
.registers 4
.line 1
new-instance v0, Ljava/io/InterruptedIOException;
const-string v1, "timeout"
invoke-direct {v0, v1}, Ljava/io/InterruptedIOException;-><init>(Ljava/lang/String;)V
if-eqz p1, :cond_c
.line 2
invoke-virtual {v0, p1}, Ljava/io/InterruptedIOException;->initCause(Ljava/lang/Throwable;)Ljava/lang/Throwable;
:cond_c
return-object v0
.end method
.method public final sink(Lokio/Sink;)Lokio/Sink;
.registers 3
const-string v0, "sink"
invoke-static {p1, v0}, Lkotlin/jvm/internal/i;->d(Ljava/lang/Object;Ljava/lang/String;)V
.line 1
new-instance v0, Lokio/AsyncTimeout$sink$1;
invoke-direct {v0, p0, p1}, Lokio/AsyncTimeout$sink$1;-><init>(Lokio/AsyncTimeout;Lokio/Sink;)V
return-object v0
.end method
.method public final source(Lokio/Source;)Lokio/Source;
.registers 3
const-string v0, "source"
invoke-static {p1, v0}, Lkotlin/jvm/internal/i;->d(Ljava/lang/Object;Ljava/lang/String;)V
.line 1
new-instance v0, Lokio/AsyncTimeout$source$1;
invoke-direct {v0, p0, p1}, Lokio/AsyncTimeout$source$1;-><init>(Lokio/AsyncTimeout;Lokio/Source;)V
return-object v0
.end method
.method protected timedOut()V
.registers 1
return-void
.end method