| Interface | Description |
|---|---|
| ContentDecoder |
Decoder for a specific content encoding.
|
| Class | Description |
|---|---|
| Base64Decoder |
Decode base 64 content.
|
| ContentDecoderFactory |
Instantiate a ContentDecoder based on the Content-Encoding or Content-Transfer-Encoding header.
|
| GZipDecoder |
Decode gzip content.
|
| IdentityDecoder |
Last decoder in the chain, writing the decoded data into a Writable.
|
| QuotedPrintableDecoder |
Quoted printable transfer (Transfer-Encoding: quoted-printable).
|
Copyright © 2018. All rights reserved.