| Package | Description |
|---|---|
| org.apache.http.impl.nio.codecs |
Default implementations of message parses and writers
for asynchronous, even driven communication.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
ChunkDecoder |
Implements chunked transfer coding.
|
class |
IdentityDecoder |
Content decoder that reads data without any transformation.
|
class |
LengthDelimitedDecoder |
Content decoder that cuts off after a defined number of bytes.
|