Skip navigation links
C D G H I M N O P R S T V 

C

CleanUpExecutorFactory - Class in org.jvnet.mimepull
 
CleanUpExecutorFactory() - Constructor for class org.jvnet.mimepull.CleanUpExecutorFactory
 
close() - Method in class org.jvnet.mimepull.MIMEMessage
Closes all parsed parts.
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 DecodingException with 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
 
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 true if this part has already been closed, false otherwise.

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
 
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 MIMEParsingException class is the base exception class for all MIME message parsing exceptions.
MIMEParsingException() - Constructor for exception org.jvnet.mimepull.MIMEParsingException
Constructs a new exception with null as 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 of cause).
MIMEPart - Class in org.jvnet.mimepull
Represents an attachment part in a MIME message.
moveTo(File) - Method in class org.jvnet.mimepull.MIMEPart
 

N

newInstance() - Static method in class org.jvnet.mimepull.CleanUpExecutorFactory
 

O

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
 

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.
C D G H I M N O P R S T V 
Skip navigation links

Copyright © 2019 Oracle Corporation. All rights reserved.