Http2$Writer.smali
.class final Lcom/squareup/okhttp/internal/framed/Http2$Writer;
.super Ljava/lang/Object;
.source "Http2.java"
# interfaces
.implements Lcom/squareup/okhttp/internal/framed/FrameWriter;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/squareup/okhttp/internal/framed/Http2;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x18
name = "Writer"
.end annotation
# instance fields
.field private final client:Z
.field private closed:Z
.field private final hpackBuffer:Lokio/Buffer;
.field private final hpackWriter:Lcom/squareup/okhttp/internal/framed/Hpack$Writer;
.field private maxFrameSize:I
.field private final sink:Lokio/BufferedSink;
# direct methods
.method constructor <init>(Lokio/BufferedSink;Z)V
.registers 3
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
.line 2
iput-object p1, p0, Lcom/squareup/okhttp/internal/framed/Http2$Writer;->sink:Lokio/BufferedSink;
.line 3
iput-boolean p2, p0, Lcom/squareup/okhttp/internal/framed/Http2$Writer;->client:Z
.line 4
new-instance p1, Lokio/Buffer;
invoke-direct {p1}, Lokio/Buffer;-><init>()V
iput-object p1, p0, Lcom/squareup/okhttp/internal/framed/Http2$Writer;->hpackBuffer:Lokio/Buffer;
.line 5
new-instance p1, Lcom/squareup/okhttp/internal/framed/Hpack$Writer;
iget-object p2, p0, Lcom/squareup/okhttp/internal/framed/Http2$Writer;->hpackBuffer:Lokio/Buffer;
invoke-direct {p1, p2}, Lcom/squareup/okhttp/internal/framed/Hpack$Writer;-><init>(Lokio/Buffer;)V
iput-object p1, p0, Lcom/squareup/okhttp/internal/framed/Http2$Writer;->hpackWriter:Lcom/squareup/okhttp/internal/framed/Hpack$Writer;
const/16 p1, 0x4000
.line 6
iput p1, p0, Lcom/squareup/okhttp/internal/framed/Http2$Writer;->maxFrameSize:I
return-void
.end method
.method private writeContinuationFrames(IJ)V
.registers 11
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
:goto_0
const-wide/16 v0, 0x0
cmp-long v2, p2, v0
if-lez v2, :cond_24
.line 1
iget v2, p0, Lcom/squareup/okhttp/internal/framed/Http2$Writer;->maxFrameSize:I
int-to-long v2, v2
invoke-static {v2, v3, p2, p3}, Ljava/lang/Math;->min(JJ)J
move-result-wide v2
long-to-int v3, v2
int-to-long v4, v3
sub-long/2addr p2, v4
const/16 v2, 0x9
cmp-long v6, p2, v0
if-nez v6, :cond_18
const/4 v0, 0x4
goto :goto_19
:cond_18
const/4 v0, 0x0
.line 2
:goto_19
invoke-virtual {p0, p1, v3, v2, v0}, Lcom/squareup/okhttp/internal/framed/Http2$Writer;->frameHeader(IIBB)V
.line 3
iget-object v0, p0, Lcom/squareup/okhttp/internal/framed/Http2$Writer;->sink:Lokio/BufferedSink;
iget-object v1, p0, Lcom/squareup/okhttp/internal/framed/Http2$Writer;->hpackBuffer:Lokio/Buffer;
invoke-interface {v0, v1, v4, v5}, Lokio/Sink;->write(Lokio/Buffer;J)V
goto :goto_0
:cond_24
return-void
.end method
# virtual methods
.method public declared-synchronized ackSettings(Lcom/squareup/okhttp/internal/framed/Settings;)V
.registers 4
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
monitor-enter p0
.line 1
:try_start_1
iget-boolean v0, p0, Lcom/squareup/okhttp/internal/framed/Http2$Writer;->closed:Z
if-nez v0, :cond_1a
.line 2
iget v0, p0, Lcom/squareup/okhttp/internal/framed/Http2$Writer;->maxFrameSize:I
invoke-virtual {p1, v0}, Lcom/squareup/okhttp/internal/framed/Settings;->getMaxFrameSize(I)I
move-result p1
iput p1, p0, Lcom/squareup/okhttp/internal/framed/Http2$Writer;->maxFrameSize:I
const/4 p1, 0x4
const/4 v0, 0x1
const/4 v1, 0x0
.line 3
invoke-virtual {p0, v1, v1, p1, v0}, Lcom/squareup/okhttp/internal/framed/Http2$Writer;->frameHeader(IIBB)V
.line 4
iget-object p1, p0, Lcom/squareup/okhttp/internal/framed/Http2$Writer;->sink:Lokio/BufferedSink;
invoke-interface {p1}, Lokio/BufferedSink;->flush()V
:try_end_18
.catchall {:try_start_1 .. :try_end_18} :catchall_22
.line 5
monitor-exit p0
return-void
.line 6
:cond_1a
:try_start_1a
new-instance p1, Ljava/io/IOException;
const-string v0, "closed"
invoke-direct {p1, v0}, Ljava/io/IOException;-><init>(Ljava/lang/String;)V
throw p1
:try_end_22
.catchall {:try_start_1a .. :try_end_22} :catchall_22
:catchall_22
move-exception p1
monitor-exit p0
throw p1
.end method
.method public declared-synchronized close()V
.registers 2
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
monitor-enter p0
const/4 v0, 0x1
.line 1
:try_start_2
iput-boolean v0, p0, Lcom/squareup/okhttp/internal/framed/Http2$Writer;->closed:Z
.line 2
iget-object v0, p0, Lcom/squareup/okhttp/internal/framed/Http2$Writer;->sink:Lokio/BufferedSink;
invoke-interface {v0}, Lokio/Sink;->close()V
:try_end_9
.catchall {:try_start_2 .. :try_end_9} :catchall_b
.line 3
monitor-exit p0
return-void
:catchall_b
move-exception v0
monitor-exit p0
throw v0
.end method
.method public declared-synchronized connectionPreface()V
.registers 6
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
monitor-enter p0
.line 1
:try_start_1
iget-boolean v0, p0, Lcom/squareup/okhttp/internal/framed/Http2$Writer;->closed:Z
if-nez v0, :cond_46
.line 2
iget-boolean v0, p0, Lcom/squareup/okhttp/internal/framed/Http2$Writer;->client:Z
:try_end_7
.catchall {:try_start_1 .. :try_end_7} :catchall_4e
if-nez v0, :cond_b
monitor-exit p0
return-void
.line 3
:cond_b
:try_start_b
# getter for: Lcom/squareup/okhttp/internal/framed/Http2;->logger:Ljava/util/logging/Logger;
invoke-static {}, Lcom/squareup/okhttp/internal/framed/Http2;->access$100()Ljava/util/logging/Logger;
move-result-object v0
sget-object v1, Ljava/util/logging/Level;->FINE:Ljava/util/logging/Level;
invoke-virtual {v0, v1}, Ljava/util/logging/Logger;->isLoggable(Ljava/util/logging/Level;)Z
move-result v0
if-eqz v0, :cond_32
.line 4
# getter for: Lcom/squareup/okhttp/internal/framed/Http2;->logger:Ljava/util/logging/Logger;
invoke-static {}, Lcom/squareup/okhttp/internal/framed/Http2;->access$100()Ljava/util/logging/Logger;
move-result-object v0
const-string v1, ">> CONNECTION %s"
const/4 v2, 0x1
new-array v2, v2, [Ljava/lang/Object;
const/4 v3, 0x0
# getter for: Lcom/squareup/okhttp/internal/framed/Http2;->CONNECTION_PREFACE:Lokio/ByteString;
invoke-static {}, Lcom/squareup/okhttp/internal/framed/Http2;->access$000()Lokio/ByteString;
move-result-object v4
invoke-virtual {v4}, Lokio/ByteString;->hex()Ljava/lang/String;
move-result-object v4
aput-object v4, v2, v3
invoke-static {v1, v2}, Ljava/lang/String;->format(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
move-result-object v1
invoke-virtual {v0, v1}, Ljava/util/logging/Logger;->fine(Ljava/lang/String;)V
.line 5
:cond_32
iget-object v0, p0, Lcom/squareup/okhttp/internal/framed/Http2$Writer;->sink:Lokio/BufferedSink;
# getter for: Lcom/squareup/okhttp/internal/framed/Http2;->CONNECTION_PREFACE:Lokio/ByteString;
invoke-static {}, Lcom/squareup/okhttp/internal/framed/Http2;->access$000()Lokio/ByteString;
move-result-object v1
invoke-virtual {v1}, Lokio/ByteString;->toByteArray()[B
move-result-object v1
invoke-interface {v0, v1}, Lokio/BufferedSink;->write([B)Lokio/BufferedSink;
.line 6
iget-object v0, p0, Lcom/squareup/okhttp/internal/framed/Http2$Writer;->sink:Lokio/BufferedSink;
invoke-interface {v0}, Lokio/BufferedSink;->flush()V
:try_end_44
.catchall {:try_start_b .. :try_end_44} :catchall_4e
.line 7
monitor-exit p0
return-void
.line 8
:cond_46
:try_start_46
new-instance v0, Ljava/io/IOException;
const-string v1, "closed"
invoke-direct {v0, v1}, Ljava/io/IOException;-><init>(Ljava/lang/String;)V
throw v0
:try_end_4e
.catchall {:try_start_46 .. :try_end_4e} :catchall_4e
:catchall_4e
move-exception v0
monitor-exit p0
throw v0
.end method
.method public declared-synchronized data(ZILokio/Buffer;I)V
.registers 6
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
monitor-enter p0
.line 1
:try_start_1
iget-boolean v0, p0, Lcom/squareup/okhttp/internal/framed/Http2$Writer;->closed:Z
if-nez v0, :cond_f
const/4 v0, 0x0
if-eqz p1, :cond_a
const/4 p1, 0x1
int-to-byte v0, p1
.line 2
:cond_a
invoke-virtual {p0, p2, v0, p3, p4}, Lcom/squareup/okhttp/internal/framed/Http2$Writer;->dataFrame(IBLokio/Buffer;I)V
:try_end_d
.catchall {:try_start_1 .. :try_end_d} :catchall_17
.line 3
monitor-exit p0
return-void
.line 4
:cond_f
:try_start_f
new-instance p1, Ljava/io/IOException;
const-string p2, "closed"
invoke-direct {p1, p2}, Ljava/io/IOException;-><init>(Ljava/lang/String;)V
throw p1
:try_end_17
.catchall {:try_start_f .. :try_end_17} :catchall_17
:catchall_17
move-exception p1
monitor-exit p0
throw p1
.end method
.method dataFrame(IBLokio/Buffer;I)V
.registers 7
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
const/4 v0, 0x0
.line 1
invoke-virtual {p0, p1, p4, v0, p2}, Lcom/squareup/okhttp/internal/framed/Http2$Writer;->frameHeader(IIBB)V
if-lez p4, :cond_c
.line 2
iget-object p1, p0, Lcom/squareup/okhttp/internal/framed/Http2$Writer;->sink:Lokio/BufferedSink;
int-to-long v0, p4
invoke-interface {p1, p3, v0, v1}, Lokio/Sink;->write(Lokio/Buffer;J)V
:cond_c
return-void
.end method
.method public declared-synchronized flush()V
.registers 3
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
monitor-enter p0
.line 1
:try_start_1
iget-boolean v0, p0, Lcom/squareup/okhttp/internal/framed/Http2$Writer;->closed:Z
if-nez v0, :cond_c
.line 2
iget-object v0, p0, Lcom/squareup/okhttp/internal/framed/Http2$Writer;->sink:Lokio/BufferedSink;
invoke-interface {v0}, Lokio/BufferedSink;->flush()V
:try_end_a
.catchall {:try_start_1 .. :try_end_a} :catchall_14
.line 3
monitor-exit p0
return-void
.line 4
:cond_c
:try_start_c
new-instance v0, Ljava/io/IOException;
const-string v1, "closed"
invoke-direct {v0, v1}, Ljava/io/IOException;-><init>(Ljava/lang/String;)V
throw v0
:try_end_14
.catchall {:try_start_c .. :try_end_14} :catchall_14
:catchall_14
move-exception v0
monitor-exit p0
throw v0
.end method
.method frameHeader(IIBB)V
.registers 9
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
.line 1
# getter for: Lcom/squareup/okhttp/internal/framed/Http2;->logger:Ljava/util/logging/Logger;
invoke-static {}, Lcom/squareup/okhttp/internal/framed/Http2;->access$100()Ljava/util/logging/Logger;
move-result-object v0
sget-object v1, Ljava/util/logging/Level;->FINE:Ljava/util/logging/Level;
invoke-virtual {v0, v1}, Ljava/util/logging/Logger;->isLoggable(Ljava/util/logging/Level;)Z
move-result v0
const/4 v1, 0x0
if-eqz v0, :cond_18
# getter for: Lcom/squareup/okhttp/internal/framed/Http2;->logger:Ljava/util/logging/Logger;
invoke-static {}, Lcom/squareup/okhttp/internal/framed/Http2;->access$100()Ljava/util/logging/Logger;
move-result-object v0
invoke-static {v1, p1, p2, p3, p4}, Lcom/squareup/okhttp/internal/framed/Http2$FrameLogger;->formatHeader(ZIIBB)Ljava/lang/String;
move-result-object v2
invoke-virtual {v0, v2}, Ljava/util/logging/Logger;->fine(Ljava/lang/String;)V
.line 2
:cond_18
iget v0, p0, Lcom/squareup/okhttp/internal/framed/Http2$Writer;->maxFrameSize:I
const/4 v2, 0x0
const/4 v3, 0x1
if-gt p2, v0, :cond_4e
const/high16 v0, -0x80000000
and-int/2addr v0, p1
if-nez v0, :cond_40
.line 3
iget-object v0, p0, Lcom/squareup/okhttp/internal/framed/Http2$Writer;->sink:Lokio/BufferedSink;
# invokes: Lcom/squareup/okhttp/internal/framed/Http2;->writeMedium(Lokio/BufferedSink;I)V
invoke-static {v0, p2}, Lcom/squareup/okhttp/internal/framed/Http2;->access$600(Lokio/BufferedSink;I)V
.line 4
iget-object p2, p0, Lcom/squareup/okhttp/internal/framed/Http2$Writer;->sink:Lokio/BufferedSink;
and-int/lit16 p3, p3, 0xff
invoke-interface {p2, p3}, Lokio/BufferedSink;->writeByte(I)Lokio/BufferedSink;
.line 5
iget-object p2, p0, Lcom/squareup/okhttp/internal/framed/Http2$Writer;->sink:Lokio/BufferedSink;
and-int/lit16 p3, p4, 0xff
invoke-interface {p2, p3}, Lokio/BufferedSink;->writeByte(I)Lokio/BufferedSink;
.line 6
iget-object p2, p0, Lcom/squareup/okhttp/internal/framed/Http2$Writer;->sink:Lokio/BufferedSink;
const p3, 0x7fffffff
and-int/2addr p1, p3
invoke-interface {p2, p1}, Lokio/BufferedSink;->writeInt(I)Lokio/BufferedSink;
return-void
.line 7
:cond_40
new-array p2, v3, [Ljava/lang/Object;
invoke-static {p1}, Ljava/lang/Integer;->valueOf(I)Ljava/lang/Integer;
move-result-object p1
aput-object p1, p2, v1
const-string p1, "reserved bit set: %s"
invoke-static {p1, p2}, Lcom/squareup/okhttp/internal/framed/Http2;->access$500(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/IllegalArgumentException;
throw v2
:cond_4e
const/4 p1, 0x2
.line 8
new-array p1, p1, [Ljava/lang/Object;
invoke-static {v0}, Ljava/lang/Integer;->valueOf(I)Ljava/lang/Integer;
move-result-object p3
aput-object p3, p1, v1
invoke-static {p2}, Ljava/lang/Integer;->valueOf(I)Ljava/lang/Integer;
move-result-object p2
aput-object p2, p1, v3
const-string p2, "FRAME_SIZE_ERROR length > %d: %d"
invoke-static {p2, p1}, Lcom/squareup/okhttp/internal/framed/Http2;->access$500(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/IllegalArgumentException;
throw v2
.end method
.method public declared-synchronized goAway(ILcom/squareup/okhttp/internal/framed/ErrorCode;[B)V
.registers 7
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
monitor-enter p0
.line 1
:try_start_1
iget-boolean v0, p0, Lcom/squareup/okhttp/internal/framed/Http2$Writer;->closed:Z
if-nez v0, :cond_36
.line 2
iget v0, p2, Lcom/squareup/okhttp/internal/framed/ErrorCode;->httpCode:I
const/4 v1, -0x1
const/4 v2, 0x0
if-eq v0, v1, :cond_2d
.line 3
array-length v0, p3
add-int/lit8 v0, v0, 0x8
const/4 v1, 0x7
.line 4
invoke-virtual {p0, v2, v0, v1, v2}, Lcom/squareup/okhttp/internal/framed/Http2$Writer;->frameHeader(IIBB)V
.line 5
iget-object v0, p0, Lcom/squareup/okhttp/internal/framed/Http2$Writer;->sink:Lokio/BufferedSink;
invoke-interface {v0, p1}, Lokio/BufferedSink;->writeInt(I)Lokio/BufferedSink;
.line 6
iget-object p1, p0, Lcom/squareup/okhttp/internal/framed/Http2$Writer;->sink:Lokio/BufferedSink;
iget p2, p2, Lcom/squareup/okhttp/internal/framed/ErrorCode;->httpCode:I
invoke-interface {p1, p2}, Lokio/BufferedSink;->writeInt(I)Lokio/BufferedSink;
.line 7
array-length p1, p3
if-lez p1, :cond_26
.line 8
iget-object p1, p0, Lcom/squareup/okhttp/internal/framed/Http2$Writer;->sink:Lokio/BufferedSink;
invoke-interface {p1, p3}, Lokio/BufferedSink;->write([B)Lokio/BufferedSink;
.line 9
:cond_26
iget-object p1, p0, Lcom/squareup/okhttp/internal/framed/Http2$Writer;->sink:Lokio/BufferedSink;
invoke-interface {p1}, Lokio/BufferedSink;->flush()V
:try_end_2b
.catchall {:try_start_1 .. :try_end_2b} :catchall_3e
.line 10
monitor-exit p0
return-void
:cond_2d
:try_start_2d
const-string p1, "errorCode.httpCode == -1"
.line 11
new-array p2, v2, [Ljava/lang/Object;
invoke-static {p1, p2}, Lcom/squareup/okhttp/internal/framed/Http2;->access$500(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/IllegalArgumentException;
:try_end_34
.catchall {:try_start_2d .. :try_end_34} :catchall_3e
const/4 p1, 0x0
throw p1
.line 12
:cond_36
:try_start_36
new-instance p1, Ljava/io/IOException;
const-string p2, "closed"
invoke-direct {p1, p2}, Ljava/io/IOException;-><init>(Ljava/lang/String;)V
throw p1
:try_end_3e
.catchall {:try_start_36 .. :try_end_3e} :catchall_3e
:catchall_3e
move-exception p1
monitor-exit p0
throw p1
.end method
.method public declared-synchronized headers(ILjava/util/List;)V
.registers 4
.annotation system Ldalvik/annotation/Signature;
value = {
"(I",
"Ljava/util/List<",
"Lcom/squareup/okhttp/internal/framed/Header;",
">;)V"
}
.end annotation
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
monitor-enter p0
.line 1
:try_start_1
iget-boolean v0, p0, Lcom/squareup/okhttp/internal/framed/Http2$Writer;->closed:Z
if-nez v0, :cond_b
const/4 v0, 0x0
.line 2
invoke-virtual {p0, v0, p1, p2}, Lcom/squareup/okhttp/internal/framed/Http2$Writer;->headers(ZILjava/util/List;)V
:try_end_9
.catchall {:try_start_1 .. :try_end_9} :catchall_13
.line 3
monitor-exit p0
return-void
.line 4
:cond_b
:try_start_b
new-instance p1, Ljava/io/IOException;
const-string p2, "closed"
invoke-direct {p1, p2}, Ljava/io/IOException;-><init>(Ljava/lang/String;)V
throw p1
:try_end_13
.catchall {:try_start_b .. :try_end_13} :catchall_13
:catchall_13
move-exception p1
monitor-exit p0
throw p1
.end method
.method headers(ZILjava/util/List;)V
.registers 9
.annotation system Ldalvik/annotation/Signature;
value = {
"(ZI",
"Ljava/util/List<",
"Lcom/squareup/okhttp/internal/framed/Header;",
">;)V"
}
.end annotation
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
.line 5
iget-boolean v0, p0, Lcom/squareup/okhttp/internal/framed/Http2$Writer;->closed:Z
if-nez v0, :cond_38
.line 6
iget-object v0, p0, Lcom/squareup/okhttp/internal/framed/Http2$Writer;->hpackWriter:Lcom/squareup/okhttp/internal/framed/Hpack$Writer;
invoke-virtual {v0, p3}, Lcom/squareup/okhttp/internal/framed/Hpack$Writer;->writeHeaders(Ljava/util/List;)V
.line 7
iget-object p3, p0, Lcom/squareup/okhttp/internal/framed/Http2$Writer;->hpackBuffer:Lokio/Buffer;
invoke-virtual {p3}, Lokio/Buffer;->size()J
move-result-wide v0
.line 8
iget p3, p0, Lcom/squareup/okhttp/internal/framed/Http2$Writer;->maxFrameSize:I
int-to-long v2, p3
invoke-static {v2, v3, v0, v1}, Ljava/lang/Math;->min(JJ)J
move-result-wide v2
long-to-int p3, v2
int-to-long v2, p3
cmp-long v4, v0, v2
if-nez v4, :cond_1e
const/4 v4, 0x4
goto :goto_1f
:cond_1e
const/4 v4, 0x0
:goto_1f
if-eqz p1, :cond_24
or-int/lit8 p1, v4, 0x1
int-to-byte v4, p1
:cond_24
const/4 p1, 0x1
.line 9
invoke-virtual {p0, p2, p3, p1, v4}, Lcom/squareup/okhttp/internal/framed/Http2$Writer;->frameHeader(IIBB)V
.line 10
iget-object p1, p0, Lcom/squareup/okhttp/internal/framed/Http2$Writer;->sink:Lokio/BufferedSink;
iget-object p3, p0, Lcom/squareup/okhttp/internal/framed/Http2$Writer;->hpackBuffer:Lokio/Buffer;
invoke-interface {p1, p3, v2, v3}, Lokio/Sink;->write(Lokio/Buffer;J)V
cmp-long p1, v0, v2
if-lez p1, :cond_37
sub-long/2addr v0, v2
.line 11
invoke-direct {p0, p2, v0, v1}, Lcom/squareup/okhttp/internal/framed/Http2$Writer;->writeContinuationFrames(IJ)V
:cond_37
return-void
.line 12
:cond_38
new-instance p1, Ljava/io/IOException;
const-string p2, "closed"
invoke-direct {p1, p2}, Ljava/io/IOException;-><init>(Ljava/lang/String;)V
throw p1
.end method
.method public maxDataLength()I
.registers 2
.line 1
iget v0, p0, Lcom/squareup/okhttp/internal/framed/Http2$Writer;->maxFrameSize:I
return v0
.end method
.method public declared-synchronized ping(ZII)V
.registers 7
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
monitor-enter p0
.line 1
:try_start_1
iget-boolean v0, p0, Lcom/squareup/okhttp/internal/framed/Http2$Writer;->closed:Z
if-nez v0, :cond_22
const/16 v0, 0x8
const/4 v1, 0x6
const/4 v2, 0x0
if-eqz p1, :cond_d
const/4 p1, 0x1
goto :goto_e
:cond_d
const/4 p1, 0x0
.line 2
:goto_e
invoke-virtual {p0, v2, v0, v1, p1}, Lcom/squareup/okhttp/internal/framed/Http2$Writer;->frameHeader(IIBB)V
.line 3
iget-object p1, p0, Lcom/squareup/okhttp/internal/framed/Http2$Writer;->sink:Lokio/BufferedSink;
invoke-interface {p1, p2}, Lokio/BufferedSink;->writeInt(I)Lokio/BufferedSink;
.line 4
iget-object p1, p0, Lcom/squareup/okhttp/internal/framed/Http2$Writer;->sink:Lokio/BufferedSink;
invoke-interface {p1, p3}, Lokio/BufferedSink;->writeInt(I)Lokio/BufferedSink;
.line 5
iget-object p1, p0, Lcom/squareup/okhttp/internal/framed/Http2$Writer;->sink:Lokio/BufferedSink;
invoke-interface {p1}, Lokio/BufferedSink;->flush()V
:try_end_20
.catchall {:try_start_1 .. :try_end_20} :catchall_2a
.line 6
monitor-exit p0
return-void
.line 7
:cond_22
:try_start_22
new-instance p1, Ljava/io/IOException;
const-string p2, "closed"
invoke-direct {p1, p2}, Ljava/io/IOException;-><init>(Ljava/lang/String;)V
throw p1
:try_end_2a
.catchall {:try_start_22 .. :try_end_2a} :catchall_2a
:catchall_2a
move-exception p1
monitor-exit p0
throw p1
.end method
.method public declared-synchronized pushPromise(IILjava/util/List;)V
.registers 11
.annotation system Ldalvik/annotation/Signature;
value = {
"(II",
"Ljava/util/List<",
"Lcom/squareup/okhttp/internal/framed/Header;",
">;)V"
}
.end annotation
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
monitor-enter p0
.line 1
:try_start_1
iget-boolean v0, p0, Lcom/squareup/okhttp/internal/framed/Http2$Writer;->closed:Z
if-nez v0, :cond_41
.line 2
iget-object v0, p0, Lcom/squareup/okhttp/internal/framed/Http2$Writer;->hpackWriter:Lcom/squareup/okhttp/internal/framed/Hpack$Writer;
invoke-virtual {v0, p3}, Lcom/squareup/okhttp/internal/framed/Hpack$Writer;->writeHeaders(Ljava/util/List;)V
.line 3
iget-object p3, p0, Lcom/squareup/okhttp/internal/framed/Http2$Writer;->hpackBuffer:Lokio/Buffer;
invoke-virtual {p3}, Lokio/Buffer;->size()J
move-result-wide v0
.line 4
iget p3, p0, Lcom/squareup/okhttp/internal/framed/Http2$Writer;->maxFrameSize:I
const/4 v2, 0x4
sub-int/2addr p3, v2
int-to-long v3, p3
invoke-static {v3, v4, v0, v1}, Ljava/lang/Math;->min(JJ)J
move-result-wide v3
long-to-int p3, v3
const/4 v3, 0x5
int-to-long v4, p3
cmp-long v6, v0, v4
if-nez v6, :cond_22
const/4 v6, 0x4
goto :goto_23
:cond_22
const/4 v6, 0x0
:goto_23
add-int/2addr p3, v2
.line 5
invoke-virtual {p0, p1, p3, v3, v6}, Lcom/squareup/okhttp/internal/framed/Http2$Writer;->frameHeader(IIBB)V
.line 6
iget-object p3, p0, Lcom/squareup/okhttp/internal/framed/Http2$Writer;->sink:Lokio/BufferedSink;
const v2, 0x7fffffff
and-int/2addr p2, v2
invoke-interface {p3, p2}, Lokio/BufferedSink;->writeInt(I)Lokio/BufferedSink;
.line 7
iget-object p2, p0, Lcom/squareup/okhttp/internal/framed/Http2$Writer;->sink:Lokio/BufferedSink;
iget-object p3, p0, Lcom/squareup/okhttp/internal/framed/Http2$Writer;->hpackBuffer:Lokio/Buffer;
invoke-interface {p2, p3, v4, v5}, Lokio/Sink;->write(Lokio/Buffer;J)V
cmp-long p2, v0, v4
if-lez p2, :cond_3f
sub-long/2addr v0, v4
.line 8
invoke-direct {p0, p1, v0, v1}, Lcom/squareup/okhttp/internal/framed/Http2$Writer;->writeContinuationFrames(IJ)V
:try_end_3f
.catchall {:try_start_1 .. :try_end_3f} :catchall_49
.line 9
:cond_3f
monitor-exit p0
return-void
.line 10
:cond_41
:try_start_41
new-instance p1, Ljava/io/IOException;
const-string p2, "closed"
invoke-direct {p1, p2}, Ljava/io/IOException;-><init>(Ljava/lang/String;)V
throw p1
:try_end_49
.catchall {:try_start_41 .. :try_end_49} :catchall_49
:catchall_49
move-exception p1
monitor-exit p0
throw p1
.end method
.method public declared-synchronized rstStream(ILcom/squareup/okhttp/internal/framed/ErrorCode;)V
.registers 6
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
monitor-enter p0
.line 1
:try_start_1
iget-boolean v0, p0, Lcom/squareup/okhttp/internal/framed/Http2$Writer;->closed:Z
if-nez v0, :cond_24
.line 2
iget v0, p2, Lcom/squareup/okhttp/internal/framed/ErrorCode;->httpCode:I
const/4 v1, -0x1
if-eq v0, v1, :cond_1e
const/4 v0, 0x4
const/4 v1, 0x3
const/4 v2, 0x0
.line 3
invoke-virtual {p0, p1, v0, v1, v2}, Lcom/squareup/okhttp/internal/framed/Http2$Writer;->frameHeader(IIBB)V
.line 4
iget-object p1, p0, Lcom/squareup/okhttp/internal/framed/Http2$Writer;->sink:Lokio/BufferedSink;
iget p2, p2, Lcom/squareup/okhttp/internal/framed/ErrorCode;->httpCode:I
invoke-interface {p1, p2}, Lokio/BufferedSink;->writeInt(I)Lokio/BufferedSink;
.line 5
iget-object p1, p0, Lcom/squareup/okhttp/internal/framed/Http2$Writer;->sink:Lokio/BufferedSink;
invoke-interface {p1}, Lokio/BufferedSink;->flush()V
:try_end_1c
.catchall {:try_start_1 .. :try_end_1c} :catchall_2c
.line 6
monitor-exit p0
return-void
.line 7
:cond_1e
:try_start_1e
new-instance p1, Ljava/lang/IllegalArgumentException;
invoke-direct {p1}, Ljava/lang/IllegalArgumentException;-><init>()V
throw p1
.line 8
:cond_24
new-instance p1, Ljava/io/IOException;
const-string p2, "closed"
invoke-direct {p1, p2}, Ljava/io/IOException;-><init>(Ljava/lang/String;)V
throw p1
:try_end_2c
.catchall {:try_start_1e .. :try_end_2c} :catchall_2c
:catchall_2c
move-exception p1
monitor-exit p0
throw p1
.end method
.method public declared-synchronized settings(Lcom/squareup/okhttp/internal/framed/Settings;)V
.registers 6
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
monitor-enter p0
.line 1
:try_start_1
iget-boolean v0, p0, Lcom/squareup/okhttp/internal/framed/Http2$Writer;->closed:Z
if-nez v0, :cond_3d
.line 2
invoke-virtual {p1}, Lcom/squareup/okhttp/internal/framed/Settings;->size()I
move-result v0
mul-int/lit8 v0, v0, 0x6
const/4 v1, 0x0
const/4 v2, 0x4
.line 3
invoke-virtual {p0, v1, v0, v2, v1}, Lcom/squareup/okhttp/internal/framed/Http2$Writer;->frameHeader(IIBB)V
:goto_10
const/16 v0, 0xa
if-ge v1, v0, :cond_36
.line 4
invoke-virtual {p1, v1}, Lcom/squareup/okhttp/internal/framed/Settings;->isSet(I)Z
move-result v0
if-nez v0, :cond_1b
goto :goto_33
:cond_1b
if-ne v1, v2, :cond_1f
const/4 v0, 0x3
goto :goto_25
:cond_1f
const/4 v0, 0x7
if-ne v1, v0, :cond_24
const/4 v0, 0x4
goto :goto_25
:cond_24
move v0, v1
.line 5
:goto_25
iget-object v3, p0, Lcom/squareup/okhttp/internal/framed/Http2$Writer;->sink:Lokio/BufferedSink;
invoke-interface {v3, v0}, Lokio/BufferedSink;->writeShort(I)Lokio/BufferedSink;
.line 6
iget-object v0, p0, Lcom/squareup/okhttp/internal/framed/Http2$Writer;->sink:Lokio/BufferedSink;
invoke-virtual {p1, v1}, Lcom/squareup/okhttp/internal/framed/Settings;->get(I)I
move-result v3
invoke-interface {v0, v3}, Lokio/BufferedSink;->writeInt(I)Lokio/BufferedSink;
:goto_33
add-int/lit8 v1, v1, 0x1
goto :goto_10
.line 7
:cond_36
iget-object p1, p0, Lcom/squareup/okhttp/internal/framed/Http2$Writer;->sink:Lokio/BufferedSink;
invoke-interface {p1}, Lokio/BufferedSink;->flush()V
:try_end_3b
.catchall {:try_start_1 .. :try_end_3b} :catchall_45
.line 8
monitor-exit p0
return-void
.line 9
:cond_3d
:try_start_3d
new-instance p1, Ljava/io/IOException;
const-string v0, "closed"
invoke-direct {p1, v0}, Ljava/io/IOException;-><init>(Ljava/lang/String;)V
throw p1
:try_end_45
.catchall {:try_start_3d .. :try_end_45} :catchall_45
:catchall_45
move-exception p1
monitor-exit p0
goto :goto_49
:goto_48
throw p1
:goto_49
goto :goto_48
.end method
.method public declared-synchronized synReply(ZILjava/util/List;)V
.registers 5
.annotation system Ldalvik/annotation/Signature;
value = {
"(ZI",
"Ljava/util/List<",
"Lcom/squareup/okhttp/internal/framed/Header;",
">;)V"
}
.end annotation
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
monitor-enter p0
.line 1
:try_start_1
iget-boolean v0, p0, Lcom/squareup/okhttp/internal/framed/Http2$Writer;->closed:Z
if-nez v0, :cond_a
.line 2
invoke-virtual {p0, p1, p2, p3}, Lcom/squareup/okhttp/internal/framed/Http2$Writer;->headers(ZILjava/util/List;)V
:try_end_8
.catchall {:try_start_1 .. :try_end_8} :catchall_12
.line 3
monitor-exit p0
return-void
.line 4
:cond_a
:try_start_a
new-instance p1, Ljava/io/IOException;
const-string p2, "closed"
invoke-direct {p1, p2}, Ljava/io/IOException;-><init>(Ljava/lang/String;)V
throw p1
:try_end_12
.catchall {:try_start_a .. :try_end_12} :catchall_12
:catchall_12
move-exception p1
monitor-exit p0
throw p1
.end method
.method public declared-synchronized synStream(ZZIILjava/util/List;)V
.registers 6
.annotation system Ldalvik/annotation/Signature;
value = {
"(ZZII",
"Ljava/util/List<",
"Lcom/squareup/okhttp/internal/framed/Header;",
">;)V"
}
.end annotation
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
monitor-enter p0
if-nez p2, :cond_16
.line 1
:try_start_3
iget-boolean p2, p0, Lcom/squareup/okhttp/internal/framed/Http2$Writer;->closed:Z
if-nez p2, :cond_c
.line 2
invoke-virtual {p0, p1, p3, p5}, Lcom/squareup/okhttp/internal/framed/Http2$Writer;->headers(ZILjava/util/List;)V
:try_end_a
.catchall {:try_start_3 .. :try_end_a} :catchall_14
.line 3
monitor-exit p0
return-void
.line 4
:cond_c
:try_start_c
new-instance p1, Ljava/io/IOException;
const-string p2, "closed"
invoke-direct {p1, p2}, Ljava/io/IOException;-><init>(Ljava/lang/String;)V
throw p1
:catchall_14
move-exception p1
goto :goto_1c
.line 5
:cond_16
new-instance p1, Ljava/lang/UnsupportedOperationException;
invoke-direct {p1}, Ljava/lang/UnsupportedOperationException;-><init>()V
throw p1
:try_end_1c
.catchall {:try_start_c .. :try_end_1c} :catchall_14
:goto_1c
monitor-exit p0
throw p1
.end method
.method public declared-synchronized windowUpdate(IJ)V
.registers 8
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
monitor-enter p0
.line 1
:try_start_1
iget-boolean v0, p0, Lcom/squareup/okhttp/internal/framed/Http2$Writer;->closed:Z
if-nez v0, :cond_36
const-wide/16 v0, 0x0
const/4 v2, 0x0
cmp-long v3, p2, v0
if-eqz v3, :cond_26
const-wide/32 v0, 0x7fffffff
cmp-long v3, p2, v0
if-gtz v3, :cond_26
const/4 v0, 0x4
const/16 v1, 0x8
.line 2
invoke-virtual {p0, p1, v0, v1, v2}, Lcom/squareup/okhttp/internal/framed/Http2$Writer;->frameHeader(IIBB)V
.line 3
iget-object p1, p0, Lcom/squareup/okhttp/internal/framed/Http2$Writer;->sink:Lokio/BufferedSink;
long-to-int p3, p2
invoke-interface {p1, p3}, Lokio/BufferedSink;->writeInt(I)Lokio/BufferedSink;
.line 4
iget-object p1, p0, Lcom/squareup/okhttp/internal/framed/Http2$Writer;->sink:Lokio/BufferedSink;
invoke-interface {p1}, Lokio/BufferedSink;->flush()V
:try_end_24
.catchall {:try_start_1 .. :try_end_24} :catchall_3e
.line 5
monitor-exit p0
return-void
:cond_26
:try_start_26
const-string p1, "windowSizeIncrement == 0 || windowSizeIncrement > 0x7fffffffL: %s"
const/4 v0, 0x1
.line 6
new-array v0, v0, [Ljava/lang/Object;
.line 7
invoke-static {p2, p3}, Ljava/lang/Long;->valueOf(J)Ljava/lang/Long;
move-result-object p2
aput-object p2, v0, v2
.line 8
invoke-static {p1, v0}, Lcom/squareup/okhttp/internal/framed/Http2;->access$500(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/IllegalArgumentException;
:try_end_34
.catchall {:try_start_26 .. :try_end_34} :catchall_3e
const/4 p1, 0x0
throw p1
.line 9
:cond_36
:try_start_36
new-instance p1, Ljava/io/IOException;
const-string p2, "closed"
invoke-direct {p1, p2}, Ljava/io/IOException;-><init>(Ljava/lang/String;)V
throw p1
:try_end_3e
.catchall {:try_start_36 .. :try_end_3e} :catchall_3e
:catchall_3e
move-exception p1
monitor-exit p0
throw p1
.end method