Package | Description |
---|---|
okhttp3.internal.http1 |
Modifier and Type | Class and Description |
---|---|
private class |
Http1Codec.ChunkedSource
An HTTP body with alternating chunk sizes and chunk bodies.
|
private class |
Http1Codec.FixedLengthSource
An HTTP body with a fixed length specified in advance.
|
private class |
Http1Codec.UnknownLengthSource
An HTTP message body terminated by the end of the underlying stream.
|