| Package | Description |
|---|---|
| org.apache.james.mime4j.descriptor | |
| org.apache.james.mime4j.message | |
| org.apache.james.mime4j.parser |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MutableBodyDescriptor
Adds mutator.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultBodyDescriptor
Encapsulates the values of the MIME-specific header fields
(which starts with
Content-). |
class |
MaximalBodyDescriptor
Parses and stores values for standard MIME header values.
|
| Constructor and Description |
|---|
DefaultBodyDescriptor(BodyDescriptor parent)
Creates a new
BodyDescriptor instance. |
MaximalBodyDescriptor(BodyDescriptor parent) |
| Modifier and Type | Method and Description |
|---|---|
void |
MessageBuilder.body(BodyDescriptor bd,
java.io.InputStream is) |
void |
SimpleContentHandler.body(BodyDescriptor bd,
java.io.InputStream is) |
abstract void |
SimpleContentHandler.bodyDecoded(BodyDescriptor bd,
java.io.InputStream is)
Called when the body of a discrete (non-multipart) entity is encountered.
|
void |
MessageBuilder.startMultipart(BodyDescriptor bd) |
| Modifier and Type | Field and Description |
|---|---|
protected BodyDescriptor |
AbstractEntity.parent |
| Modifier and Type | Method and Description |
|---|---|
BodyDescriptor |
RawEntity.getBodyDescriptor()
This method has no effect and always returns
null. |
BodyDescriptor |
EntityStateMachine.getBodyDescriptor()
Returns description of the entity body.
|
BodyDescriptor |
MimeTokenStream.getBodyDescriptor()
Gets a descriptor for the current entity.
|
BodyDescriptor |
AbstractEntity.getBodyDescriptor()
Gets a descriptor for the current entity.
|
| Modifier and Type | Method and Description |
|---|---|
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.body(BodyDescriptor bd,
java.io.InputStream is) |
protected MutableBodyDescriptor |
AbstractEntity.newBodyDescriptor(BodyDescriptor pParent)
Creates a new instance of
BodyDescriptor. |
void |
ContentHandler.startMultipart(BodyDescriptor bd)
Called when the body of a multipart entity is about to be parsed.
|
void |
AbstractContentHandler.startMultipart(BodyDescriptor bd) |
| Constructor and Description |
|---|
MimeEntity(LineNumberSource lineSource,
BufferedLineReaderInputStream inbuffer,
BodyDescriptor parent,
int startState,
int endState) |
MimeEntity(LineNumberSource lineSource,
BufferedLineReaderInputStream inbuffer,
BodyDescriptor parent,
int startState,
int endState,
MimeEntityConfig config) |
Copyright © 2004-2012. All Rights Reserved.