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 RawFieldAbstractField. 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 FieldDefaultBodyDescriptorBuilder. 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 RawFieldDefaultFieldBuilder. build()RawFieldFieldBuilder. build()Builds an instance ofRawFieldbased on the internal state.RawFieldRawEntity. getField()This method has no effect and always returnsnull.RawFieldRawFieldParser. 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 FieldBodyDescriptorBuilder. addField(RawField field)Updates builder's internal state by adding a new field.FieldFallbackBodyDescriptorBuilder. addField(RawField field)Should be called for eachContent-header field of a MIME message or part.RawBodyRawFieldParser. parseRawBody(RawField field)Parses the field body containing a value with parameters intoRawBody.
-