Files
Daniel Elliott f3960ee359 Add Discord APKTool decompilation (Smali source for modding)
- Imported from https://github.com/supermegamestre/Project-Real-Resurrection-3
- APKTool decompilation (Smali bytecode) for modding and rebuilding APK
- Supports both 32-bit (armeabi-v7a) and 64-bit (arm64-v8a) architectures
- Includes full Smali source, resources, and native libraries
- Ready to rebuild APK after modifications with apktool b command
- Added comprehensive README-apktool.md with modding guide

This branch complements the JADX branches:
- Use JADX (main/discord-community) to UNDERSTAND code (readable Java)
- Use APKTool (this branch) to MODIFY and REBUILD APK (editable Smali)

Total: 44,417 files, 538.51 MB Smali source code
2026-02-18 16:13:44 -08:00

1307 lines
27 KiB
Smali

.class public final Lokhttp3/internal/http2/Http2Writer;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Ljava/io/Closeable;
# static fields
.field public static final logger:Ljava/util/logging/Logger;
# instance fields
.field public final client:Z
.field public closed:Z
.field public final hpackBuffer:Lokio/Buffer;
.field public final hpackWriter:Lokhttp3/internal/http2/Hpack$Writer;
.field public maxFrameSize:I
.field public final sink:Lokio/BufferedSink;
# direct methods
.method static constructor <clinit>()V
.locals 1
const-class v0, Lokhttp3/internal/http2/Http2;
.line 47
invoke-virtual {v0}, Ljava/lang/Class;->getName()Ljava/lang/String;
move-result-object v0
invoke-static {v0}, Ljava/util/logging/Logger;->getLogger(Ljava/lang/String;)Ljava/util/logging/Logger;
move-result-object v0
sput-object v0, Lokhttp3/internal/http2/Http2Writer;->logger:Ljava/util/logging/Logger;
return-void
.end method
.method public constructor <init>(Lokio/BufferedSink;Z)V
.locals 0
.line 57
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
iput-object p1, p0, Lokhttp3/internal/http2/Http2Writer;->sink:Lokio/BufferedSink;
iput-boolean p2, p0, Lokhttp3/internal/http2/Http2Writer;->client:Z
.line 60
new-instance p1, Lokio/Buffer;
invoke-direct {p1}, Lokio/Buffer;-><init>()V
iput-object p1, p0, Lokhttp3/internal/http2/Http2Writer;->hpackBuffer:Lokio/Buffer;
.line 61
new-instance p2, Lokhttp3/internal/http2/Hpack$Writer;
invoke-direct {p2, p1}, Lokhttp3/internal/http2/Hpack$Writer;-><init>(Lokio/Buffer;)V
iput-object p2, p0, Lokhttp3/internal/http2/Http2Writer;->hpackWriter:Lokhttp3/internal/http2/Hpack$Writer;
const/16 p1, 0x4000
iput p1, p0, Lokhttp3/internal/http2/Http2Writer;->maxFrameSize:I
return-void
.end method
.method public static writeMedium(Lokio/BufferedSink;I)V
.locals 1
ushr-int/lit8 v0, p1, 0x10
and-int/lit16 v0, v0, 0xff
.line 265
invoke-interface {p0, v0}, Lokio/BufferedSink;->writeByte(I)Lokio/BufferedSink;
ushr-int/lit8 v0, p1, 0x8
and-int/lit16 v0, v0, 0xff
.line 266
invoke-interface {p0, v0}, Lokio/BufferedSink;->writeByte(I)Lokio/BufferedSink;
and-int/lit16 p1, p1, 0xff
.line 267
invoke-interface {p0, p1}, Lokio/BufferedSink;->writeByte(I)Lokio/BufferedSink;
return-void
.end method
# virtual methods
.method public declared-synchronized applyAndAckSettings(Lokhttp3/internal/http2/Settings;)V
.locals 2
monitor-enter p0
:try_start_0
iget-boolean v0, p0, Lokhttp3/internal/http2/Http2Writer;->closed:Z
if-nez v0, :cond_1
iget v0, p0, Lokhttp3/internal/http2/Http2Writer;->maxFrameSize:I
.line 78
invoke-virtual {p1, v0}, Lokhttp3/internal/http2/Settings;->getMaxFrameSize(I)I
move-result v0
iput v0, p0, Lokhttp3/internal/http2/Http2Writer;->maxFrameSize:I
.line 79
invoke-virtual {p1}, Lokhttp3/internal/http2/Settings;->getHeaderTableSize()I
move-result v0
const/4 v1, -0x1
if-eq v0, v1, :cond_0
iget-object v0, p0, Lokhttp3/internal/http2/Http2Writer;->hpackWriter:Lokhttp3/internal/http2/Hpack$Writer;
.line 80
invoke-virtual {p1}, Lokhttp3/internal/http2/Settings;->getHeaderTableSize()I
move-result p1
invoke-virtual {v0, p1}, Lokhttp3/internal/http2/Hpack$Writer;->setHeaderTableSizeSetting(I)V
goto :goto_0
:catchall_0
move-exception p1
goto :goto_1
:cond_0
:goto_0
const/4 p1, 0x4
const/4 v0, 0x1
const/4 v1, 0x0
.line 86
invoke-virtual {p0, v1, v1, p1, v0}, Lokhttp3/internal/http2/Http2Writer;->frameHeader(IIBB)V
iget-object p1, p0, Lokhttp3/internal/http2/Http2Writer;->sink:Lokio/BufferedSink;
.line 87
invoke-interface {p1}, Lokio/BufferedSink;->flush()V
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
.line 88
monitor-exit p0
return-void
.line 77
:cond_1
:try_start_1
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_1
.catchall {:try_start_1 .. :try_end_1} :catchall_0
.line 88
:goto_1
monitor-exit p0
throw p1
.end method
.method public declared-synchronized close()V
.locals 1
monitor-enter p0
const/4 v0, 0x1
:try_start_0
iput-boolean v0, p0, Lokhttp3/internal/http2/Http2Writer;->closed:Z
iget-object v0, p0, Lokhttp3/internal/http2/Http2Writer;->sink:Lokio/BufferedSink;
.line 261
invoke-interface {v0}, Lokio/Sink;->close()V
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
.line 262
monitor-exit p0
return-void
:catchall_0
move-exception v0
monitor-exit p0
throw v0
.end method
.method public declared-synchronized connectionPreface()V
.locals 5
monitor-enter p0
:try_start_0
iget-boolean v0, p0, Lokhttp3/internal/http2/Http2Writer;->closed:Z
if-nez v0, :cond_2
iget-boolean v0, p0, Lokhttp3/internal/http2/Http2Writer;->client:Z
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
if-nez v0, :cond_0
.line 67
monitor-exit p0
return-void
:cond_0
:try_start_1
sget-object v0, Lokhttp3/internal/http2/Http2Writer;->logger:Ljava/util/logging/Logger;
.line 68
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 v1
if-eqz v1, :cond_1
const-string v1, ">> CONNECTION %s"
const/4 v2, 0x1
new-array v2, v2, [Ljava/lang/Object;
.line 69
sget-object v3, Lokhttp3/internal/http2/Http2;->CONNECTION_PREFACE:Lokio/ByteString;
invoke-virtual {v3}, Lokio/ByteString;->hex()Ljava/lang/String;
move-result-object v3
const/4 v4, 0x0
aput-object v3, v2, v4
invoke-static {v1, v2}, Lokhttp3/internal/Util;->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
goto :goto_0
:catchall_0
move-exception v0
goto :goto_1
:cond_1
:goto_0
iget-object v0, p0, Lokhttp3/internal/http2/Http2Writer;->sink:Lokio/BufferedSink;
.line 71
sget-object v1, Lokhttp3/internal/http2/Http2;->CONNECTION_PREFACE:Lokio/ByteString;
invoke-virtual {v1}, Lokio/ByteString;->toByteArray()[B
move-result-object v1
invoke-interface {v0, v1}, Lokio/BufferedSink;->write([B)Lokio/BufferedSink;
iget-object v0, p0, Lokhttp3/internal/http2/Http2Writer;->sink:Lokio/BufferedSink;
.line 72
invoke-interface {v0}, Lokio/BufferedSink;->flush()V
:try_end_1
.catchall {:try_start_1 .. :try_end_1} :catchall_0
.line 73
monitor-exit p0
return-void
.line 66
:cond_2
:try_start_2
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_2
.catchall {:try_start_2 .. :try_end_2} :catchall_0
.line 73
:goto_1
monitor-exit p0
throw v0
.end method
.method public declared-synchronized data(ZILokio/Buffer;I)V
.locals 1
monitor-enter p0
:try_start_0
iget-boolean v0, p0, Lokhttp3/internal/http2/Http2Writer;->closed:Z
if-nez v0, :cond_1
if-eqz p1, :cond_0
const/4 p1, 0x1
int-to-byte p1, p1
goto :goto_0
:cond_0
const/4 p1, 0x0
.line 155
:goto_0
invoke-virtual {p0, p2, p1, p3, p4}, Lokhttp3/internal/http2/Http2Writer;->dataFrame(IBLokio/Buffer;I)V
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
.line 156
monitor-exit p0
return-void
:catchall_0
move-exception p1
goto :goto_1
.line 152
:cond_1
:try_start_1
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_1
.catchall {:try_start_1 .. :try_end_1} :catchall_0
.line 156
:goto_1
monitor-exit p0
throw p1
.end method
.method public dataFrame(IBLokio/Buffer;I)V
.locals 2
const/4 v0, 0x0
.line 160
invoke-virtual {p0, p1, p4, v0, p2}, Lokhttp3/internal/http2/Http2Writer;->frameHeader(IIBB)V
if-lez p4, :cond_0
iget-object p1, p0, Lokhttp3/internal/http2/Http2Writer;->sink:Lokio/BufferedSink;
int-to-long v0, p4
.line 162
invoke-interface {p1, p3, v0, v1}, Lokio/Sink;->write(Lokio/Buffer;J)V
:cond_0
return-void
.end method
.method public declared-synchronized flush()V
.locals 2
monitor-enter p0
:try_start_0
iget-boolean v0, p0, Lokhttp3/internal/http2/Http2Writer;->closed:Z
if-nez v0, :cond_0
iget-object v0, p0, Lokhttp3/internal/http2/Http2Writer;->sink:Lokio/BufferedSink;
.line 121
invoke-interface {v0}, Lokio/BufferedSink;->flush()V
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
.line 122
monitor-exit p0
return-void
:catchall_0
move-exception v0
goto :goto_0
.line 120
:cond_0
:try_start_1
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_1
.catchall {:try_start_1 .. :try_end_1} :catchall_0
.line 122
:goto_0
monitor-exit p0
throw v0
.end method
.method public frameHeader(IIBB)V
.locals 2
sget-object v0, Lokhttp3/internal/http2/Http2Writer;->logger:Ljava/util/logging/Logger;
.line 248
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 v1
if-eqz v1, :cond_0
const/4 v1, 0x0
invoke-static {v1, p1, p2, p3, p4}, Lokhttp3/internal/http2/Http2;->frameLog(ZIIBB)Ljava/lang/String;
move-result-object v1
invoke-virtual {v0, v1}, Ljava/util/logging/Logger;->fine(Ljava/lang/String;)V
:cond_0
iget v0, p0, Lokhttp3/internal/http2/Http2Writer;->maxFrameSize:I
if-gt p2, v0, :cond_2
const/high16 v0, -0x80000000
and-int/2addr v0, p1
if-nez v0, :cond_1
iget-object v0, p0, Lokhttp3/internal/http2/Http2Writer;->sink:Lokio/BufferedSink;
.line 253
invoke-static {v0, p2}, Lokhttp3/internal/http2/Http2Writer;->writeMedium(Lokio/BufferedSink;I)V
iget-object p2, p0, Lokhttp3/internal/http2/Http2Writer;->sink:Lokio/BufferedSink;
and-int/lit16 p3, p3, 0xff
.line 254
invoke-interface {p2, p3}, Lokio/BufferedSink;->writeByte(I)Lokio/BufferedSink;
iget-object p2, p0, Lokhttp3/internal/http2/Http2Writer;->sink:Lokio/BufferedSink;
and-int/lit16 p3, p4, 0xff
.line 255
invoke-interface {p2, p3}, Lokio/BufferedSink;->writeByte(I)Lokio/BufferedSink;
iget-object p2, p0, Lokhttp3/internal/http2/Http2Writer;->sink:Lokio/BufferedSink;
const p3, 0x7fffffff
and-int/2addr p1, p3
.line 256
invoke-interface {p2, p1}, Lokio/BufferedSink;->writeInt(I)Lokio/BufferedSink;
return-void
.line 252
:cond_1
invoke-static {p1}, Ljava/lang/Integer;->valueOf(I)Ljava/lang/Integer;
move-result-object p1
filled-new-array {p1}, [Ljava/lang/Object;
move-result-object p1
const-string p2, "reserved bit set: %s"
invoke-static {p2, p1}, Lokhttp3/internal/http2/Http2;->illegalArgument(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/IllegalArgumentException;
move-result-object p1
throw p1
.line 250
:cond_2
invoke-static {v0}, Ljava/lang/Integer;->valueOf(I)Ljava/lang/Integer;
move-result-object p1
invoke-static {p2}, Ljava/lang/Integer;->valueOf(I)Ljava/lang/Integer;
move-result-object p2
filled-new-array {p1, p2}, [Ljava/lang/Object;
move-result-object p1
const-string p2, "FRAME_SIZE_ERROR length > %d: %d"
invoke-static {p2, p1}, Lokhttp3/internal/http2/Http2;->illegalArgument(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/IllegalArgumentException;
move-result-object p1
throw p1
.end method
.method public declared-synchronized goAway(ILokhttp3/internal/http2/ErrorCode;[B)V
.locals 3
monitor-enter p0
:try_start_0
iget-boolean v0, p0, Lokhttp3/internal/http2/Http2Writer;->closed:Z
if-nez v0, :cond_2
.line 215
iget v0, p2, Lokhttp3/internal/http2/ErrorCode;->httpCode:I
const/4 v1, -0x1
const/4 v2, 0x0
if-eq v0, v1, :cond_1
.line 216
array-length v0, p3
add-int/lit8 v0, v0, 0x8
const/4 v1, 0x7
.line 220
invoke-virtual {p0, v2, v0, v1, v2}, Lokhttp3/internal/http2/Http2Writer;->frameHeader(IIBB)V
iget-object v0, p0, Lokhttp3/internal/http2/Http2Writer;->sink:Lokio/BufferedSink;
.line 221
invoke-interface {v0, p1}, Lokio/BufferedSink;->writeInt(I)Lokio/BufferedSink;
iget-object p1, p0, Lokhttp3/internal/http2/Http2Writer;->sink:Lokio/BufferedSink;
.line 222
iget p2, p2, Lokhttp3/internal/http2/ErrorCode;->httpCode:I
invoke-interface {p1, p2}, Lokio/BufferedSink;->writeInt(I)Lokio/BufferedSink;
.line 223
array-length p1, p3
if-lez p1, :cond_0
iget-object p1, p0, Lokhttp3/internal/http2/Http2Writer;->sink:Lokio/BufferedSink;
.line 224
invoke-interface {p1, p3}, Lokio/BufferedSink;->write([B)Lokio/BufferedSink;
goto :goto_0
:catchall_0
move-exception p1
goto :goto_1
:cond_0
:goto_0
iget-object p1, p0, Lokhttp3/internal/http2/Http2Writer;->sink:Lokio/BufferedSink;
.line 226
invoke-interface {p1}, Lokio/BufferedSink;->flush()V
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
.line 227
monitor-exit p0
return-void
:cond_1
:try_start_1
const-string p1, "errorCode.httpCode == -1"
new-array p2, v2, [Ljava/lang/Object;
.line 215
invoke-static {p1, p2}, Lokhttp3/internal/http2/Http2;->illegalArgument(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/IllegalArgumentException;
move-result-object p1
throw p1
.line 214
:cond_2
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_1
.catchall {:try_start_1 .. :try_end_1} :catchall_0
.line 227
:goto_1
monitor-exit p0
throw p1
.end method
.method public declared-synchronized headers(ZILjava/util/List;)V
.locals 6
monitor-enter p0
:try_start_0
iget-boolean v0, p0, Lokhttp3/internal/http2/Http2Writer;->closed:Z
if-nez v0, :cond_3
iget-object v0, p0, Lokhttp3/internal/http2/Http2Writer;->hpackWriter:Lokhttp3/internal/http2/Hpack$Writer;
.line 282
invoke-virtual {v0, p3}, Lokhttp3/internal/http2/Hpack$Writer;->writeHeaders(Ljava/util/List;)V
iget-object p3, p0, Lokhttp3/internal/http2/Http2Writer;->hpackBuffer:Lokio/Buffer;
.line 284
invoke-virtual {p3}, Lokio/Buffer;->size()J
move-result-wide v0
iget p3, p0, Lokhttp3/internal/http2/Http2Writer;->maxFrameSize:I
int-to-long v2, p3
.line 285
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_0
const/4 v5, 0x4
goto :goto_0
:cond_0
const/4 v5, 0x0
:goto_0
if-eqz p1, :cond_1
or-int/lit8 p1, v5, 0x1
int-to-byte v5, p1
:cond_1
const/4 p1, 0x1
.line 289
invoke-virtual {p0, p2, p3, p1, v5}, Lokhttp3/internal/http2/Http2Writer;->frameHeader(IIBB)V
iget-object p1, p0, Lokhttp3/internal/http2/Http2Writer;->sink:Lokio/BufferedSink;
iget-object p3, p0, Lokhttp3/internal/http2/Http2Writer;->hpackBuffer:Lokio/Buffer;
.line 290
invoke-interface {p1, p3, v2, v3}, Lokio/Sink;->write(Lokio/Buffer;J)V
if-lez v4, :cond_2
sub-long/2addr v0, v2
.line 292
invoke-virtual {p0, p2, v0, v1}, Lokhttp3/internal/http2/Http2Writer;->writeContinuationFrames(IJ)V
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
goto :goto_1
:catchall_0
move-exception p1
goto :goto_2
.line 293
:cond_2
:goto_1
monitor-exit p0
return-void
.line 281
:cond_3
:try_start_1
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_1
.catchall {:try_start_1 .. :try_end_1} :catchall_0
.line 293
:goto_2
monitor-exit p0
throw p1
.end method
.method public maxDataLength()I
.locals 1
iget v0, p0, Lokhttp3/internal/http2/Http2Writer;->maxFrameSize:I
return v0
.end method
.method public declared-synchronized ping(ZII)V
.locals 3
monitor-enter p0
:try_start_0
iget-boolean v0, p0, Lokhttp3/internal/http2/Http2Writer;->closed:Z
if-nez v0, :cond_0
const/4 v0, 0x0
const/16 v1, 0x8
const/4 v2, 0x6
.line 198
invoke-virtual {p0, v0, v1, v2, p1}, Lokhttp3/internal/http2/Http2Writer;->frameHeader(IIBB)V
iget-object p1, p0, Lokhttp3/internal/http2/Http2Writer;->sink:Lokio/BufferedSink;
.line 199
invoke-interface {p1, p2}, Lokio/BufferedSink;->writeInt(I)Lokio/BufferedSink;
iget-object p1, p0, Lokhttp3/internal/http2/Http2Writer;->sink:Lokio/BufferedSink;
.line 200
invoke-interface {p1, p3}, Lokio/BufferedSink;->writeInt(I)Lokio/BufferedSink;
iget-object p1, p0, Lokhttp3/internal/http2/Http2Writer;->sink:Lokio/BufferedSink;
.line 201
invoke-interface {p1}, Lokio/BufferedSink;->flush()V
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
.line 202
monitor-exit p0
return-void
:catchall_0
move-exception p1
goto :goto_0
.line 193
:cond_0
:try_start_1
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_1
.catchall {:try_start_1 .. :try_end_1} :catchall_0
.line 202
:goto_0
monitor-exit p0
throw p1
.end method
.method public declared-synchronized pushPromise(IILjava/util/List;)V
.locals 7
monitor-enter p0
:try_start_0
iget-boolean v0, p0, Lokhttp3/internal/http2/Http2Writer;->closed:Z
if-nez v0, :cond_2
iget-object v0, p0, Lokhttp3/internal/http2/Http2Writer;->hpackWriter:Lokhttp3/internal/http2/Hpack$Writer;
.line 106
invoke-virtual {v0, p3}, Lokhttp3/internal/http2/Hpack$Writer;->writeHeaders(Ljava/util/List;)V
iget-object p3, p0, Lokhttp3/internal/http2/Http2Writer;->hpackBuffer:Lokio/Buffer;
.line 108
invoke-virtual {p3}, Lokio/Buffer;->size()J
move-result-wide v0
iget p3, p0, Lokhttp3/internal/http2/Http2Writer;->maxFrameSize:I
const/4 v2, 0x4
sub-int/2addr p3, v2
int-to-long v3, p3
.line 109
invoke-static {v3, v4, v0, v1}, Ljava/lang/Math;->min(JJ)J
move-result-wide v3
long-to-int p3, v3
int-to-long v3, p3
cmp-long v5, v0, v3
if-nez v5, :cond_0
move v6, v2
goto :goto_0
:cond_0
const/4 v6, 0x0
:goto_0
add-int/2addr p3, v2
const/4 v2, 0x5
.line 112
invoke-virtual {p0, p1, p3, v2, v6}, Lokhttp3/internal/http2/Http2Writer;->frameHeader(IIBB)V
iget-object p3, p0, Lokhttp3/internal/http2/Http2Writer;->sink:Lokio/BufferedSink;
const v2, 0x7fffffff
and-int/2addr p2, v2
.line 113
invoke-interface {p3, p2}, Lokio/BufferedSink;->writeInt(I)Lokio/BufferedSink;
iget-object p2, p0, Lokhttp3/internal/http2/Http2Writer;->sink:Lokio/BufferedSink;
iget-object p3, p0, Lokhttp3/internal/http2/Http2Writer;->hpackBuffer:Lokio/Buffer;
.line 114
invoke-interface {p2, p3, v3, v4}, Lokio/Sink;->write(Lokio/Buffer;J)V
if-lez v5, :cond_1
sub-long/2addr v0, v3
.line 116
invoke-virtual {p0, p1, v0, v1}, Lokhttp3/internal/http2/Http2Writer;->writeContinuationFrames(IJ)V
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
goto :goto_1
:catchall_0
move-exception p1
goto :goto_2
.line 117
:cond_1
:goto_1
monitor-exit p0
return-void
.line 105
:cond_2
:try_start_1
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_1
.catchall {:try_start_1 .. :try_end_1} :catchall_0
.line 117
:goto_2
monitor-exit p0
throw p1
.end method
.method public declared-synchronized rstStream(ILokhttp3/internal/http2/ErrorCode;)V
.locals 3
monitor-enter p0
:try_start_0
iget-boolean v0, p0, Lokhttp3/internal/http2/Http2Writer;->closed:Z
if-nez v0, :cond_1
.line 127
iget v0, p2, Lokhttp3/internal/http2/ErrorCode;->httpCode:I
const/4 v1, -0x1
if-eq v0, v1, :cond_0
const/4 v0, 0x3
const/4 v1, 0x0
const/4 v2, 0x4
.line 132
invoke-virtual {p0, p1, v2, v0, v1}, Lokhttp3/internal/http2/Http2Writer;->frameHeader(IIBB)V
iget-object p1, p0, Lokhttp3/internal/http2/Http2Writer;->sink:Lokio/BufferedSink;
.line 133
iget p2, p2, Lokhttp3/internal/http2/ErrorCode;->httpCode:I
invoke-interface {p1, p2}, Lokio/BufferedSink;->writeInt(I)Lokio/BufferedSink;
iget-object p1, p0, Lokhttp3/internal/http2/Http2Writer;->sink:Lokio/BufferedSink;
.line 134
invoke-interface {p1}, Lokio/BufferedSink;->flush()V
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
.line 135
monitor-exit p0
return-void
:catchall_0
move-exception p1
goto :goto_0
.line 127
:cond_0
:try_start_1
new-instance p1, Ljava/lang/IllegalArgumentException;
invoke-direct {p1}, Ljava/lang/IllegalArgumentException;-><init>()V
throw p1
.line 126
:cond_1
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_1
.catchall {:try_start_1 .. :try_end_1} :catchall_0
.line 135
:goto_0
monitor-exit p0
throw p1
.end method
.method public declared-synchronized settings(Lokhttp3/internal/http2/Settings;)V
.locals 4
monitor-enter p0
:try_start_0
iget-boolean v0, p0, Lokhttp3/internal/http2/Http2Writer;->closed:Z
if-nez v0, :cond_4
.line 169
invoke-virtual {p1}, Lokhttp3/internal/http2/Settings;->size()I
move-result v0
mul-int/lit8 v0, v0, 0x6
const/4 v1, 0x0
const/4 v2, 0x4
.line 173
invoke-virtual {p0, v1, v0, v2, v1}, Lokhttp3/internal/http2/Http2Writer;->frameHeader(IIBB)V
:goto_0
const/16 v0, 0xa
if-ge v1, v0, :cond_3
.line 175
invoke-virtual {p1, v1}, Lokhttp3/internal/http2/Settings;->isSet(I)Z
move-result v0
if-nez v0, :cond_0
goto :goto_2
:cond_0
if-ne v1, v2, :cond_1
const/4 v0, 0x3
goto :goto_1
:cond_1
const/4 v0, 0x7
if-ne v1, v0, :cond_2
move v0, v2
goto :goto_1
:cond_2
move v0, v1
:goto_1
iget-object v3, p0, Lokhttp3/internal/http2/Http2Writer;->sink:Lokio/BufferedSink;
.line 182
invoke-interface {v3, v0}, Lokio/BufferedSink;->writeShort(I)Lokio/BufferedSink;
iget-object v0, p0, Lokhttp3/internal/http2/Http2Writer;->sink:Lokio/BufferedSink;
.line 183
invoke-virtual {p1, v1}, Lokhttp3/internal/http2/Settings;->get(I)I
move-result v3
invoke-interface {v0, v3}, Lokio/BufferedSink;->writeInt(I)Lokio/BufferedSink;
:goto_2
add-int/lit8 v1, v1, 0x1
goto :goto_0
:catchall_0
move-exception p1
goto :goto_3
:cond_3
iget-object p1, p0, Lokhttp3/internal/http2/Http2Writer;->sink:Lokio/BufferedSink;
.line 185
invoke-interface {p1}, Lokio/BufferedSink;->flush()V
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
.line 186
monitor-exit p0
return-void
.line 168
:cond_4
:try_start_1
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_1
.catchall {:try_start_1 .. :try_end_1} :catchall_0
.line 186
:goto_3
monitor-exit p0
throw p1
.end method
.method public declared-synchronized windowUpdate(IJ)V
.locals 4
monitor-enter p0
:try_start_0
iget-boolean v0, p0, Lokhttp3/internal/http2/Http2Writer;->closed:Z
if-nez v0, :cond_1
const-wide/16 v0, 0x0
cmp-long v0, p2, v0
const/4 v1, 0x0
if-eqz v0, :cond_0
const-wide/32 v2, 0x7fffffff
cmp-long v0, p2, v2
if-gtz v0, :cond_0
const/4 v0, 0x4
const/16 v2, 0x8
.line 242
invoke-virtual {p0, p1, v0, v2, v1}, Lokhttp3/internal/http2/Http2Writer;->frameHeader(IIBB)V
iget-object p1, p0, Lokhttp3/internal/http2/Http2Writer;->sink:Lokio/BufferedSink;
long-to-int p2, p2
.line 243
invoke-interface {p1, p2}, Lokio/BufferedSink;->writeInt(I)Lokio/BufferedSink;
iget-object p1, p0, Lokhttp3/internal/http2/Http2Writer;->sink:Lokio/BufferedSink;
.line 244
invoke-interface {p1}, Lokio/BufferedSink;->flush()V
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
.line 245
monitor-exit p0
return-void
:catchall_0
move-exception p1
goto :goto_0
:cond_0
:try_start_1
const-string p1, "windowSizeIncrement == 0 || windowSizeIncrement > 0x7fffffffL: %s"
const/4 v0, 0x1
new-array v0, v0, [Ljava/lang/Object;
.line 237
invoke-static {p2, p3}, Ljava/lang/Long;->valueOf(J)Ljava/lang/Long;
move-result-object p2
aput-object p2, v0, v1
.line 236
invoke-static {p1, v0}, Lokhttp3/internal/http2/Http2;->illegalArgument(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/IllegalArgumentException;
move-result-object p1
throw p1
.line 234
:cond_1
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_1
.catchall {:try_start_1 .. :try_end_1} :catchall_0
.line 236
:goto_0
monitor-exit p0
throw p1
.end method
.method public final writeContinuationFrames(IJ)V
.locals 5
:goto_0
const-wide/16 v0, 0x0
cmp-long v2, p2, v0
if-lez v2, :cond_1
iget v2, p0, Lokhttp3/internal/http2/Http2Writer;->maxFrameSize:I
int-to-long v2, v2
.line 272
invoke-static {v2, v3, p2, p3}, Ljava/lang/Math;->min(JJ)J
move-result-wide v2
long-to-int v2, v2
int-to-long v3, v2
sub-long/2addr p2, v3
cmp-long v0, p2, v0
if-nez v0, :cond_0
const/4 v0, 0x4
goto :goto_1
:cond_0
const/4 v0, 0x0
:goto_1
const/16 v1, 0x9
.line 274
invoke-virtual {p0, p1, v2, v1, v0}, Lokhttp3/internal/http2/Http2Writer;->frameHeader(IIBB)V
iget-object v0, p0, Lokhttp3/internal/http2/Http2Writer;->sink:Lokio/BufferedSink;
iget-object v1, p0, Lokhttp3/internal/http2/Http2Writer;->hpackBuffer:Lokio/Buffer;
.line 275
invoke-interface {v0, v1, v3, v4}, Lokio/Sink;->write(Lokio/Buffer;J)V
goto :goto_0
:cond_1
return-void
.end method