| Package | Description |
|---|---|
| net.lecousin.framework.network.mime.transfer |
MIME transfer encoding.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ChunkedTransfer
Chunked transfer (Transfer-Encoding: chunked).
|
class |
IdentityTransfer
Default transfer, using Content-Length to know how much bytes need to be read, and read it.
|
| Modifier and Type | Method and Description |
|---|---|
static TransferReceiver |
TransferEncodingFactory.create(MimeMessage mime,
net.lecousin.framework.io.IO.Writable out)
Instantiate a TransferReceiver with a ContentDecoder based on the Transfer-Encoding,
Content-Transfer-Encoding and Content-Encoding headers.
|
Copyright © 2018. All rights reserved.