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.
309 lines
6.0 KiB
309 lines
6.0 KiB
.class public Lokio/Timeout; |
|
.super Ljava/lang/Object; |
|
.source "Timeout.java" |
|
|
|
|
|
# static fields |
|
.field public static final NONE:Lokio/Timeout; |
|
|
|
|
|
# instance fields |
|
.field private deadlineNanoTime:J |
|
|
|
.field private hasDeadline:Z |
|
|
|
.field private timeoutNanos:J |
|
|
|
|
|
# direct methods |
|
.method static constructor <clinit>()V |
|
.locals 1 |
|
|
|
.prologue |
|
.line 48 |
|
new-instance v0, Lokio/Timeout$1; |
|
|
|
invoke-direct {v0}, Lokio/Timeout$1;-><init>()V |
|
|
|
sput-object v0, Lokio/Timeout;->NONE:Lokio/Timeout; |
|
|
|
return-void |
|
.end method |
|
|
|
.method public constructor <init>()V |
|
.locals 0 |
|
|
|
.prologue |
|
.line 69 |
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V |
|
|
|
.line 70 |
|
return-void |
|
.end method |
|
|
|
|
|
# virtual methods |
|
.method public clearDeadline()Lokio/Timeout; |
|
.locals 1 |
|
|
|
.prologue |
|
.line 134 |
|
const/4 v0, 0x0 |
|
|
|
iput-boolean v0, p0, Lokio/Timeout;->hasDeadline:Z |
|
|
|
.line 135 |
|
return-object p0 |
|
.end method |
|
|
|
.method public clearTimeout()Lokio/Timeout; |
|
.locals 2 |
|
|
|
.prologue |
|
.line 128 |
|
const-wide/16 v0, 0x0 |
|
|
|
iput-wide v0, p0, Lokio/Timeout;->timeoutNanos:J |
|
|
|
.line 129 |
|
return-object p0 |
|
.end method |
|
|
|
.method public final deadline(JLjava/util/concurrent/TimeUnit;)Lokio/Timeout; |
|
.locals 5 |
|
|
|
.prologue |
|
.line 121 |
|
const-wide/16 v0, 0x0 |
|
|
|
cmp-long v0, p1, v0 |
|
|
|
if-gtz v0, :cond_0 |
|
|
|
new-instance v0, Ljava/lang/IllegalArgumentException; |
|
|
|
new-instance v1, Ljava/lang/StringBuilder; |
|
|
|
invoke-direct {v1}, Ljava/lang/StringBuilder;-><init>()V |
|
|
|
const-string v2, "duration <= 0: " |
|
|
|
invoke-virtual {v1, v2}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder; |
|
|
|
move-result-object v1 |
|
|
|
invoke-virtual {v1, p1, p2}, Ljava/lang/StringBuilder;->append(J)Ljava/lang/StringBuilder; |
|
|
|
move-result-object v1 |
|
|
|
invoke-virtual {v1}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String; |
|
|
|
move-result-object v1 |
|
|
|
invoke-direct {v0, v1}, Ljava/lang/IllegalArgumentException;-><init>(Ljava/lang/String;)V |
|
|
|
throw v0 |
|
|
|
.line 122 |
|
:cond_0 |
|
if-nez p3, :cond_1 |
|
|
|
new-instance v0, Ljava/lang/IllegalArgumentException; |
|
|
|
const-string v1, "unit == null" |
|
|
|
invoke-direct {v0, v1}, Ljava/lang/IllegalArgumentException;-><init>(Ljava/lang/String;)V |
|
|
|
throw v0 |
|
|
|
.line 123 |
|
:cond_1 |
|
invoke-static {}, Ljava/lang/System;->nanoTime()J |
|
|
|
move-result-wide v0 |
|
|
|
invoke-virtual {p3, p1, p2}, Ljava/util/concurrent/TimeUnit;->toNanos(J)J |
|
|
|
move-result-wide v2 |
|
|
|
add-long/2addr v0, v2 |
|
|
|
invoke-virtual {p0, v0, v1}, Lokio/Timeout;->deadlineNanoTime(J)Lokio/Timeout; |
|
|
|
move-result-object v0 |
|
|
|
return-object v0 |
|
.end method |
|
|
|
.method public deadlineNanoTime()J |
|
.locals 2 |
|
|
|
.prologue |
|
.line 104 |
|
iget-boolean v0, p0, Lokio/Timeout;->hasDeadline:Z |
|
|
|
if-nez v0, :cond_0 |
|
|
|
new-instance v0, Ljava/lang/IllegalStateException; |
|
|
|
const-string v1, "No deadline" |
|
|
|
invoke-direct {v0, v1}, Ljava/lang/IllegalStateException;-><init>(Ljava/lang/String;)V |
|
|
|
throw v0 |
|
|
|
.line 105 |
|
:cond_0 |
|
iget-wide v0, p0, Lokio/Timeout;->deadlineNanoTime:J |
|
|
|
return-wide v0 |
|
.end method |
|
|
|
.method public deadlineNanoTime(J)Lokio/Timeout; |
|
.locals 1 |
|
|
|
.prologue |
|
.line 114 |
|
const/4 v0, 0x1 |
|
|
|
iput-boolean v0, p0, Lokio/Timeout;->hasDeadline:Z |
|
|
|
.line 115 |
|
iput-wide p1, p0, Lokio/Timeout;->deadlineNanoTime:J |
|
|
|
.line 116 |
|
return-object p0 |
|
.end method |
|
|
|
.method public hasDeadline()Z |
|
.locals 1 |
|
|
|
.prologue |
|
.line 94 |
|
iget-boolean v0, p0, Lokio/Timeout;->hasDeadline:Z |
|
|
|
return v0 |
|
.end method |
|
|
|
.method public throwIfReached()V |
|
.locals 4 |
|
|
|
.prologue |
|
.line 144 |
|
invoke-static {}, Ljava/lang/Thread;->interrupted()Z |
|
|
|
move-result v0 |
|
|
|
if-eqz v0, :cond_0 |
|
|
|
.line 145 |
|
new-instance v0, Ljava/io/InterruptedIOException; |
|
|
|
const-string v1, "thread interrupted" |
|
|
|
invoke-direct {v0, v1}, Ljava/io/InterruptedIOException;-><init>(Ljava/lang/String;)V |
|
|
|
throw v0 |
|
|
|
.line 148 |
|
:cond_0 |
|
iget-boolean v0, p0, Lokio/Timeout;->hasDeadline:Z |
|
|
|
if-eqz v0, :cond_1 |
|
|
|
iget-wide v0, p0, Lokio/Timeout;->deadlineNanoTime:J |
|
|
|
invoke-static {}, Ljava/lang/System;->nanoTime()J |
|
|
|
move-result-wide v2 |
|
|
|
sub-long/2addr v0, v2 |
|
|
|
const-wide/16 v2, 0x0 |
|
|
|
cmp-long v0, v0, v2 |
|
|
|
if-gtz v0, :cond_1 |
|
|
|
.line 149 |
|
new-instance v0, Ljava/io/InterruptedIOException; |
|
|
|
const-string v1, "deadline reached" |
|
|
|
invoke-direct {v0, v1}, Ljava/io/InterruptedIOException;-><init>(Ljava/lang/String;)V |
|
|
|
throw v0 |
|
|
|
.line 151 |
|
:cond_1 |
|
return-void |
|
.end method |
|
|
|
.method public timeout(JLjava/util/concurrent/TimeUnit;)Lokio/Timeout; |
|
.locals 3 |
|
|
|
.prologue |
|
.line 81 |
|
const-wide/16 v0, 0x0 |
|
|
|
cmp-long v0, p1, v0 |
|
|
|
if-gez v0, :cond_0 |
|
|
|
new-instance v0, Ljava/lang/IllegalArgumentException; |
|
|
|
new-instance v1, Ljava/lang/StringBuilder; |
|
|
|
invoke-direct {v1}, Ljava/lang/StringBuilder;-><init>()V |
|
|
|
const-string v2, "timeout < 0: " |
|
|
|
invoke-virtual {v1, v2}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder; |
|
|
|
move-result-object v1 |
|
|
|
invoke-virtual {v1, p1, p2}, Ljava/lang/StringBuilder;->append(J)Ljava/lang/StringBuilder; |
|
|
|
move-result-object v1 |
|
|
|
invoke-virtual {v1}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String; |
|
|
|
move-result-object v1 |
|
|
|
invoke-direct {v0, v1}, Ljava/lang/IllegalArgumentException;-><init>(Ljava/lang/String;)V |
|
|
|
throw v0 |
|
|
|
.line 82 |
|
:cond_0 |
|
if-nez p3, :cond_1 |
|
|
|
new-instance v0, Ljava/lang/IllegalArgumentException; |
|
|
|
const-string v1, "unit == null" |
|
|
|
invoke-direct {v0, v1}, Ljava/lang/IllegalArgumentException;-><init>(Ljava/lang/String;)V |
|
|
|
throw v0 |
|
|
|
.line 83 |
|
:cond_1 |
|
invoke-virtual {p3, p1, p2}, Ljava/util/concurrent/TimeUnit;->toNanos(J)J |
|
|
|
move-result-wide v0 |
|
|
|
iput-wide v0, p0, Lokio/Timeout;->timeoutNanos:J |
|
|
|
.line 84 |
|
return-object p0 |
|
.end method |
|
|
|
.method public timeoutNanos()J |
|
.locals 2 |
|
|
|
.prologue |
|
.line 89 |
|
iget-wide v0, p0, Lokio/Timeout;->timeoutNanos:J |
|
|
|
return-wide v0 |
|
.end method
|
|
|