You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
850 B
34 lines
850 B
2 years ago
|
.class public interface abstract Lokhttp3/internal/http/HttpStream;
|
||
|
.super Ljava/lang/Object;
|
||
|
.source "HttpStream.java"
|
||
|
|
||
|
|
||
|
# static fields
|
||
|
.field public static final DISCARD_STREAM_TIMEOUT_MILLIS:I = 0x64
|
||
|
|
||
|
|
||
|
# virtual methods
|
||
|
.method public abstract cancel()V
|
||
|
.end method
|
||
|
|
||
|
.method public abstract createRequestBody(Lokhttp3/Request;J)Lokio/Sink;
|
||
|
.end method
|
||
|
|
||
|
.method public abstract finishRequest()V
|
||
|
.end method
|
||
|
|
||
|
.method public abstract openResponseBody(Lokhttp3/Response;)Lokhttp3/ResponseBody;
|
||
|
.end method
|
||
|
|
||
|
.method public abstract readResponseHeaders()Lokhttp3/Response$Builder;
|
||
|
.end method
|
||
|
|
||
|
.method public abstract setHttpEngine(Lokhttp3/internal/http/HttpEngine;)V
|
||
|
.end method
|
||
|
|
||
|
.method public abstract writeRequestBody(Lokhttp3/internal/http/RetryableSink;)V
|
||
|
.end method
|
||
|
|
||
|
.method public abstract writeRequestHeaders(Lokhttp3/Request;)V
|
||
|
.end method
|