Ping.smali

.class public final Lcom/squareup/okhttp/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
    .registers 3

    .line 1
    invoke-direct {p0}, Ljava/lang/Object;-><init>()V

    .line 2
    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, Lcom/squareup/okhttp/internal/framed/Ping;->latch:Ljava/util/concurrent/CountDownLatch;

    const-wide/16 v0, -0x1

    .line 3
    iput-wide v0, p0, Lcom/squareup/okhttp/internal/framed/Ping;->sent:J

    .line 4
    iput-wide v0, p0, Lcom/squareup/okhttp/internal/framed/Ping;->received:J

    return-void
.end method


# virtual methods
.method cancel()V
    .registers 6

    .line 1
    iget-wide v0, p0, Lcom/squareup/okhttp/internal/framed/Ping;->received:J

    const-wide/16 v2, -0x1

    cmp-long v4, v0, v2

    if-nez v4, :cond_19

    iget-wide v0, p0, Lcom/squareup/okhttp/internal/framed/Ping;->sent:J

    cmp-long v4, v0, v2

    if-eqz v4, :cond_19

    const-wide/16 v2, 0x1

    sub-long/2addr v0, v2

    .line 2
    iput-wide v0, p0, Lcom/squareup/okhttp/internal/framed/Ping;->received:J

    .line 3
    iget-object v0, p0, Lcom/squareup/okhttp/internal/framed/Ping;->latch:Ljava/util/concurrent/CountDownLatch;

    invoke-virtual {v0}, Ljava/util/concurrent/CountDownLatch;->countDown()V

    return-void

    .line 4
    :cond_19
    new-instance v0, Ljava/lang/IllegalStateException;

    invoke-direct {v0}, Ljava/lang/IllegalStateException;-><init>()V

    throw v0
.end method

.method receive()V
    .registers 6

    .line 1
    iget-wide v0, p0, Lcom/squareup/okhttp/internal/framed/Ping;->received:J

    const-wide/16 v2, -0x1

    cmp-long v4, v0, v2

    if-nez v4, :cond_1a

    iget-wide v0, p0, Lcom/squareup/okhttp/internal/framed/Ping;->sent:J

    cmp-long v4, v0, v2

    if-eqz v4, :cond_1a

    .line 2
    invoke-static {}, Ljava/lang/System;->nanoTime()J

    move-result-wide v0

    iput-wide v0, p0, Lcom/squareup/okhttp/internal/framed/Ping;->received:J

    .line 3
    iget-object v0, p0, Lcom/squareup/okhttp/internal/framed/Ping;->latch:Ljava/util/concurrent/CountDownLatch;

    invoke-virtual {v0}, Ljava/util/concurrent/CountDownLatch;->countDown()V

    return-void

    .line 4
    :cond_1a
    new-instance v0, Ljava/lang/IllegalStateException;

    invoke-direct {v0}, Ljava/lang/IllegalStateException;-><init>()V

    throw v0
.end method

.method public roundTripTime()J
    .registers 5
    .annotation system Ldalvik/annotation/Throws;
        value = {
            Ljava/lang/InterruptedException;
        }
    .end annotation

    .line 1
    iget-object v0, p0, Lcom/squareup/okhttp/internal/framed/Ping;->latch:Ljava/util/concurrent/CountDownLatch;

    invoke-virtual {v0}, Ljava/util/concurrent/CountDownLatch;->await()V

    .line 2
    iget-wide v0, p0, Lcom/squareup/okhttp/internal/framed/Ping;->received:J

    iget-wide v2, p0, Lcom/squareup/okhttp/internal/framed/Ping;->sent:J

    sub-long/2addr v0, v2

    return-wide v0
.end method

.method public roundTripTime(JLjava/util/concurrent/TimeUnit;)J
    .registers 6
    .annotation system Ldalvik/annotation/Throws;
        value = {
            Ljava/lang/InterruptedException;
        }
    .end annotation

    .line 3
    iget-object v0, p0, Lcom/squareup/okhttp/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 p1

    if-eqz p1, :cond_e

    .line 4
    iget-wide p1, p0, Lcom/squareup/okhttp/internal/framed/Ping;->received:J

    iget-wide v0, p0, Lcom/squareup/okhttp/internal/framed/Ping;->sent:J

    sub-long/2addr p1, v0

    return-wide p1

    :cond_e
    const-wide/16 p1, -0x2

    return-wide p1
.end method

.method send()V
    .registers 6

    .line 1
    iget-wide v0, p0, Lcom/squareup/okhttp/internal/framed/Ping;->sent:J

    const-wide/16 v2, -0x1

    cmp-long v4, v0, v2

    if-nez v4, :cond_f

    .line 2
    invoke-static {}, Ljava/lang/System;->nanoTime()J

    move-result-wide v0

    iput-wide v0, p0, Lcom/squareup/okhttp/internal/framed/Ping;->sent:J

    return-void

    .line 3
    :cond_f
    new-instance v0, Ljava/lang/IllegalStateException;

    invoke-direct {v0}, Ljava/lang/IllegalStateException;-><init>()V

    throw v0
.end method