| Interface | Description |
|---|---|
| MimeEntityFactory |
Factory of MimeEntity from Content-Type.
|
| Class | Description |
|---|---|
| BinaryEntity |
Binary entity.
|
| BinaryFileEntity |
Binary entity.
|
| DefaultMimeEntityFactory |
Factory to create a MimeEntity based on its content type.
|
| EmptyEntity |
Empty entity.
|
| FormDataEntity |
form-data entity, see RFC 2388.
|
| FormDataEntity.FormDataPartFactory |
Factory to create PartField or PartFile depending on headers.
|
| FormDataEntity.PartField |
Part for a field.
|
| FormDataEntity.PartFile |
Part for a file.
|
| FormUrlEncodedEntity |
Form parameters using x-www-form-urlencoded format.
|
| MimeEntity |
A Mime entity is a Mime Message with headers and a specific body.
|
| MimeEntity.Parser |
Parser of a MIME message.
|
| MimeEntity.Transfer |
Parser of MIME Entity, using TransferEncodingFactory.
|
| MultipartEntity |
Multi-part entity, see RFC 1341.
|
| TextEntity |
Text entity.
|
Copyright © 2020. All rights reserved.