Methods Summary |
---|
public void | body(BodyDescriptor bd, java.io.InputStream is)Called when the body of a discrete (non-multipart) entity is about to
be parsed.
|
public void | endBodyPart()Called when a body part ends.
|
public void | endHeader()Called when there are no more header fields in a message or body part.
|
public void | endMessage()Called when a message ends.
|
public void | endMultipart()Called when the body of an entity has been parsed.
|
public void | epilogue(java.io.InputStream is)Called for the epilogue (whatever comes after the final body part)
of a multipart/* entity.
|
public void | field(java.lang.String fieldData)Called for each field of a header.
|
public void | preamble(java.io.InputStream is)Called for the preamble (whatever comes before the first body part)
of a multipart/* entity.
|
public void | raw(java.io.InputStream is)Called when a new entity (message or body part) starts and the
parser is in raw mode.
|
public void | startBodyPart()Called when a new body part starts inside a
multipart/* entity.
|
public void | startHeader()Called when a header (of a message or body part) is about to be parsed.
|
public void | startMessage()Called when a new message starts (a top level message or an embedded
rfc822 message).
|
public void | startMultipart(BodyDescriptor bd)Called when the body of a multipart entity is about to be parsed.
|