| Package | Description |
|---|---|
| abs.ixi.client.io | |
| abs.ixi.client.io.multipart |
| Class and Description |
|---|
| MalformedMimeException |
| MultipartReader.MultipartParserCallback
An implementation of
MimeParserCallback |
| Class and Description |
|---|
| AbstractContent
Abstract implementation of
Content interface. |
| AbstractContentHandler |
| AbstractContentSource
Abstract implementation of
ContentSource interface. |
| Content
Root interface to enforce a contract on all type of contents.
|
| ContentHandler
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
Root interface to read a line from a byte source.
|
LineReader.Line
Line class captures information to represent a line within a
ByteSource |
| LineReader.LineBreak |
| MalformedMimeException |
MimeParserCallback
MultipartParser is an event based parser which dispatched events
while processing mime stream. |
| MimeType
An enumeration represnting supported MIME content types.
|
| 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. |
Copyright © 2019. All rights reserved.