Uses of Interface
org.apache.james.mime4j.dom.field.ParsedField
Packages that use ParsedField
Package
Description
-
Uses of ParsedField in org.apache.james.mime4j.dom
Classes in org.apache.james.mime4j.dom with type parameters of type ParsedFieldModifier and TypeInterfaceDescriptioninterfaceFieldParser<T extends ParsedField>A parser or transformation process intended to convert raw (unstructured)Fields into structuredParsedFields. -
Uses of ParsedField in org.apache.james.mime4j.dom.field
Subinterfaces of ParsedField in org.apache.james.mime4j.dom.fieldModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterface -
Uses of ParsedField in org.apache.james.mime4j.field
Classes in org.apache.james.mime4j.field that implement ParsedFieldModifier 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.Methods in org.apache.james.mime4j.field that return ParsedFieldModifier and TypeMethodDescriptionstatic ParsedFieldstatic ParsedFieldDefaultFieldParser.parse(String rawStr, DecodeMonitor monitor) Parses the given string and returns an instance of theParsedFieldclass.static ParsedFieldDefaultFieldParser.parse(ByteSequence raw, DecodeMonitor monitor) Parses the given byte sequence and returns an instance of theParsedFieldclass.DelegatingFieldParser.parse(Field rawField, DecodeMonitor monitor) static ParsedFieldParses the given string and returns an instance of theParsedFieldclass.static ParsedFieldLenientFieldParser.parse(String rawStr, DecodeMonitor monitor) Parses the given string and returns an instance of theFieldclass.static ParsedFieldLenientFieldParser.parse(ByteSequence raw, DecodeMonitor monitor) Parses the given byte sequence and returns an instance of theParsedFieldclass.Methods in org.apache.james.mime4j.field that return types with arguments of type ParsedFieldModifier and TypeMethodDescriptionstatic FieldParser<ParsedField> DefaultFieldParser.getParser()Gets the default instance of this class.FieldParser<? extends ParsedField> static FieldParser<ParsedField> LenientFieldParser.getParser()Gets the default instance of this class.Method parameters in org.apache.james.mime4j.field with type arguments of type ParsedFieldModifier and TypeMethodDescriptionvoidDelegatingFieldParser.setFieldParser(String name, FieldParser<? extends ParsedField> parser) Sets the parser used for the field namedname.Constructor parameters in org.apache.james.mime4j.field with type arguments of type ParsedFieldModifierConstructorDescriptionDelegatingFieldParser(FieldParser<? extends ParsedField> defaultParser) -
Uses of ParsedField in org.apache.james.mime4j.internal
Methods in org.apache.james.mime4j.internal with type parameters of type ParsedFieldModifier and TypeMethodDescription<F extends ParsedField>
FAbstractEntityBuilder.obtainField(String fieldName) -
Uses of ParsedField in org.apache.james.mime4j.message
Method parameters in org.apache.james.mime4j.message with type arguments of type ParsedFieldModifier and TypeMethodDescriptionvoidDefaultMessageBuilder.setFieldParser(FieldParser<? extends ParsedField> fieldParser) Constructor parameters in org.apache.james.mime4j.message with type arguments of type ParsedFieldModifierConstructorDescriptionDefaultBodyDescriptorBuilder(String parentMimeType, FieldParser<? extends ParsedField> fieldParser, DecodeMonitor monitor) Creates a newBodyDescriptorinstance.SimpleContentHandler(FieldParser<? extends ParsedField> fieldParser, DecodeMonitor monitor)