Uses of Class
org.apache.james.mime4j.stream.RawField
-
Packages that use RawField Package Description org.apache.james.mime4j.field org.apache.james.mime4j.message org.apache.james.mime4j.stream -
-
Uses of RawField in org.apache.james.mime4j.field
Methods in org.apache.james.mime4j.field that return RawField Modifier and Type Method Description protected RawField
AbstractField. getRawField()
-
Uses of RawField in org.apache.james.mime4j.message
Methods in org.apache.james.mime4j.message with parameters of type RawField Modifier and Type Method Description Field
DefaultBodyDescriptorBuilder. addField(RawField rawfield)
-
Uses of RawField in org.apache.james.mime4j.stream
Methods in org.apache.james.mime4j.stream that return RawField Modifier and Type Method Description RawField
DefaultFieldBuilder. build()
RawField
FieldBuilder. build()
Builds an instance ofRawField
based on the internal state.RawField
RawEntity. getField()
This method has no effect and always returnsnull
.RawField
RawFieldParser. parseField(ByteSequence raw)
Parses the sequence of bytes intoRawField
.Methods in org.apache.james.mime4j.stream with parameters of type RawField Modifier and Type Method 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 intoRawBody
.
-