| Interface | Description |
|---|---|
| Content |
Root interface to enforce a contract on all type of contents.
|
| ContentHandler<T> |
A
MultipartContentHandler is nothing but a wrapper around the content
bytes; it simplifies access interface to the content bytes. |
| ContentSource |
An interface which unifies content handling through out SDK and server.
|
| LineReader<T> |
Root interface to read a line from a byte source.
|
| MimeParserCallback |
MultipartParser is an event based parser which dispatched events
while processing mime stream. |
| Class | Description |
|---|---|
| AbstractContent |
Abstract implementation of
Content interface. |
| AbstractContentHandler<T> | |
| AbstractContentSource |
Abstract implementation of
ContentSource interface. |
| AudioContent | |
| BasicLineReader |
Basic implementation of
LineReader interface. |
| BinaryContent |
BinaryContent is to represent binary content. |
| BinaryHandler | |
| ByteArrayContentSource |
A
ContentSource with Byte array as source of the content bytes. |
| ContentHandlerFactory |
Factory class to instantiate
ContentHandler instances. |
| FileContentSource |
ContentSource with File as underlying byte source. |
| ImageContent | |
| InputStreamContentSource |
A
ContentSource implementation with InputStream as underlying
byte source. |
| LineReader.Line |
Line class captures information to represent a line within a
ByteSource |
| MediaContent | |
| Multipart |
A
MultipartMessage can have multiple parts within it; each of these
parts is represented by Multipart. |
| MultipartMessage |
Represents a multipart message.
|
| MultipartMessageBuilder | |
| MultipartParser |
As the name suggests,
MultipartParser parses a byte stream carrying a
multipart message. |
| MultipartParserContext |
MultipartParserContext holds parsing process state data. |
| MultipartParserFactory |
Factory to instantiate mime parser (
MultipartParser). |
| MultipartReader |
As the name suggests,
MultipartReader reads bytes from a connection
and persists mime messages in a file. |
| MultipartWriter |
MimeUploader uploads MIME objects/content to server. |
| TextContent | |
| TextHandler | |
| VideoContent |
| Enum | Description |
|---|---|
| LineReader.LineBreak | |
| MimeType |
An enumeration represnting supported MIME content types.
|
| Exception | Description |
|---|---|
| MalformedMimeException |
Copyright © 2019. All rights reserved.