| Package | Description |
|---|---|
| net.lecousin.framework.network.mime.transfer |
MIME transfer encoding.
|
| net.lecousin.framework.network.mime.transfer.encoding |
Content encoding.
|
| Modifier and Type | Field and Description |
|---|---|
protected ContentDecoder |
TransferReceiver.decoder |
| Constructor and Description |
|---|
ChunkedTransfer(MimeMessage mime,
ContentDecoder decoder)
Constructor.
|
IdentityTransfer(MimeMessage mime,
ContentDecoder decoder)
Constructor.
|
TransferReceiver(MimeMessage mime,
ContentDecoder decoder)
Constructor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Base64Decoder
Decode base 64 content.
|
class |
GZipDecoder
Decode gzip content.
|
class |
IdentityDecoder
Last decoder in the chain, writing the decoded data into a Writable.
|
class |
QuotedPrintableDecoder
Quoted printable transfer (Transfer-Encoding: quoted-printable).
|
| Modifier and Type | Method and Description |
|---|---|
static ContentDecoder |
ContentDecoderFactory.createDecoder(ContentDecoder next,
MimeMessage mime)
Create a ContentDecoder for the Content-Encoding or Content-Transfer-Encoding field of the given MIME.
|
static ContentDecoder |
ContentDecoderFactory.createDecoder(ContentDecoder next,
String encoding)
Create a ContentDecoder for the given Content-Encoding.
|
static ContentDecoder |
ContentDecoderFactory.createDecoder(net.lecousin.framework.io.IO.Writable out,
MimeMessage mime)
Create a ContentDecoder for the Content-Encoding or Content-Transfer-Encoding field of the given MIME.
|
| Modifier and Type | Method and Description |
|---|---|
static ContentDecoder |
ContentDecoderFactory.createDecoder(ContentDecoder next,
MimeMessage mime)
Create a ContentDecoder for the Content-Encoding or Content-Transfer-Encoding field of the given MIME.
|
static ContentDecoder |
ContentDecoderFactory.createDecoder(ContentDecoder next,
String encoding)
Create a ContentDecoder for the given Content-Encoding.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ContentDecoderFactory.registerDecoder(String encoding,
Class<? extends ContentDecoder> decoderClass)
Register a ContentDecoder for a given Content-Encoding value.
|
| Constructor and Description |
|---|
Base64Decoder(ContentDecoder next)
Constructor.
|
GZipDecoder(ContentDecoder next)
Constructor.
|
QuotedPrintableDecoder(ContentDecoder next)
Constructor.
|
Copyright © 2018. All rights reserved.