Http1Codec.smali
.class public final Lokhttp3/internal/http1/Http1Codec;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Lokhttp3/internal/http/HttpCodec;
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lokhttp3/internal/http1/Http1Codec$ChunkedSink;,
Lokhttp3/internal/http1/Http1Codec$FixedLengthSink;,
Lokhttp3/internal/http1/Http1Codec$FixedLengthSource;,
Lokhttp3/internal/http1/Http1Codec$ChunkedSource;,
Lokhttp3/internal/http1/Http1Codec$UnknownLengthSource;,
Lokhttp3/internal/http1/Http1Codec$AbstractSource;
}
.end annotation
# static fields
.field private static final HEADER_LIMIT:I = 0x40000
.field private static final STATE_CLOSED:I = 0x6
.field private static final STATE_IDLE:I = 0x0
.field private static final STATE_OPEN_REQUEST_BODY:I = 0x1
.field private static final STATE_OPEN_RESPONSE_BODY:I = 0x4
.field private static final STATE_READING_RESPONSE_BODY:I = 0x5
.field private static final STATE_READ_RESPONSE_HEADERS:I = 0x3
.field private static final STATE_WRITING_REQUEST_BODY:I = 0x2
# instance fields
.field public final client:Lokhttp3/OkHttpClient;
.field private headerLimit:J
.field public final sink:Lokio/c;
.field public final source:Lokio/d;
.field public state:I
.field public final streamAllocation:Lokhttp3/internal/connection/StreamAllocation;
# direct methods
.method public constructor <init>(Lokhttp3/OkHttpClient;Lokhttp3/internal/connection/StreamAllocation;Lokio/d;Lokio/c;)V
.registers 7
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
const/4 v0, 0x0
.line 2
iput v0, p0, Lokhttp3/internal/http1/Http1Codec;->state:I
const-wide/32 v0, 0x40000
.line 3
iput-wide v0, p0, Lokhttp3/internal/http1/Http1Codec;->headerLimit:J
.line 4
iput-object p1, p0, Lokhttp3/internal/http1/Http1Codec;->client:Lokhttp3/OkHttpClient;
.line 5
iput-object p2, p0, Lokhttp3/internal/http1/Http1Codec;->streamAllocation:Lokhttp3/internal/connection/StreamAllocation;
.line 6
iput-object p3, p0, Lokhttp3/internal/http1/Http1Codec;->source:Lokio/d;
.line 7
iput-object p4, p0, Lokhttp3/internal/http1/Http1Codec;->sink:Lokio/c;
return-void
.end method
.method public static synthetic access$000(Lokhttp3/internal/http1/Http1Codec;)V
.registers 1
invoke-direct {p0}, Lokhttp3/internal/http1/Http1Codec;->notifyResponseBodyStart()V
return-void
.end method
.method private notifyResponseBodyStart()V
.registers 3
.line 1
iget-object v0, p0, Lokhttp3/internal/http1/Http1Codec;->streamAllocation:Lokhttp3/internal/connection/StreamAllocation;
if-eqz v0, :cond_f
iget-object v1, v0, Lokhttp3/internal/connection/StreamAllocation;->eventListener:Lokhttp3/EventListener;
if-eqz v1, :cond_f
iget-object v0, v0, Lokhttp3/internal/connection/StreamAllocation;->call:Lokhttp3/Call;
if-eqz v0, :cond_f
.line 2
invoke-virtual {v1, v0}, Lokhttp3/EventListener;->responseBodyStart(Lokhttp3/Call;)V
:cond_f
return-void
.end method
.method private readHeaderLine()Ljava/lang/String;
.registers 6
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
.line 1
iget-object v0, p0, Lokhttp3/internal/http1/Http1Codec;->source:Lokio/d;
iget-wide v1, p0, Lokhttp3/internal/http1/Http1Codec;->headerLimit:J
invoke-interface {v0, v1, v2}, Lokio/d;->j0(J)Ljava/lang/String;
move-result-object v0
.line 2
iget-wide v1, p0, Lokhttp3/internal/http1/Http1Codec;->headerLimit:J
invoke-virtual {v0}, Ljava/lang/String;->length()I
move-result v3
int-to-long v3, v3
sub-long/2addr v1, v3
iput-wide v1, p0, Lokhttp3/internal/http1/Http1Codec;->headerLimit:J
return-object v0
.end method
# virtual methods
.method public cancel()V
.registers 2
.line 1
iget-object v0, p0, Lokhttp3/internal/http1/Http1Codec;->streamAllocation:Lokhttp3/internal/connection/StreamAllocation;
invoke-virtual {v0}, Lokhttp3/internal/connection/StreamAllocation;->connection()Lokhttp3/internal/connection/RealConnection;
move-result-object v0
if-eqz v0, :cond_b
.line 2
invoke-virtual {v0}, Lokhttp3/internal/connection/RealConnection;->cancel()V
:cond_b
return-void
.end method
.method public createRequestBody(Lokhttp3/Request;J)Lokio/v;
.registers 6
const-string v0, "Transfer-Encoding"
.line 1
invoke-virtual {p1, v0}, Lokhttp3/Request;->header(Ljava/lang/String;)Ljava/lang/String;
move-result-object p1
const-string v0, "chunked"
invoke-virtual {v0, p1}, Ljava/lang/String;->equalsIgnoreCase(Ljava/lang/String;)Z
move-result p1
if-eqz p1, :cond_13
.line 2
invoke-virtual {p0}, Lokhttp3/internal/http1/Http1Codec;->newChunkedSink()Lokio/v;
move-result-object p1
return-object p1
:cond_13
const-wide/16 v0, -0x1
cmp-long p1, p2, v0
if-eqz p1, :cond_1e
.line 3
invoke-virtual {p0, p2, p3}, Lokhttp3/internal/http1/Http1Codec;->newFixedLengthSink(J)Lokio/v;
move-result-object p1
return-object p1
.line 4
:cond_1e
new-instance p1, Ljava/lang/IllegalStateException;
const-string p2, "Cannot stream a request body without chunked encoding or a known content length!"
invoke-direct {p1, p2}, Ljava/lang/IllegalStateException;-><init>(Ljava/lang/String;)V
throw p1
.end method
.method public detachTimeout(Lokio/h;)V
.registers 4
.line 1
iget-object v0, p1, Lokio/h;->a:Lokio/x;
.line 2
sget-object v1, Lokio/x;->NONE:Lokio/x;
if-eqz v1, :cond_f
.line 3
iput-object v1, p1, Lokio/h;->a:Lokio/x;
.line 4
invoke-virtual {v0}, Lokio/x;->clearDeadline()Lokio/x;
.line 5
invoke-virtual {v0}, Lokio/x;->clearTimeout()Lokio/x;
return-void
.line 6
:cond_f
new-instance p1, Ljava/lang/IllegalArgumentException;
const-string v0, "delegate == null"
invoke-direct {p1, v0}, Ljava/lang/IllegalArgumentException;-><init>(Ljava/lang/String;)V
throw p1
.end method
.method public finishRequest()V
.registers 2
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
iget-object v0, p0, Lokhttp3/internal/http1/Http1Codec;->sink:Lokio/c;
invoke-interface {v0}, Lokio/c;->flush()V
return-void
.end method
.method public flushRequest()V
.registers 2
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
iget-object v0, p0, Lokhttp3/internal/http1/Http1Codec;->sink:Lokio/c;
invoke-interface {v0}, Lokio/c;->flush()V
return-void
.end method
.method public isClosed()Z
.registers 3
iget v0, p0, Lokhttp3/internal/http1/Http1Codec;->state:I
const/4 v1, 0x6
if-ne v0, v1, :cond_7
const/4 v0, 0x1
goto :goto_8
:cond_7
const/4 v0, 0x0
:goto_8
return v0
.end method
.method public newChunkedSink()Lokio/v;
.registers 4
.line 1
iget v0, p0, Lokhttp3/internal/http1/Http1Codec;->state:I
const/4 v1, 0x1
if-ne v0, v1, :cond_e
const/4 v0, 0x2
.line 2
iput v0, p0, Lokhttp3/internal/http1/Http1Codec;->state:I
.line 3
new-instance v0, Lokhttp3/internal/http1/Http1Codec$ChunkedSink;
invoke-direct {v0, p0}, Lokhttp3/internal/http1/Http1Codec$ChunkedSink;-><init>(Lokhttp3/internal/http1/Http1Codec;)V
return-object v0
.line 4
:cond_e
new-instance v0, Ljava/lang/IllegalStateException;
const-string v1, "state: "
.line 5
invoke-static {v1}, Landroid/support/v4/media/c;->c(Ljava/lang/String;)Ljava/lang/StringBuilder;
move-result-object v1
.line 6
iget v2, p0, Lokhttp3/internal/http1/Http1Codec;->state:I
invoke-virtual {v1, v2}, Ljava/lang/StringBuilder;->append(I)Ljava/lang/StringBuilder;
invoke-virtual {v1}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
move-result-object v1
invoke-direct {v0, v1}, Ljava/lang/IllegalStateException;-><init>(Ljava/lang/String;)V
throw v0
.end method
.method public newChunkedSource(Lokhttp3/HttpUrl;)Lokio/w;
.registers 4
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
.line 1
iget v0, p0, Lokhttp3/internal/http1/Http1Codec;->state:I
const/4 v1, 0x4
if-ne v0, v1, :cond_e
const/4 v0, 0x5
.line 2
iput v0, p0, Lokhttp3/internal/http1/Http1Codec;->state:I
.line 3
new-instance v0, Lokhttp3/internal/http1/Http1Codec$ChunkedSource;
invoke-direct {v0, p0, p1}, Lokhttp3/internal/http1/Http1Codec$ChunkedSource;-><init>(Lokhttp3/internal/http1/Http1Codec;Lokhttp3/HttpUrl;)V
return-object v0
.line 4
:cond_e
new-instance p1, Ljava/lang/IllegalStateException;
const-string v0, "state: "
.line 5
invoke-static {v0}, Landroid/support/v4/media/c;->c(Ljava/lang/String;)Ljava/lang/StringBuilder;
move-result-object v0
.line 6
iget v1, p0, Lokhttp3/internal/http1/Http1Codec;->state:I
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(I)Ljava/lang/StringBuilder;
invoke-virtual {v0}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
move-result-object v0
invoke-direct {p1, v0}, Ljava/lang/IllegalStateException;-><init>(Ljava/lang/String;)V
throw p1
.end method
.method public newFixedLengthSink(J)Lokio/v;
.registers 5
.line 1
iget v0, p0, Lokhttp3/internal/http1/Http1Codec;->state:I
const/4 v1, 0x1
if-ne v0, v1, :cond_e
const/4 v0, 0x2
.line 2
iput v0, p0, Lokhttp3/internal/http1/Http1Codec;->state:I
.line 3
new-instance v0, Lokhttp3/internal/http1/Http1Codec$FixedLengthSink;
invoke-direct {v0, p0, p1, p2}, Lokhttp3/internal/http1/Http1Codec$FixedLengthSink;-><init>(Lokhttp3/internal/http1/Http1Codec;J)V
return-object v0
.line 4
:cond_e
new-instance p1, Ljava/lang/IllegalStateException;
const-string p2, "state: "
.line 5
invoke-static {p2}, Landroid/support/v4/media/c;->c(Ljava/lang/String;)Ljava/lang/StringBuilder;
move-result-object p2
.line 6
iget v0, p0, Lokhttp3/internal/http1/Http1Codec;->state:I
invoke-virtual {p2, v0}, Ljava/lang/StringBuilder;->append(I)Ljava/lang/StringBuilder;
invoke-virtual {p2}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
move-result-object p2
invoke-direct {p1, p2}, Ljava/lang/IllegalStateException;-><init>(Ljava/lang/String;)V
throw p1
.end method
.method public newFixedLengthSource(J)Lokio/w;
.registers 5
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
.line 1
iget v0, p0, Lokhttp3/internal/http1/Http1Codec;->state:I
const/4 v1, 0x4
if-ne v0, v1, :cond_e
const/4 v0, 0x5
.line 2
iput v0, p0, Lokhttp3/internal/http1/Http1Codec;->state:I
.line 3
new-instance v0, Lokhttp3/internal/http1/Http1Codec$FixedLengthSource;
invoke-direct {v0, p0, p1, p2}, Lokhttp3/internal/http1/Http1Codec$FixedLengthSource;-><init>(Lokhttp3/internal/http1/Http1Codec;J)V
return-object v0
.line 4
:cond_e
new-instance p1, Ljava/lang/IllegalStateException;
const-string p2, "state: "
.line 5
invoke-static {p2}, Landroid/support/v4/media/c;->c(Ljava/lang/String;)Ljava/lang/StringBuilder;
move-result-object p2
.line 6
iget v0, p0, Lokhttp3/internal/http1/Http1Codec;->state:I
invoke-virtual {p2, v0}, Ljava/lang/StringBuilder;->append(I)Ljava/lang/StringBuilder;
invoke-virtual {p2}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
move-result-object p2
invoke-direct {p1, p2}, Ljava/lang/IllegalStateException;-><init>(Ljava/lang/String;)V
throw p1
.end method
.method public newUnknownLengthSource()Lokio/w;
.registers 4
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
.line 1
iget v0, p0, Lokhttp3/internal/http1/Http1Codec;->state:I
const/4 v1, 0x4
if-ne v0, v1, :cond_1d
.line 2
iget-object v0, p0, Lokhttp3/internal/http1/Http1Codec;->streamAllocation:Lokhttp3/internal/connection/StreamAllocation;
if-eqz v0, :cond_15
const/4 v1, 0x5
.line 3
iput v1, p0, Lokhttp3/internal/http1/Http1Codec;->state:I
.line 4
invoke-virtual {v0}, Lokhttp3/internal/connection/StreamAllocation;->noNewStreams()V
.line 5
new-instance v0, Lokhttp3/internal/http1/Http1Codec$UnknownLengthSource;
invoke-direct {v0, p0}, Lokhttp3/internal/http1/Http1Codec$UnknownLengthSource;-><init>(Lokhttp3/internal/http1/Http1Codec;)V
return-object v0
.line 6
:cond_15
new-instance v0, Ljava/lang/IllegalStateException;
const-string v1, "streamAllocation == null"
invoke-direct {v0, v1}, Ljava/lang/IllegalStateException;-><init>(Ljava/lang/String;)V
throw v0
.line 7
:cond_1d
new-instance v0, Ljava/lang/IllegalStateException;
const-string v1, "state: "
.line 8
invoke-static {v1}, Landroid/support/v4/media/c;->c(Ljava/lang/String;)Ljava/lang/StringBuilder;
move-result-object v1
.line 9
iget v2, p0, Lokhttp3/internal/http1/Http1Codec;->state:I
invoke-virtual {v1, v2}, Ljava/lang/StringBuilder;->append(I)Ljava/lang/StringBuilder;
invoke-virtual {v1}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
move-result-object v1
invoke-direct {v0, v1}, Ljava/lang/IllegalStateException;-><init>(Ljava/lang/String;)V
throw v0
.end method
.method public openResponseBody(Lokhttp3/Response;)Lokhttp3/ResponseBody;
.registers 8
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
const-string v0, "Content-Type"
.line 1
invoke-virtual {p1, v0}, Lokhttp3/Response;->header(Ljava/lang/String;)Ljava/lang/String;
move-result-object v0
.line 2
invoke-static {p1}, Lokhttp3/internal/http/HttpHeaders;->hasBody(Lokhttp3/Response;)Z
move-result v1
if-nez v1, :cond_1f
const-wide/16 v1, 0x0
.line 3
invoke-virtual {p0, v1, v2}, Lokhttp3/internal/http1/Http1Codec;->newFixedLengthSource(J)Lokio/w;
move-result-object p1
.line 4
new-instance v3, Lokhttp3/internal/http/RealResponseBody;
sget-object v4, Lokio/k;->a:Ljava/util/logging/Logger;
.line 5
new-instance v4, Lokio/r;
invoke-direct {v4, p1}, Lokio/r;-><init>(Lokio/w;)V
.line 6
invoke-direct {v3, v0, v1, v2, v4}, Lokhttp3/internal/http/RealResponseBody;-><init>(Ljava/lang/String;JLokio/d;)V
return-object v3
:cond_1f
const-string v1, "Transfer-Encoding"
.line 7
invoke-virtual {p1, v1}, Lokhttp3/Response;->header(Ljava/lang/String;)Ljava/lang/String;
move-result-object v1
const-string v2, "chunked"
invoke-virtual {v2, v1}, Ljava/lang/String;->equalsIgnoreCase(Ljava/lang/String;)Z
move-result v1
const-wide/16 v2, -0x1
if-eqz v1, :cond_48
.line 8
invoke-virtual {p1}, Lokhttp3/Response;->request()Lokhttp3/Request;
move-result-object p1
invoke-virtual {p1}, Lokhttp3/Request;->url()Lokhttp3/HttpUrl;
move-result-object p1
invoke-virtual {p0, p1}, Lokhttp3/internal/http1/Http1Codec;->newChunkedSource(Lokhttp3/HttpUrl;)Lokio/w;
move-result-object p1
.line 9
new-instance v1, Lokhttp3/internal/http/RealResponseBody;
sget-object v4, Lokio/k;->a:Ljava/util/logging/Logger;
.line 10
new-instance v4, Lokio/r;
invoke-direct {v4, p1}, Lokio/r;-><init>(Lokio/w;)V
.line 11
invoke-direct {v1, v0, v2, v3, v4}, Lokhttp3/internal/http/RealResponseBody;-><init>(Ljava/lang/String;JLokio/d;)V
return-object v1
.line 12
:cond_48
invoke-static {p1}, Lokhttp3/internal/http/HttpHeaders;->contentLength(Lokhttp3/Response;)J
move-result-wide v4
cmp-long p1, v4, v2
if-eqz p1, :cond_61
.line 13
invoke-virtual {p0, v4, v5}, Lokhttp3/internal/http1/Http1Codec;->newFixedLengthSource(J)Lokio/w;
move-result-object p1
.line 14
new-instance v1, Lokhttp3/internal/http/RealResponseBody;
sget-object v2, Lokio/k;->a:Ljava/util/logging/Logger;
.line 15
new-instance v2, Lokio/r;
invoke-direct {v2, p1}, Lokio/r;-><init>(Lokio/w;)V
.line 16
invoke-direct {v1, v0, v4, v5, v2}, Lokhttp3/internal/http/RealResponseBody;-><init>(Ljava/lang/String;JLokio/d;)V
return-object v1
.line 17
:cond_61
new-instance p1, Lokhttp3/internal/http/RealResponseBody;
invoke-virtual {p0}, Lokhttp3/internal/http1/Http1Codec;->newUnknownLengthSource()Lokio/w;
move-result-object v1
sget-object v4, Lokio/k;->a:Ljava/util/logging/Logger;
.line 18
new-instance v4, Lokio/r;
invoke-direct {v4, v1}, Lokio/r;-><init>(Lokio/w;)V
.line 19
invoke-direct {p1, v0, v2, v3, v4}, Lokhttp3/internal/http/RealResponseBody;-><init>(Ljava/lang/String;JLokio/d;)V
return-object p1
.end method
.method public readHeaders()Lokhttp3/Headers;
.registers 4
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
.line 1
new-instance v0, Lokhttp3/Headers$Builder;
invoke-direct {v0}, Lokhttp3/Headers$Builder;-><init>()V
.line 2
:goto_5
invoke-direct {p0}, Lokhttp3/internal/http1/Http1Codec;->readHeaderLine()Ljava/lang/String;
move-result-object v1
invoke-virtual {v1}, Ljava/lang/String;->length()I
move-result v2
if-eqz v2, :cond_15
.line 3
sget-object v2, Lokhttp3/internal/Internal;->instance:Lokhttp3/internal/Internal;
invoke-virtual {v2, v0, v1}, Lokhttp3/internal/Internal;->addLenient(Lokhttp3/Headers$Builder;Ljava/lang/String;)V
goto :goto_5
.line 4
:cond_15
invoke-virtual {v0}, Lokhttp3/Headers$Builder;->build()Lokhttp3/Headers;
move-result-object v0
return-object v0
.end method
.method public readResponseHeaders(Z)Lokhttp3/Response$Builder;
.registers 6
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
.line 1
iget v0, p0, Lokhttp3/internal/http1/Http1Codec;->state:I
const/4 v1, 0x3
const/4 v2, 0x1
if-eq v0, v2, :cond_1e
if-ne v0, v1, :cond_9
goto :goto_1e
.line 2
:cond_9
new-instance p1, Ljava/lang/IllegalStateException;
const-string v0, "state: "
.line 3
invoke-static {v0}, Landroid/support/v4/media/c;->c(Ljava/lang/String;)Ljava/lang/StringBuilder;
move-result-object v0
.line 4
iget v1, p0, Lokhttp3/internal/http1/Http1Codec;->state:I
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(I)Ljava/lang/StringBuilder;
invoke-virtual {v0}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
move-result-object v0
invoke-direct {p1, v0}, Ljava/lang/IllegalStateException;-><init>(Ljava/lang/String;)V
throw p1
.line 5
:cond_1e
:goto_1e
:try_start_1e
invoke-direct {p0}, Lokhttp3/internal/http1/Http1Codec;->readHeaderLine()Ljava/lang/String;
move-result-object v0
invoke-static {v0}, Lokhttp3/internal/http/StatusLine;->parse(Ljava/lang/String;)Lokhttp3/internal/http/StatusLine;
move-result-object v0
.line 6
new-instance v2, Lokhttp3/Response$Builder;
invoke-direct {v2}, Lokhttp3/Response$Builder;-><init>()V
iget-object v3, v0, Lokhttp3/internal/http/StatusLine;->protocol:Lokhttp3/Protocol;
.line 7
invoke-virtual {v2, v3}, Lokhttp3/Response$Builder;->protocol(Lokhttp3/Protocol;)Lokhttp3/Response$Builder;
move-result-object v2
iget v3, v0, Lokhttp3/internal/http/StatusLine;->code:I
.line 8
invoke-virtual {v2, v3}, Lokhttp3/Response$Builder;->code(I)Lokhttp3/Response$Builder;
move-result-object v2
iget-object v3, v0, Lokhttp3/internal/http/StatusLine;->message:Ljava/lang/String;
.line 9
invoke-virtual {v2, v3}, Lokhttp3/Response$Builder;->message(Ljava/lang/String;)Lokhttp3/Response$Builder;
move-result-object v2
.line 10
invoke-virtual {p0}, Lokhttp3/internal/http1/Http1Codec;->readHeaders()Lokhttp3/Headers;
move-result-object v3
invoke-virtual {v2, v3}, Lokhttp3/Response$Builder;->headers(Lokhttp3/Headers;)Lokhttp3/Response$Builder;
move-result-object v2
const/16 v3, 0x64
if-eqz p1, :cond_4f
.line 11
iget p1, v0, Lokhttp3/internal/http/StatusLine;->code:I
if-ne p1, v3, :cond_4f
const/4 p1, 0x0
return-object p1
.line 12
:cond_4f
iget p1, v0, Lokhttp3/internal/http/StatusLine;->code:I
if-ne p1, v3, :cond_56
.line 13
iput v1, p0, Lokhttp3/internal/http1/Http1Codec;->state:I
return-object v2
:cond_56
const/4 p1, 0x4
.line 14
iput p1, p0, Lokhttp3/internal/http1/Http1Codec;->state:I
:try_end_59
.catch Ljava/io/EOFException; {:try_start_1e .. :try_end_59} :catch_5a
return-object v2
:catch_5a
move-exception p1
.line 15
new-instance v0, Ljava/io/IOException;
const-string v1, "unexpected end of stream on "
.line 16
invoke-static {v1}, Landroid/support/v4/media/c;->c(Ljava/lang/String;)Ljava/lang/StringBuilder;
move-result-object v1
.line 17
iget-object v2, p0, Lokhttp3/internal/http1/Http1Codec;->streamAllocation:Lokhttp3/internal/connection/StreamAllocation;
invoke-virtual {v1, v2}, Ljava/lang/StringBuilder;->append(Ljava/lang/Object;)Ljava/lang/StringBuilder;
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
.line 18
invoke-virtual {v0, p1}, Ljava/lang/Throwable;->initCause(Ljava/lang/Throwable;)Ljava/lang/Throwable;
.line 19
throw v0
.end method
.method public writeRequest(Lokhttp3/Headers;Ljava/lang/String;)V
.registers 7
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
.line 1
iget v0, p0, Lokhttp3/internal/http1/Http1Codec;->state:I
if-nez v0, :cond_3d
.line 2
iget-object v0, p0, Lokhttp3/internal/http1/Http1Codec;->sink:Lokio/c;
invoke-interface {v0, p2}, Lokio/c;->m0(Ljava/lang/String;)Lokio/c;
move-result-object p2
const-string v0, "\r\n"
invoke-interface {p2, v0}, Lokio/c;->m0(Ljava/lang/String;)Lokio/c;
const/4 p2, 0x0
.line 3
invoke-virtual {p1}, Lokhttp3/Headers;->size()I
move-result v1
:goto_14
if-ge p2, v1, :cond_34
.line 4
iget-object v2, p0, Lokhttp3/internal/http1/Http1Codec;->sink:Lokio/c;
invoke-virtual {p1, p2}, Lokhttp3/Headers;->name(I)Ljava/lang/String;
move-result-object v3
invoke-interface {v2, v3}, Lokio/c;->m0(Ljava/lang/String;)Lokio/c;
move-result-object v2
const-string v3, ": "
.line 5
invoke-interface {v2, v3}, Lokio/c;->m0(Ljava/lang/String;)Lokio/c;
move-result-object v2
.line 6
invoke-virtual {p1, p2}, Lokhttp3/Headers;->value(I)Ljava/lang/String;
move-result-object v3
invoke-interface {v2, v3}, Lokio/c;->m0(Ljava/lang/String;)Lokio/c;
move-result-object v2
.line 7
invoke-interface {v2, v0}, Lokio/c;->m0(Ljava/lang/String;)Lokio/c;
add-int/lit8 p2, p2, 0x1
goto :goto_14
.line 8
:cond_34
iget-object p1, p0, Lokhttp3/internal/http1/Http1Codec;->sink:Lokio/c;
invoke-interface {p1, v0}, Lokio/c;->m0(Ljava/lang/String;)Lokio/c;
const/4 p1, 0x1
.line 9
iput p1, p0, Lokhttp3/internal/http1/Http1Codec;->state:I
return-void
.line 10
:cond_3d
new-instance p1, Ljava/lang/IllegalStateException;
const-string p2, "state: "
.line 11
invoke-static {p2}, Landroid/support/v4/media/c;->c(Ljava/lang/String;)Ljava/lang/StringBuilder;
move-result-object p2
.line 12
iget v0, p0, Lokhttp3/internal/http1/Http1Codec;->state:I
invoke-virtual {p2, v0}, Ljava/lang/StringBuilder;->append(I)Ljava/lang/StringBuilder;
invoke-virtual {p2}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
move-result-object p2
invoke-direct {p1, p2}, Ljava/lang/IllegalStateException;-><init>(Ljava/lang/String;)V
throw p1
.end method
.method public writeRequestHeaders(Lokhttp3/Request;)V
.registers 3
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
.line 1
iget-object v0, p0, Lokhttp3/internal/http1/Http1Codec;->streamAllocation:Lokhttp3/internal/connection/StreamAllocation;
.line 2
invoke-virtual {v0}, Lokhttp3/internal/connection/StreamAllocation;->connection()Lokhttp3/internal/connection/RealConnection;
move-result-object v0
invoke-virtual {v0}, Lokhttp3/internal/connection/RealConnection;->route()Lokhttp3/Route;
move-result-object v0
invoke-virtual {v0}, Lokhttp3/Route;->proxy()Ljava/net/Proxy;
move-result-object v0
invoke-virtual {v0}, Ljava/net/Proxy;->type()Ljava/net/Proxy$Type;
move-result-object v0
.line 3
invoke-static {p1, v0}, Lokhttp3/internal/http/RequestLine;->get(Lokhttp3/Request;Ljava/net/Proxy$Type;)Ljava/lang/String;
move-result-object v0
.line 4
invoke-virtual {p1}, Lokhttp3/Request;->headers()Lokhttp3/Headers;
move-result-object p1
invoke-virtual {p0, p1, v0}, Lokhttp3/internal/http1/Http1Codec;->writeRequest(Lokhttp3/Headers;Ljava/lang/String;)V
return-void
.end method