com.lutris.mime |
|
Java Source File Name | Type | Comment |
ContentHeader.java | Class | Parses and represents Mime header fields that have the form of the
Content-Type header as defined in RFC2045 Section 5.1 Page 11.
The format of these headers is informally:
: [ ; ... |
MimeEOFException.java | Class | Exception to indicate that an attempt was made to read beyond the end
of a Multipart/Form-Data input stream. |
MimeException.java | Class | Public exception class to indicate an error in Mime data. |
MimeHeader.java | Class | Represents a generic parsed Mime header. |
MultipartMimeInput.java | Class | Presents an incoming Multipart MIME message as a series of distinct
MultipartMimeInputStream streams. |
MultipartMimeInputStream.java | Class | Presents the current section of a multipart MIME stream as a distinct
InputStream object for which the end of the section is the end of the stream.
MIME headers for the current section are extracted, parsed, and made
available via the getMimeHeaders() method. |