Uses of Interface
org.apache.james.mime4j.stream.Field
Packages that use Field
Package
Description
-
Uses of Field in org.apache.james.mime4j.dom
Subinterfaces with type arguments of type Field in org.apache.james.mime4j.domModifier and TypeInterfaceDescriptioninterfaceA header of an MIME entity (as defined in RFC 2045).Methods in org.apache.james.mime4j.dom with type parameters of type FieldModifier and TypeMethodDescription<F extends Field>
FGets aFieldgiven a field name and of the given type.Gets allFields having the specified field name and of the given type.Methods in org.apache.james.mime4j.dom that return FieldModifier and TypeMethodDescriptionGets aFieldgiven a field name.Methods in org.apache.james.mime4j.dom that return types with arguments of type FieldModifier and TypeMethodDescriptionHeader.getFields()Gets the fields of this header.Gets allFields having the specified field name.Header.getFieldsAsMap()Gets the fields of this header.Header.iterator()Returns an iterator over the list of fields of this header.Methods in org.apache.james.mime4j.dom with parameters of type FieldModifier and TypeMethodDescriptionvoidAdds a field to the end of the list of fields.FieldParser.parse(Field rawField, DecodeMonitor monitor) Parses raw (unstructured) field and converts it into a structured field.voidSets or replaces a field.voidMessageWriter.writeField(Field field, OutputStream out) -
Uses of Field in org.apache.james.mime4j.dom.field
Subinterfaces of Field in org.apache.james.mime4j.dom.fieldModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceA structured field that has been processed by a parsing routine.interface -
Uses of Field in org.apache.james.mime4j.field
Classes in org.apache.james.mime4j.field that implement FieldModifier and TypeClassDescriptionclassThe base class of all field classes.classAddress list field such asToorReply-To.classAddress list field such asToorReply-To.classRepresents aContent-Descriptionfield.classRepresents aContent-Dispositionfield.classRepresents aContent-Dispositionfield.classRepresents aContent-Transfer-Encodingfield.classRepresents aContent-Transfer-Encodingfield.classRepresents aContent-Transfer-Encodingfield.classRepresents aContent-Lengthfield.classRepresents aContent-Locationfield.classRepresents aContent-Locationfield.classRepresents aContent-MD5field.classRepresents aContent-Transfer-Encodingfield.classRepresents aContent-Typefield.classRepresents aContent-Typefield.classDate-time field such asDateorResent-Date.classDate-time field such asDateorResent-Date.classMailbox field such asSenderorResent-Sender.classMailbox field such asSenderorResent-Sender.classMailbox-list field such asFromorResent-From.classMailbox-list field such asFromorResent-From.classRepresents aMIME-Versionfield.classRepresents aMIME-Versionfield.classSimple unstructured field such asSubject.Fields in org.apache.james.mime4j.field declared as FieldMethods in org.apache.james.mime4j.field with parameters of type FieldModifier and TypeMethodDescriptionprivate FieldParser<? extends ParsedField> DelegatingFieldParser.parse(Field rawField, DecodeMonitor monitor) Constructors in org.apache.james.mime4j.field with parameters of type FieldModifierConstructorDescriptionprotectedAbstractField(Field rawField, DecodeMonitor monitor) (package private)AddressListFieldImpl(Field rawField, DecodeMonitor monitor) (package private)AddressListFieldLenientImpl(Field rawField, DecodeMonitor monitor) (package private)ContentDescriptionFieldImpl(Field rawField, DecodeMonitor monitor) (package private)ContentDispositionFieldImpl(Field rawField, DecodeMonitor monitor) (package private)ContentDispositionFieldLenientImpl(Field rawField, DecodeMonitor monitor) (package private)ContentIdFieldImpl(Field rawField, DecodeMonitor monitor) (package private)ContentLanguageFieldImpl(Field rawField, DecodeMonitor monitor) (package private)ContentLanguageFieldLenientImpl(Field rawField, DecodeMonitor monitor) (package private)ContentLengthFieldImpl(Field rawField, DecodeMonitor monitor) (package private)ContentLocationFieldImpl(Field rawField, DecodeMonitor monitor) (package private)ContentLocationFieldLenientImpl(Field rawField, DecodeMonitor monitor) (package private)ContentMD5FieldImpl(Field rawField, DecodeMonitor monitor) (package private)ContentTransferEncodingFieldImpl(Field rawField, DecodeMonitor monitor) (package private)ContentTypeFieldImpl(Field rawField, DecodeMonitor monitor) (package private)ContentTypeFieldLenientImpl(Field rawField, DecodeMonitor monitor) (package private)DateTimeFieldImpl(Field rawField, DecodeMonitor monitor) privateDateTimeFieldLenientImpl(Field rawField, DecodeMonitor monitor) (package private)MailboxFieldImpl(Field rawField, DecodeMonitor monitor) (package private)MailboxFieldLenientImpl(Field rawField, DecodeMonitor monitor) (package private)MailboxListFieldImpl(Field rawField, DecodeMonitor monitor) (package private)MailboxListFieldLenientImpl(Field rawField, DecodeMonitor monitor) (package private)MimeVersionFieldImpl(Field rawField, DecodeMonitor monitor) (package private)MimeVersionFieldLenientImpl(Field rawField, DecodeMonitor monitor) (package private)UnstructuredFieldImpl(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 FieldMethods in org.apache.james.mime4j.internal with type parameters of type FieldModifier and TypeMethodDescription<F extends Field>
FGets aFieldgiven a field name and of the given type.Gets allFields having the specified field name and of the given type.Methods in org.apache.james.mime4j.internal that return FieldModifier and TypeMethodDescriptionGets aFieldgiven a field name.Methods in org.apache.james.mime4j.internal that return types with arguments of type FieldModifier and TypeMethodDescriptionAbstractEntityBuilder.getFields()Gets the fields of this header.Gets allFields having the specified field name.Methods in org.apache.james.mime4j.internal with parameters of type FieldModifier and TypeMethodDescriptionAdds a field to the end of the list of fields.voidSets 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 FieldMethods in org.apache.james.mime4j.message with type parameters of type FieldModifier and TypeMethodDescription<F extends Field>
FGets aFieldgiven a field name and of the given type.<F extends Field>
FDeprecated.Gets allFields having the specified field name and of the given type.Deprecated.Methods in org.apache.james.mime4j.message that return FieldModifier and TypeMethodDescriptionGets aFieldgiven a field name.Deprecated.Methods in org.apache.james.mime4j.message that return types with arguments of type FieldModifier and TypeMethodDescriptionAbstractHeader.getFields()Gets the fields of this header.Gets allFields having the specified field name.MessageBuilder.getFields()Deprecated.AbstractHeader.getFieldsAsMap()Gets the fields of this header.AbstractHeader.iterator()Returns an iterator over the list of fields of this header.Methods in org.apache.james.mime4j.message with parameters of type FieldModifier and TypeMethodDescriptionvoidAdds a field to the end of the list of fields.Deprecated.final voidvoidSets or replaces a field.Deprecated.voidDefaultMessageWriter.writeField(Field field, 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 -
Uses of Field in org.apache.james.mime4j.stream
Classes in org.apache.james.mime4j.stream that implement FieldFields in org.apache.james.mime4j.stream declared as FieldMethods in org.apache.james.mime4j.stream that return FieldModifier and TypeMethodDescriptionUpdates builder's internal state by adding a new field.Should be called for eachContent-header field of a MIME message or part.EntityStateMachine.getField()Returns current header field.MimeEntity.getField()This method is valid, ifMimeEntity.getState()returnsEntityState.T_FIELD.MimeTokenStream.getField()This method is valid, ifMimeTokenStream.getState()returnsEntityState.T_FIELD.MimeTokenStream.parseHeadless(InputStream stream, String contentType) Instructs theMimeTokenStreamto parse the given content with the content type.Methods in org.apache.james.mime4j.stream with parameters of type FieldModifier and TypeMethodDescriptionprivate voidFallbackBodyDescriptorBuilder.parseContentType(Field field)