311 lines
8.4 KiB
Smali
311 lines
8.4 KiB
Smali
.class Lokhttp3/internal/framed/NameValueBlockReader;
|
|
.super Ljava/lang/Object;
|
|
.source "NameValueBlockReader.java"
|
|
|
|
|
|
# instance fields
|
|
.field private compressedLimit:I
|
|
|
|
.field private final inflaterSource:Lokio/InflaterSource;
|
|
|
|
.field private final source:Lokio/BufferedSource;
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Lokio/BufferedSource;)V
|
|
.locals 3
|
|
.param p1, "source" # Lokio/BufferedSource;
|
|
|
|
.prologue
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
new-instance v1, Lokhttp3/internal/framed/NameValueBlockReader$1;
|
|
|
|
invoke-direct {v1, p0, p1}, Lokhttp3/internal/framed/NameValueBlockReader$1;-><init>(Lokhttp3/internal/framed/NameValueBlockReader;Lokio/Source;)V
|
|
|
|
.local v1, "throttleSource":Lokio/Source;
|
|
new-instance v0, Lokhttp3/internal/framed/NameValueBlockReader$2;
|
|
|
|
invoke-direct {v0, p0}, Lokhttp3/internal/framed/NameValueBlockReader$2;-><init>(Lokhttp3/internal/framed/NameValueBlockReader;)V
|
|
|
|
.local v0, "inflater":Ljava/util/zip/Inflater;
|
|
new-instance v2, Lokio/InflaterSource;
|
|
|
|
invoke-direct {v2, v1, v0}, Lokio/InflaterSource;-><init>(Lokio/Source;Ljava/util/zip/Inflater;)V
|
|
|
|
iput-object v2, p0, Lokhttp3/internal/framed/NameValueBlockReader;->inflaterSource:Lokio/InflaterSource;
|
|
|
|
iget-object v2, p0, Lokhttp3/internal/framed/NameValueBlockReader;->inflaterSource:Lokio/InflaterSource;
|
|
|
|
invoke-static {v2}, Lokio/Okio;->buffer(Lokio/Source;)Lokio/BufferedSource;
|
|
|
|
move-result-object v2
|
|
|
|
iput-object v2, p0, Lokhttp3/internal/framed/NameValueBlockReader;->source:Lokio/BufferedSource;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method static synthetic access$000(Lokhttp3/internal/framed/NameValueBlockReader;)I
|
|
.locals 1
|
|
.param p0, "x0" # Lokhttp3/internal/framed/NameValueBlockReader;
|
|
|
|
.prologue
|
|
iget v0, p0, Lokhttp3/internal/framed/NameValueBlockReader;->compressedLimit:I
|
|
|
|
return v0
|
|
.end method
|
|
|
|
.method static synthetic access$002(Lokhttp3/internal/framed/NameValueBlockReader;I)I
|
|
.locals 0
|
|
.param p0, "x0" # Lokhttp3/internal/framed/NameValueBlockReader;
|
|
.param p1, "x1" # I
|
|
|
|
.prologue
|
|
iput p1, p0, Lokhttp3/internal/framed/NameValueBlockReader;->compressedLimit:I
|
|
|
|
return p1
|
|
.end method
|
|
|
|
.method private doneReading()V
|
|
.locals 3
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Ljava/io/IOException;
|
|
}
|
|
.end annotation
|
|
|
|
.prologue
|
|
iget v0, p0, Lokhttp3/internal/framed/NameValueBlockReader;->compressedLimit:I
|
|
|
|
if-lez v0, :cond_0
|
|
|
|
iget-object v0, p0, Lokhttp3/internal/framed/NameValueBlockReader;->inflaterSource:Lokio/InflaterSource;
|
|
|
|
invoke-virtual {v0}, Lokio/InflaterSource;->refill()Z
|
|
|
|
iget v0, p0, Lokhttp3/internal/framed/NameValueBlockReader;->compressedLimit:I
|
|
|
|
if-eqz v0, :cond_0
|
|
|
|
new-instance v0, Ljava/io/IOException;
|
|
|
|
new-instance v1, Ljava/lang/StringBuilder;
|
|
|
|
invoke-direct {v1}, Ljava/lang/StringBuilder;-><init>()V
|
|
|
|
const-string v2, "compressedLimit > 0: "
|
|
|
|
invoke-virtual {v1, v2}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
|
|
|
move-result-object v1
|
|
|
|
iget v2, p0, Lokhttp3/internal/framed/NameValueBlockReader;->compressedLimit:I
|
|
|
|
invoke-virtual {v1, v2}, Ljava/lang/StringBuilder;->append(I)Ljava/lang/StringBuilder;
|
|
|
|
move-result-object v1
|
|
|
|
invoke-virtual {v1}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
|
|
|
|
move-result-object v1
|
|
|
|
invoke-direct {v0, v1}, Ljava/io/IOException;-><init>(Ljava/lang/String;)V
|
|
|
|
throw v0
|
|
|
|
:cond_0
|
|
return-void
|
|
.end method
|
|
|
|
.method private readByteString()Lokio/ByteString;
|
|
.locals 4
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Ljava/io/IOException;
|
|
}
|
|
.end annotation
|
|
|
|
.prologue
|
|
iget-object v1, p0, Lokhttp3/internal/framed/NameValueBlockReader;->source:Lokio/BufferedSource;
|
|
|
|
invoke-interface {v1}, Lokio/BufferedSource;->readInt()I
|
|
|
|
move-result v0
|
|
|
|
.local v0, "length":I
|
|
iget-object v1, p0, Lokhttp3/internal/framed/NameValueBlockReader;->source:Lokio/BufferedSource;
|
|
|
|
int-to-long v2, v0
|
|
|
|
invoke-interface {v1, v2, v3}, Lokio/BufferedSource;->readByteString(J)Lokio/ByteString;
|
|
|
|
move-result-object v1
|
|
|
|
return-object v1
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public close()V
|
|
.locals 1
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Ljava/io/IOException;
|
|
}
|
|
.end annotation
|
|
|
|
.prologue
|
|
iget-object v0, p0, Lokhttp3/internal/framed/NameValueBlockReader;->source:Lokio/BufferedSource;
|
|
|
|
invoke-interface {v0}, Lokio/BufferedSource;->close()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public readNameValueBlock(I)Ljava/util/List;
|
|
.locals 8
|
|
.param p1, "length" # I
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"(I)",
|
|
"Ljava/util/List",
|
|
"<",
|
|
"Lokhttp3/internal/framed/Header;",
|
|
">;"
|
|
}
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Ljava/io/IOException;
|
|
}
|
|
.end annotation
|
|
|
|
.prologue
|
|
iget v5, p0, Lokhttp3/internal/framed/NameValueBlockReader;->compressedLimit:I
|
|
|
|
add-int/2addr v5, p1
|
|
|
|
iput v5, p0, Lokhttp3/internal/framed/NameValueBlockReader;->compressedLimit:I
|
|
|
|
iget-object v5, p0, Lokhttp3/internal/framed/NameValueBlockReader;->source:Lokio/BufferedSource;
|
|
|
|
invoke-interface {v5}, Lokio/BufferedSource;->readInt()I
|
|
|
|
move-result v3
|
|
|
|
.local v3, "numberOfPairs":I
|
|
if-gez v3, :cond_0
|
|
|
|
new-instance v5, Ljava/io/IOException;
|
|
|
|
new-instance v6, Ljava/lang/StringBuilder;
|
|
|
|
invoke-direct {v6}, Ljava/lang/StringBuilder;-><init>()V
|
|
|
|
const-string v7, "numberOfPairs < 0: "
|
|
|
|
invoke-virtual {v6, v7}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
|
|
|
move-result-object v6
|
|
|
|
invoke-virtual {v6, v3}, Ljava/lang/StringBuilder;->append(I)Ljava/lang/StringBuilder;
|
|
|
|
move-result-object v6
|
|
|
|
invoke-virtual {v6}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
|
|
|
|
move-result-object v6
|
|
|
|
invoke-direct {v5, v6}, Ljava/io/IOException;-><init>(Ljava/lang/String;)V
|
|
|
|
throw v5
|
|
|
|
:cond_0
|
|
const/16 v5, 0x400
|
|
|
|
if-le v3, v5, :cond_1
|
|
|
|
new-instance v5, Ljava/io/IOException;
|
|
|
|
new-instance v6, Ljava/lang/StringBuilder;
|
|
|
|
invoke-direct {v6}, Ljava/lang/StringBuilder;-><init>()V
|
|
|
|
const-string v7, "numberOfPairs > 1024: "
|
|
|
|
invoke-virtual {v6, v7}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
|
|
|
move-result-object v6
|
|
|
|
invoke-virtual {v6, v3}, Ljava/lang/StringBuilder;->append(I)Ljava/lang/StringBuilder;
|
|
|
|
move-result-object v6
|
|
|
|
invoke-virtual {v6}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
|
|
|
|
move-result-object v6
|
|
|
|
invoke-direct {v5, v6}, Ljava/io/IOException;-><init>(Ljava/lang/String;)V
|
|
|
|
throw v5
|
|
|
|
:cond_1
|
|
new-instance v0, Ljava/util/ArrayList;
|
|
|
|
invoke-direct {v0, v3}, Ljava/util/ArrayList;-><init>(I)V
|
|
|
|
.local v0, "entries":Ljava/util/List;, "Ljava/util/List<Lokhttp3/internal/framed/Header;>;"
|
|
const/4 v1, 0x0
|
|
|
|
.local v1, "i":I
|
|
:goto_0
|
|
if-ge v1, v3, :cond_3
|
|
|
|
invoke-direct {p0}, Lokhttp3/internal/framed/NameValueBlockReader;->readByteString()Lokio/ByteString;
|
|
|
|
move-result-object v5
|
|
|
|
invoke-virtual {v5}, Lokio/ByteString;->toAsciiLowercase()Lokio/ByteString;
|
|
|
|
move-result-object v2
|
|
|
|
.local v2, "name":Lokio/ByteString;
|
|
invoke-direct {p0}, Lokhttp3/internal/framed/NameValueBlockReader;->readByteString()Lokio/ByteString;
|
|
|
|
move-result-object v4
|
|
|
|
.local v4, "values":Lokio/ByteString;
|
|
invoke-virtual {v2}, Lokio/ByteString;->size()I
|
|
|
|
move-result v5
|
|
|
|
if-nez v5, :cond_2
|
|
|
|
new-instance v5, Ljava/io/IOException;
|
|
|
|
const-string v6, "name.size == 0"
|
|
|
|
invoke-direct {v5, v6}, Ljava/io/IOException;-><init>(Ljava/lang/String;)V
|
|
|
|
throw v5
|
|
|
|
:cond_2
|
|
new-instance v5, Lokhttp3/internal/framed/Header;
|
|
|
|
invoke-direct {v5, v2, v4}, Lokhttp3/internal/framed/Header;-><init>(Lokio/ByteString;Lokio/ByteString;)V
|
|
|
|
invoke-interface {v0, v5}, Ljava/util/List;->add(Ljava/lang/Object;)Z
|
|
|
|
add-int/lit8 v1, v1, 0x1
|
|
|
|
goto :goto_0
|
|
|
|
.end local v2 # "name":Lokio/ByteString;
|
|
.end local v4 # "values":Lokio/ByteString;
|
|
:cond_3
|
|
invoke-direct {p0}, Lokhttp3/internal/framed/NameValueBlockReader;->doneReading()V
|
|
|
|
return-object v0
|
|
.end method
|