apkfuckery/com.discord/smali/okhttp3/internal/framed/Ping.smali

203 lines
4.3 KiB
Smali
Raw Normal View History

2019-02-04 20:05:16 +00:00
.class public final Lokhttp3/internal/framed/Ping;
.super Ljava/lang/Object;
.source "Ping.java"
# instance fields
.field private final latch:Ljava/util/concurrent/CountDownLatch;
.field private received:J
.field private sent:J
# direct methods
.method constructor <init>()V
.locals 4
.prologue
const-wide/16 v2, -0x1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
new-instance v0, Ljava/util/concurrent/CountDownLatch;
const/4 v1, 0x1
invoke-direct {v0, v1}, Ljava/util/concurrent/CountDownLatch;-><init>(I)V
iput-object v0, p0, Lokhttp3/internal/framed/Ping;->latch:Ljava/util/concurrent/CountDownLatch;
iput-wide v2, p0, Lokhttp3/internal/framed/Ping;->sent:J
iput-wide v2, p0, Lokhttp3/internal/framed/Ping;->received:J
return-void
.end method
# virtual methods
.method cancel()V
.locals 4
.prologue
const-wide/16 v2, -0x1
iget-wide v0, p0, Lokhttp3/internal/framed/Ping;->received:J
cmp-long v0, v0, v2
if-nez v0, :cond_0
iget-wide v0, p0, Lokhttp3/internal/framed/Ping;->sent:J
cmp-long v0, v0, v2
if-nez v0, :cond_1
:cond_0
new-instance v0, Ljava/lang/IllegalStateException;
invoke-direct {v0}, Ljava/lang/IllegalStateException;-><init>()V
throw v0
:cond_1
iget-wide v0, p0, Lokhttp3/internal/framed/Ping;->sent:J
const-wide/16 v2, 0x1
sub-long/2addr v0, v2
iput-wide v0, p0, Lokhttp3/internal/framed/Ping;->received:J
iget-object v0, p0, Lokhttp3/internal/framed/Ping;->latch:Ljava/util/concurrent/CountDownLatch;
invoke-virtual {v0}, Ljava/util/concurrent/CountDownLatch;->countDown()V
return-void
.end method
.method receive()V
.locals 4
.prologue
const-wide/16 v2, -0x1
iget-wide v0, p0, Lokhttp3/internal/framed/Ping;->received:J
cmp-long v0, v0, v2
if-nez v0, :cond_0
iget-wide v0, p0, Lokhttp3/internal/framed/Ping;->sent:J
cmp-long v0, v0, v2
if-nez v0, :cond_1
:cond_0
new-instance v0, Ljava/lang/IllegalStateException;
invoke-direct {v0}, Ljava/lang/IllegalStateException;-><init>()V
throw v0
:cond_1
invoke-static {}, Ljava/lang/System;->nanoTime()J
move-result-wide v0
iput-wide v0, p0, Lokhttp3/internal/framed/Ping;->received:J
iget-object v0, p0, Lokhttp3/internal/framed/Ping;->latch:Ljava/util/concurrent/CountDownLatch;
invoke-virtual {v0}, Ljava/util/concurrent/CountDownLatch;->countDown()V
return-void
.end method
.method public roundTripTime()J
.locals 4
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/lang/InterruptedException;
}
.end annotation
.prologue
iget-object v0, p0, Lokhttp3/internal/framed/Ping;->latch:Ljava/util/concurrent/CountDownLatch;
invoke-virtual {v0}, Ljava/util/concurrent/CountDownLatch;->await()V
iget-wide v0, p0, Lokhttp3/internal/framed/Ping;->received:J
iget-wide v2, p0, Lokhttp3/internal/framed/Ping;->sent:J
sub-long/2addr v0, v2
return-wide v0
.end method
.method public roundTripTime(JLjava/util/concurrent/TimeUnit;)J
.locals 5
.param p1, "timeout" # J
.param p3, "unit" # Ljava/util/concurrent/TimeUnit;
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/lang/InterruptedException;
}
.end annotation
.prologue
iget-object v0, p0, Lokhttp3/internal/framed/Ping;->latch:Ljava/util/concurrent/CountDownLatch;
invoke-virtual {v0, p1, p2, p3}, Ljava/util/concurrent/CountDownLatch;->await(JLjava/util/concurrent/TimeUnit;)Z
move-result v0
if-eqz v0, :cond_0
iget-wide v0, p0, Lokhttp3/internal/framed/Ping;->received:J
iget-wide v2, p0, Lokhttp3/internal/framed/Ping;->sent:J
sub-long/2addr v0, v2
:goto_0
return-wide v0
:cond_0
const-wide/16 v0, -0x2
goto :goto_0
.end method
.method send()V
.locals 4
.prologue
iget-wide v0, p0, Lokhttp3/internal/framed/Ping;->sent:J
const-wide/16 v2, -0x1
cmp-long v0, v0, v2
if-eqz v0, :cond_0
new-instance v0, Ljava/lang/IllegalStateException;
invoke-direct {v0}, Ljava/lang/IllegalStateException;-><init>()V
throw v0
:cond_0
invoke-static {}, Ljava/lang/System;->nanoTime()J
move-result-wide v0
iput-wide v0, p0, Lokhttp3/internal/framed/Ping;->sent:J
return-void
.end method