| Package | Description |
|---|---|
| net.lecousin.framework.network.mime.entity |
Mime body entities.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultMimeEntityFactory
Factory to create a MimeEntity based on its content type.
|
static class |
FormDataEntity.FormDataPartFactory
Factory to create PartField or PartFile depending on headers.
|
| Modifier and Type | Field and Description |
|---|---|
protected MimeEntityFactory |
MultipartEntity.partFactory |
| Modifier and Type | Method and Description |
|---|---|
MimeEntityFactory |
MultipartEntity.getPartFactory() |
| Modifier and Type | Method and Description |
|---|---|
static net.lecousin.framework.concurrent.async.AsyncSupplier<MimeEntity,IOException> |
MimeEntity.parse(net.lecousin.framework.io.IO.Readable input,
MimeEntityFactory entityFactory)
Parse the given input as a MimeEntity.
|
void |
MultipartEntity.setPartFactory(MimeEntityFactory partFactory) |
void |
FormDataEntity.setPartFactory(MimeEntityFactory partFactory) |
| Constructor and Description |
|---|
Parser(MimeEntityFactory entityFactory)
Constructor.
|
Parser(MimeEntityFactory entityFactory)
Constructor.
|
Transfer(MimeEntityFactory entityFactory)
Constructor.
|
Copyright © 2020. All rights reserved.