| Package | Description |
|---|---|
| org.apache.james.mime4j.field | |
| org.apache.james.mime4j.message | |
| org.apache.james.mime4j.stream |
| Modifier and Type | Method and Description |
|---|---|
protected RawField |
AbstractField.getRawField() |
| Modifier and Type | Method and Description |
|---|---|
Field |
DefaultBodyDescriptorBuilder.addField(RawField rawfield) |
| Modifier and Type | Method and Description |
|---|---|
RawField |
FieldBuilder.build()
Builds an instance of
RawField based on the internal state. |
RawField |
DefaultFieldBuilder.build() |
RawField |
RawEntity.getField()
This method has no effect and always returns
null. |
RawField |
RawFieldParser.parseField(ByteSequence raw)
Parses the sequence of bytes into
RawField. |
| Modifier and Type | Method and Description |
|---|---|
Field |
BodyDescriptorBuilder.addField(RawField field)
Updates builder's internal state by adding a new field.
|
RawBody |
RawFieldParser.parseRawBody(RawField field)
Parses the field body containing a value with parameters into
RawBody. |
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.