Uses of Interface
org.apache.james.mime4j.stream.Field
-
-
Uses of Field in org.apache.james.mime4j.dom
Methods in org.apache.james.mime4j.dom with type parameters of type Field Modifier and Type Method Description <F extends Field>
FHeader. getField(String name, Class<F> clazz)
Gets aField
given a field name and of the given type.<F extends Field>
List<F>Header. getFields(String name, Class<F> clazz)
Gets allField
s having the specified field name and of the given type.Methods in org.apache.james.mime4j.dom that return Field Modifier and Type Method Description Field
Header. getField(String name)
Gets aField
given a field name.Methods in org.apache.james.mime4j.dom that return types with arguments of type Field Modifier and Type Method Description List<Field>
Header. getFields()
Gets the fields of this header.List<Field>
Header. getFields(String name)
Gets allField
s having the specified field name.Map<String,List<Field>>
Header. getFieldsAsMap()
Gets the fields of this header.Iterator<Field>
Header. iterator()
Returns an iterator over the list of fields of this header.Methods in org.apache.james.mime4j.dom with parameters of type Field Modifier and Type Method Description void
Header. addField(Field field)
Adds a field to the end of the list of fields.Message.Builder
Message.Builder. addField(Field field)
T
FieldParser. parse(Field rawField, DecodeMonitor monitor)
Parses raw (unstructured) field and converts it into a structured field.void
Header. setField(Field field)
Sets or replaces a field.Message.Builder
Message.Builder. setField(Field field)
void
MessageWriter. writeField(Field field, OutputStream out)
-
Uses of Field in org.apache.james.mime4j.dom.field
Subinterfaces of Field in org.apache.james.mime4j.dom.field Modifier and Type Interface Description interface
AddressListField
interface
ContentDescriptionField
interface
ContentDispositionField
interface
ContentIdField
interface
ContentLanguageField
interface
ContentLengthField
interface
ContentLocationField
interface
ContentMD5Field
interface
ContentTransferEncodingField
interface
ContentTypeField
interface
DateTimeField
interface
MailboxField
interface
MailboxListField
interface
MimeVersionField
interface
ParsedField
A structured field that has been processed by a parsing routine.interface
UnstructuredField
-
Uses of Field in org.apache.james.mime4j.field
Classes in org.apache.james.mime4j.field that implement Field Modifier and Type Class Description class
AbstractField
The base class of all field classes.class
AddressListFieldImpl
Address list field such asTo
orReply-To
.class
AddressListFieldLenientImpl
Address list field such asTo
orReply-To
.class
ContentDescriptionFieldImpl
Represents aContent-Description
field.class
ContentDispositionFieldImpl
Represents aContent-Disposition
field.class
ContentDispositionFieldLenientImpl
Represents aContent-Disposition
field.class
ContentIdFieldImpl
Represents aContent-Transfer-Encoding
field.class
ContentLanguageFieldImpl
Represents aContent-Transfer-Encoding
field.class
ContentLanguageFieldLenientImpl
Represents aContent-Transfer-Encoding
field.class
ContentLengthFieldImpl
Represents aContent-Length
field.class
ContentLocationFieldImpl
Represents aContent-Location
field.class
ContentLocationFieldLenientImpl
Represents aContent-Location
field.class
ContentMD5FieldImpl
Represents aContent-MD5
field.class
ContentTransferEncodingFieldImpl
Represents aContent-Transfer-Encoding
field.class
ContentTypeFieldImpl
Represents aContent-Type
field.class
ContentTypeFieldLenientImpl
Represents aContent-Type
field.class
DateTimeFieldImpl
Date-time field such asDate
orResent-Date
.class
DateTimeFieldLenientImpl
Date-time field such asDate
orResent-Date
.class
MailboxFieldImpl
Mailbox field such asSender
orResent-Sender
.class
MailboxFieldLenientImpl
Mailbox field such asSender
orResent-Sender
.class
MailboxListFieldImpl
Mailbox-list field such asFrom
orResent-From
.class
MailboxListFieldLenientImpl
Mailbox-list field such asFrom
orResent-From
.class
MimeVersionFieldImpl
Represents aMIME-Version
field.class
MimeVersionFieldLenientImpl
Represents aMIME-Version
field.class
UnstructuredFieldImpl
Simple unstructured field such asSubject
.Fields in org.apache.james.mime4j.field declared as Field Modifier and Type Field Description protected Field
AbstractField. rawField
Methods in org.apache.james.mime4j.field with parameters of type Field Modifier and Type Method Description ParsedField
DelegatingFieldParser. parse(Field rawField, DecodeMonitor monitor)
Constructors in org.apache.james.mime4j.field with parameters of type Field Constructor Description AbstractField(Field rawField, DecodeMonitor monitor)
-
Uses of Field in org.apache.james.mime4j.internal
Methods in org.apache.james.mime4j.internal with type parameters of type Field Modifier and Type Method Description <F extends Field>
FAbstractEntityBuilder. getField(String name, Class<F> clazz)
Gets aField
given a field name and of the given type.<F extends Field>
List<F>AbstractEntityBuilder. getFields(String name, Class<F> clazz)
Gets allField
s having the specified field name and of the given type.Methods in org.apache.james.mime4j.internal that return Field Modifier and Type Method Description Field
AbstractEntityBuilder. getField(String name)
Gets aField
given a field name.Methods in org.apache.james.mime4j.internal that return types with arguments of type Field Modifier and Type Method Description List<Field>
AbstractEntityBuilder. getFields()
Gets the fields of this header.List<Field>
AbstractEntityBuilder. getFields(String name)
Gets allField
s having the specified field name.Methods in org.apache.james.mime4j.internal with parameters of type Field Modifier and Type Method Description AbstractEntityBuilder
AbstractEntityBuilder. addField(Field field)
Adds a field to the end of the list of fields.void
ParserStreamContentHandler. field(Field field)
AbstractEntityBuilder
AbstractEntityBuilder. setField(Field field)
Sets or replaces a field. -
Uses of Field in org.apache.james.mime4j.message
Methods in org.apache.james.mime4j.message with type parameters of type Field Modifier and Type Method Description <F extends Field>
FAbstractHeader. getField(String name, Class<F> clazz)
Gets aField
given a field name and of the given type.<F extends Field>
FMessageBuilder. getField(String name, Class<F> clazz)
Deprecated.<F extends Field>
List<F>AbstractHeader. getFields(String name, Class<F> clazz)
Gets allField
s having the specified field name and of the given type.<F extends Field>
List<F>MessageBuilder. getFields(String name, Class<F> clazz)
Deprecated.Methods in org.apache.james.mime4j.message that return Field Modifier and Type Method Description Field
DefaultBodyDescriptorBuilder. addField(RawField rawfield)
Field
AbstractHeader. getField(String name)
Gets aField
given a field name.Field
MessageBuilder. getField(String name)
Deprecated.Methods in org.apache.james.mime4j.message that return types with arguments of type Field Modifier and Type Method Description List<Field>
AbstractHeader. getFields()
Gets the fields of this header.List<Field>
AbstractHeader. getFields(String name)
Gets allField
s having the specified field name.List<Field>
MessageBuilder. getFields()
Deprecated.Map<String,List<Field>>
AbstractHeader. getFieldsAsMap()
Gets the fields of this header.Iterator<Field>
AbstractHeader. iterator()
Returns an iterator over the list of fields of this header.Methods in org.apache.james.mime4j.message with parameters of type Field Modifier and Type Method Description void
AbstractHeader. addField(Field field)
Adds a field to the end of the list of fields.AbstractEntityBuilder
BodyPartBuilder. addField(Field field)
MessageBuilder
MessageBuilder. addField(Field field)
Deprecated.void
SimpleContentHandler. field(Field field)
void
AbstractHeader. setField(Field field)
Sets or replaces a field.BodyPartBuilder
BodyPartBuilder. setField(Field field)
MessageBuilder
MessageBuilder. setField(Field field)
Deprecated.void
DefaultMessageWriter. writeField(Field field, OutputStream out)
Write the specifiedField
to the specifiedOutputStream
. -
Uses of Field in org.apache.james.mime4j.parser
Methods in org.apache.james.mime4j.parser with parameters of type Field Modifier and Type Method Description void
AbstractContentHandler. field(Field field)
void
ContentHandler. field(Field rawField)
Called for each field of a header. -
Uses of Field in org.apache.james.mime4j.stream
Classes in org.apache.james.mime4j.stream that implement Field Modifier and Type Class Description class
RawField
Raw (unstructured) MIME field.Methods in org.apache.james.mime4j.stream that return Field Modifier and Type Method Description Field
BodyDescriptorBuilder. addField(RawField field)
Updates builder's internal state by adding a new field.Field
EntityStateMachine. getField()
Returns current header field.Field
MimeTokenStream. getField()
This method is valid, ifMimeTokenStream.getState()
returnsEntityState.T_FIELD
.Field
MimeTokenStream. parseHeadless(InputStream stream, String contentType)
Instructs theMimeTokenStream
to parse the given content with the content type.
-