C D G H I M N O P R S T V
All Classes All Packages
All Classes All Packages
All Classes All Packages
C
- CleanUpExecutorFactory - Class in org.jvnet.mimepull
-
A service to clean up created resources.
- CleanUpExecutorFactory() - Constructor for class org.jvnet.mimepull.CleanUpExecutorFactory
-
Default constructor
- close() - Method in class org.jvnet.mimepull.MIMEMessage
-
Closes all parsed
partsand cleans up any resources that are held by thisMIMEMessage(for e.g. - close() - Method in class org.jvnet.mimepull.MIMEPart
-
Cleans up any resources that are held by this part (for e.g.
D
- DecodingException - Exception in org.jvnet.mimepull
-
A special IOException that indicates a failure to decode data due to an error in the formatting of the data.
- DecodingException(String) - Constructor for exception org.jvnet.mimepull.DecodingException
-
Constructs a
DecodingExceptionwith the specified detail message.
G
- getAllHeaders() - Method in class org.jvnet.mimepull.MIMEPart
-
Return all the headers
- getAttachments() - Method in class org.jvnet.mimepull.MIMEMessage
-
Gets all the attachments by parsing the entire MIME message.
- getContentId() - Method in class org.jvnet.mimepull.MIMEPart
-
Returns Content-ID MIME header for this attachment part
- getContentTransferEncoding() - Method in class org.jvnet.mimepull.MIMEPart
-
Returns Content-Transfer-Encoding MIME header for this attachment part
- getContentType() - Method in class org.jvnet.mimepull.MIMEPart
-
Returns Content-Type MIME header for this attachment part
- getHeader(String) - Method in class org.jvnet.mimepull.MIMEPart
-
Return all the values for the specified header.
- getName() - Method in interface org.jvnet.mimepull.Header
-
Returns the name of this header.
- getPart(int) - Method in class org.jvnet.mimepull.MIMEMessage
-
Creates nth attachment lazily.
- getPart(String) - Method in class org.jvnet.mimepull.MIMEMessage
-
Creates a lazy attachment for a given Content-ID.
- getScheduledExecutorService() - Method in class org.jvnet.mimepull.CleanUpExecutorFactory
-
Return ScheduledExecutorService
- getValue() - Method in interface org.jvnet.mimepull.Header
-
Returns the value of this header.
H
- Header - Interface in org.jvnet.mimepull
-
The Header class stores a name/value pair to represent headers.
I
- isClosed() - Method in class org.jvnet.mimepull.MIMEPart
-
Return
trueif this part has already been closed,falseotherwise.
M
- makeProgress() - Method in class org.jvnet.mimepull.MIMEMessage
-
Parses the MIME message in a pull fashion.
- MIMEConfig - Class in org.jvnet.mimepull
-
Configuration for MIME message parsing and storing.
- MIMEConfig() - Constructor for class org.jvnet.mimepull.MIMEConfig
-
Create new MIMEConfig
- MIMEMessage - Class in org.jvnet.mimepull
-
Represents MIME message.
- MIMEMessage(InputStream, String) - Constructor for class org.jvnet.mimepull.MIMEMessage
- MIMEMessage(InputStream, String, MIMEConfig) - Constructor for class org.jvnet.mimepull.MIMEMessage
-
Creates a MIME message from the content's stream.
- MIMEParsingException - Exception in org.jvnet.mimepull
-
The
MIMEParsingExceptionclass is the base exception class for all MIME message parsing exceptions. - MIMEParsingException() - Constructor for exception org.jvnet.mimepull.MIMEParsingException
-
Constructs a new exception with
nullas its detail message. - MIMEParsingException(String) - Constructor for exception org.jvnet.mimepull.MIMEParsingException
-
Constructs a new exception with the specified detail message.
- MIMEParsingException(String, Throwable) - Constructor for exception org.jvnet.mimepull.MIMEParsingException
-
Constructs a new exception with the specified detail message and cause.
- MIMEParsingException(Throwable) - Constructor for exception org.jvnet.mimepull.MIMEParsingException
-
Constructs a new WebServiceException with the specified cause and a detail message of
(cause==null ? null : cause.toString())(which typically contains the class and detail message ofcause). - MIMEPart - Class in org.jvnet.mimepull
-
Represents an attachment part in a MIME message.
- moveTo(File) - Method in class org.jvnet.mimepull.MIMEPart
-
Send the content to the File
N
- newInstance() - Static method in class org.jvnet.mimepull.CleanUpExecutorFactory
-
Lookup CleanUpExecutorFactory using ServiceLoader
O
- org.jvnet.mimepull - module org.jvnet.mimepull
-
Mimepull - MIME streaming extension for Java.
- org.jvnet.mimepull - package org.jvnet.mimepull
P
- parseAll() - Method in class org.jvnet.mimepull.MIMEMessage
-
Parses the whole MIME message eagerly
R
- read() - Method in class org.jvnet.mimepull.MIMEPart
-
Can get the attachment part's content multiple times.
- readOnce() - Method in class org.jvnet.mimepull.MIMEPart
-
Can get the attachment part's content only once.
S
- setDir(String) - Method in class org.jvnet.mimepull.MIMEConfig
- setMemoryThreshold(long) - Method in class org.jvnet.mimepull.MIMEConfig
-
If the attachment is greater than the threshold, it is written to the disk.
- setParseEagerly(boolean) - Method in class org.jvnet.mimepull.MIMEConfig
-
Sets whether message should be parsed eagerly.
T
- toString() - Method in class org.jvnet.mimepull.MIMEPart
V
- validate() - Method in class org.jvnet.mimepull.MIMEConfig
-
Validates if it can create temporary files.
All Classes All Packages