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(java.lang.String name, java.lang.Class<F> clazz)Gets aFieldgiven a field name and of the given type.<F extends Field>
java.util.List<F>Header. getFields(java.lang.String name, java.lang.Class<F> clazz)Gets allFields 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 FieldHeader. getField(java.lang.String name)Gets aFieldgiven a field name.Methods in org.apache.james.mime4j.dom that return types with arguments of type Field Modifier and Type Method Description java.util.List<Field>Header. getFields()Gets the fields of this header.java.util.List<Field>Header. getFields(java.lang.String name)Gets allFields having the specified field name.java.util.Map<java.lang.String,java.util.List<Field>>Header. getFieldsAsMap()Gets the fields of this header.java.util.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 voidHeader. addField(Field field)Adds a field to the end of the list of fields.Message.BuilderMessage.Builder. addField(Field field)TFieldParser. parse(Field rawField, DecodeMonitor monitor)Parses raw (unstructured) field and converts it into a structured field.voidHeader. setField(Field field)Sets or replaces a field.Message.BuilderMessage.Builder. setField(Field field)voidMessageWriter. writeField(Field field, java.io.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 interfaceAddressListFieldinterfaceContentDescriptionFieldinterfaceContentDispositionFieldinterfaceContentIdFieldinterfaceContentLanguageFieldinterfaceContentLengthFieldinterfaceContentLocationFieldinterfaceContentMD5FieldinterfaceContentTransferEncodingFieldinterfaceContentTypeFieldinterfaceDateTimeFieldinterfaceMailboxFieldinterfaceMailboxListFieldinterfaceMimeVersionFieldinterfaceParsedFieldA structured field that has been processed by a parsing routine.interfaceUnstructuredField -
Uses of Field in org.apache.james.mime4j.field
Classes in org.apache.james.mime4j.field that implement Field Modifier and Type Class Description classAbstractFieldThe base class of all field classes.classAddressListFieldImplAddress list field such asToorReply-To.classAddressListFieldLenientImplAddress list field such asToorReply-To.classContentDescriptionFieldImplRepresents aContent-Descriptionfield.classContentDispositionFieldImplRepresents aContent-Dispositionfield.classContentDispositionFieldLenientImplRepresents aContent-Dispositionfield.classContentIdFieldImplRepresents aContent-Transfer-Encodingfield.classContentLanguageFieldImplRepresents aContent-Transfer-Encodingfield.classContentLanguageFieldLenientImplRepresents aContent-Transfer-Encodingfield.classContentLengthFieldImplRepresents aContent-Lengthfield.classContentLocationFieldImplRepresents aContent-Locationfield.classContentLocationFieldLenientImplRepresents aContent-Locationfield.classContentMD5FieldImplRepresents aContent-MD5field.classContentTransferEncodingFieldImplRepresents aContent-Transfer-Encodingfield.classContentTypeFieldImplRepresents aContent-Typefield.classContentTypeFieldLenientImplRepresents aContent-Typefield.classDateTimeFieldImplDate-time field such asDateorResent-Date.classDateTimeFieldLenientImplDate-time field such asDateorResent-Date.classMailboxFieldImplMailbox field such asSenderorResent-Sender.classMailboxFieldLenientImplMailbox field such asSenderorResent-Sender.classMailboxListFieldImplMailbox-list field such asFromorResent-From.classMailboxListFieldLenientImplMailbox-list field such asFromorResent-From.classMimeVersionFieldImplRepresents aMIME-Versionfield.classMimeVersionFieldLenientImplRepresents aMIME-Versionfield.classUnstructuredFieldImplSimple unstructured field such asSubject.Fields in org.apache.james.mime4j.field declared as Field Modifier and Type Field Description protected FieldAbstractField. rawFieldMethods in org.apache.james.mime4j.field with parameters of type Field Modifier and Type Method Description private FieldParser<? extends ParsedField>DelegatingFieldParser. getParser(Field rawField)ParsedFieldDelegatingFieldParser. parse(Field rawField, DecodeMonitor monitor) -
Uses of Field in org.apache.james.mime4j.internal
Fields in org.apache.james.mime4j.internal with type parameters of type Field Modifier and Type Field Description private java.util.Map<java.lang.String,java.util.List<Field>>AbstractEntityBuilder. fieldMapprivate java.util.List<Field>AbstractEntityBuilder. fieldsMethods in org.apache.james.mime4j.internal with type parameters of type Field Modifier and Type Method Description <F extends Field>
FAbstractEntityBuilder. getField(java.lang.String name, java.lang.Class<F> clazz)Gets aFieldgiven a field name and of the given type.<F extends Field>
java.util.List<F>AbstractEntityBuilder. getFields(java.lang.String name, java.lang.Class<F> clazz)Gets allFields 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 FieldAbstractEntityBuilder. getField(java.lang.String name)Gets aFieldgiven a field name.Methods in org.apache.james.mime4j.internal that return types with arguments of type Field Modifier and Type Method Description java.util.List<Field>AbstractEntityBuilder. getFields()Gets the fields of this header.java.util.List<Field>AbstractEntityBuilder. getFields(java.lang.String name)Gets allFields having the specified field name.Methods in org.apache.james.mime4j.internal with parameters of type Field Modifier and Type Method Description AbstractEntityBuilderAbstractEntityBuilder. addField(Field field)Adds a field to the end of the list of fields.voidParserStreamContentHandler. field(Field field)AbstractEntityBuilderAbstractEntityBuilder. setField(Field field)Sets or replaces a field. -
Uses of Field in org.apache.james.mime4j.message
Fields in org.apache.james.mime4j.message with type parameters of type Field Modifier and Type Field Description private java.util.Map<java.lang.String,java.util.List<Field>>AbstractHeader. fieldMapprivate java.util.List<Field>AbstractHeader. fieldsMethods in org.apache.james.mime4j.message with type parameters of type Field Modifier and Type Method Description <F extends Field>
FAbstractHeader. getField(java.lang.String name, java.lang.Class<F> clazz)Gets aFieldgiven a field name and of the given type.<F extends Field>
FMessageBuilder. getField(java.lang.String name, java.lang.Class<F> clazz)Deprecated.<F extends Field>
java.util.List<F>AbstractHeader. getFields(java.lang.String name, java.lang.Class<F> clazz)Gets allFields having the specified field name and of the given type.<F extends Field>
java.util.List<F>MessageBuilder. getFields(java.lang.String name, java.lang.Class<F> clazz)Deprecated.Methods in org.apache.james.mime4j.message that return Field Modifier and Type Method Description FieldDefaultBodyDescriptorBuilder. addField(RawField rawfield)FieldAbstractHeader. getField(java.lang.String name)Gets aFieldgiven a field name.FieldMessageBuilder. getField(java.lang.String name)Deprecated.Methods in org.apache.james.mime4j.message that return types with arguments of type Field Modifier and Type Method Description java.util.List<Field>AbstractHeader. getFields()Gets the fields of this header.java.util.List<Field>AbstractHeader. getFields(java.lang.String name)Gets allFields having the specified field name.java.util.List<Field>MessageBuilder. getFields()Deprecated.java.util.Map<java.lang.String,java.util.List<Field>>AbstractHeader. getFieldsAsMap()Gets the fields of this header.java.util.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 voidAbstractHeader. addField(Field field)Adds a field to the end of the list of fields.AbstractEntityBuilderBodyPartBuilder. addField(Field field)MessageBuilderMessageBuilder. addField(Field field)Deprecated.voidSimpleContentHandler. field(Field field)voidAbstractHeader. setField(Field field)Sets or replaces a field.BodyPartBuilderBodyPartBuilder. setField(Field field)MessageBuilderMessageBuilder. setField(Field field)Deprecated.voidDefaultMessageWriter. writeField(Field field, java.io.OutputStream out)Write the specifiedFieldto 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 voidAbstractContentHandler. field(Field field)voidContentHandler. 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 classRawFieldRaw (unstructured) MIME field.Fields in org.apache.james.mime4j.stream declared as Field Modifier and Type Field Description private FieldMimeEntity. fieldMethods in org.apache.james.mime4j.stream that return Field 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.FieldEntityStateMachine. getField()Returns current header field.FieldMimeEntity. getField()This method is valid, ifMimeEntity.getState()returnsEntityState.T_FIELD.FieldMimeTokenStream. getField()This method is valid, ifMimeTokenStream.getState()returnsEntityState.T_FIELD.FieldMimeTokenStream. parseHeadless(java.io.InputStream stream, java.lang.String contentType)Instructs theMimeTokenStreamto parse the given content with the content type.Methods in org.apache.james.mime4j.stream with parameters of type Field Modifier and Type Method Description private voidFallbackBodyDescriptorBuilder. parseContentType(Field field)
-