今奥全景相机
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.

211 lines
4.2 KiB

.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
.line 29
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
.line 25
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;
.line 26
iput-wide v2, p0, Lokhttp3/internal/framed/Ping;->sent:J
.line 27
iput-wide v2, p0, Lokhttp3/internal/framed/Ping;->received:J
.line 30
return-void
.end method
# virtual methods
.method cancel()V
.locals 4
.prologue
const-wide/16 v2, -0x1
.line 44
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
.line 45
: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
.line 46
iget-object v0, p0, Lokhttp3/internal/framed/Ping;->latch:Ljava/util/concurrent/CountDownLatch;
invoke-virtual {v0}, Ljava/util/concurrent/CountDownLatch;->countDown()V
.line 47
return-void
.end method
.method receive()V
.locals 4
.prologue
const-wide/16 v2, -0x1
.line 38
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
.line 39
:cond_1
invoke-static {}, Ljava/lang/System;->nanoTime()J
move-result-wide v0
iput-wide v0, p0, Lokhttp3/internal/framed/Ping;->received:J
.line 40
iget-object v0, p0, Lokhttp3/internal/framed/Ping;->latch:Ljava/util/concurrent/CountDownLatch;
invoke-virtual {v0}, Ljava/util/concurrent/CountDownLatch;->countDown()V
.line 41
return-void
.end method
.method public roundTripTime()J
.locals 4
.prologue
.line 54
iget-object v0, p0, Lokhttp3/internal/framed/Ping;->latch:Ljava/util/concurrent/CountDownLatch;
invoke-virtual {v0}, Ljava/util/concurrent/CountDownLatch;->await()V
.line 55
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
.prologue
.line 63
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
.line 64
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
.line 66
:goto_0
return-wide v0
:cond_0
const-wide/16 v0, -0x2
goto :goto_0
.end method
.method send()V
.locals 4
.prologue
.line 33
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
.line 34
:cond_0
invoke-static {}, Ljava/lang/System;->nanoTime()J
move-result-wide v0
iput-wide v0, p0, Lokhttp3/internal/framed/Ping;->sent:J
.line 35
return-void
.end method