|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of MimeException in org.apache.james.mime4j.descriptor |
---|
Uses of MimeException in org.apache.james.mime4j.field |
---|
Methods in org.apache.james.mime4j.field that throw MimeException | |
---|---|
static Field |
Field.parse(java.lang.String raw)
Parses the given string and returns an instance of the Field class. |
Uses of MimeException in org.apache.james.mime4j.field.address.parser |
---|
Subclasses of MimeException in org.apache.james.mime4j.field.address.parser | |
---|---|
class |
ParseException
This exception is thrown when parse errors are encountered. |
Uses of MimeException in org.apache.james.mime4j.io |
---|
Subclasses of MimeException in org.apache.james.mime4j.io | |
---|---|
class |
MaxHeaderLimitException
Signals a I/O error due to the header count exceeding the maximum limit. |
class |
MaxLineLimitException
Signals a I/O error due to a line exceeding the limit on the maximum line length. |
Uses of MimeException in org.apache.james.mime4j.message |
---|
Methods in org.apache.james.mime4j.message that throw MimeException | |
---|---|
void |
MessageBuilder.body(BodyDescriptor bd,
java.io.InputStream is)
|
void |
MessageBuilder.endBodyPart()
|
void |
MessageBuilder.endHeader()
|
void |
MessageBuilder.endMessage()
|
void |
MessageBuilder.endMultipart()
|
void |
MessageBuilder.epilogue(java.io.InputStream is)
|
void |
SimpleContentHandler.field(java.lang.String fieldData)
|
void |
MessageBuilder.field(java.lang.String fieldData)
|
void |
MessageBuilder.preamble(java.io.InputStream is)
|
void |
MessageBuilder.raw(java.io.InputStream is)
Unsupported. |
void |
MessageBuilder.startBodyPart()
|
void |
MessageBuilder.startHeader()
|
void |
MessageBuilder.startMessage()
|
void |
MessageBuilder.startMultipart(BodyDescriptor bd)
|
void |
Multipart.writeTo(java.io.OutputStream out,
int mode)
Write the Multipart to the given OutputStream. |
void |
Body.writeTo(java.io.OutputStream out,
int mode)
Writes this body to the given stream in MIME message format. |
void |
Header.writeTo(java.io.OutputStream out,
int mode)
Write the Header to the given OutputStream. |
void |
Entity.writeTo(java.io.OutputStream out,
int mode)
Write the content to the given outputstream |
Constructors in org.apache.james.mime4j.message that throw MimeException | |
---|---|
Header(java.io.InputStream is)
Creates a new Header from the specified stream. |
|
Message(java.io.InputStream is,
MimeEntityConfig config)
Parses the specified MIME message stream into a Message
instance using given MimeEntityConfig . |
Uses of MimeException in org.apache.james.mime4j.parser |
---|
Subclasses of MimeException in org.apache.james.mime4j.parser | |
---|---|
class |
MimeParseEventException
Indicates that strict parsing has been enabled and an optional invality has been found in the input. |
Methods in org.apache.james.mime4j.parser that throw MimeException | |
---|---|
EntityStateMachine |
MimeEntity.advance()
|
EntityStateMachine |
EntityStateMachine.advance()
Advances the state machine to the next state in the process of the MIME stream parsing. |
void |
AbstractContentHandler.body(BodyDescriptor bd,
java.io.InputStream is)
|
void |
ContentHandler.body(BodyDescriptor bd,
java.io.InputStream is)
Called when the body of a discrete (non-multipart) entity is about to be parsed. |
void |
AbstractContentHandler.endBodyPart()
|
void |
ContentHandler.endBodyPart()
Called when a body part ends. |
void |
AbstractContentHandler.endHeader()
|
void |
ContentHandler.endHeader()
Called when there are no more header fields in a message or body part. |
void |
AbstractContentHandler.endMessage()
|
void |
ContentHandler.endMessage()
Called when a message ends. |
void |
AbstractContentHandler.endMultipart()
|
void |
ContentHandler.endMultipart()
Called when the body of an entity has been parsed. |
void |
AbstractContentHandler.epilogue(java.io.InputStream is)
|
void |
ContentHandler.epilogue(java.io.InputStream is)
Called for the epilogue (whatever comes after the final body part) of a multipart/* entity. |
void |
AbstractContentHandler.field(java.lang.String fieldData)
|
void |
ContentHandler.field(java.lang.String fieldData)
Called for each field of a header. |
protected void |
AbstractEntity.monitor(Event event)
Monitors the given event. |
int |
MimeTokenStream.next()
This method advances the token stream to the next token. |
void |
MimeStreamParser.parse(java.io.InputStream is)
Parses a stream of bytes containing a MIME message. |
void |
AbstractContentHandler.preamble(java.io.InputStream is)
|
void |
ContentHandler.preamble(java.io.InputStream is)
Called for the preamble (whatever comes before the first body part) of a multipart/* entity. |
void |
AbstractContentHandler.raw(java.io.InputStream is)
|
void |
ContentHandler.raw(java.io.InputStream is)
Called when a new entity (message or body part) starts and the parser is in raw mode. |
void |
AbstractContentHandler.startBodyPart()
|
void |
ContentHandler.startBodyPart()
Called when a new body part starts inside a multipart/* entity. |
void |
AbstractContentHandler.startHeader()
|
void |
ContentHandler.startHeader()
Called when a header (of a message or body part) is about to be parsed. |
void |
AbstractContentHandler.startMessage()
|
void |
ContentHandler.startMessage()
Called when a new message starts (a top level message or an embedded rfc822 message). |
void |
AbstractContentHandler.startMultipart(BodyDescriptor bd)
|
void |
ContentHandler.startMultipart(BodyDescriptor bd)
Called when the body of a multipart entity is about to be parsed. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |