Uses of Class
org.apache.james.mime4j.codec.DecodeMonitor
-
-
Uses of DecodeMonitor in org.apache.james.mime4j.codec
Fields in org.apache.james.mime4j.codec declared as DecodeMonitor Modifier and Type Field Description static DecodeMonitorDecodeMonitor. SILENTThe SILENT monitor ignore requests.static DecodeMonitorDecodeMonitor. STRICTThe STRICT monitor throws an exception on every event.Methods in org.apache.james.mime4j.codec with parameters of type DecodeMonitor Modifier and Type Method Description static StringDecoderUtil. decodeEncodedWords(String body, DecodeMonitor monitor)Decodes a string containing encoded words as defined by RFC 2047.static StringDecoderUtil. decodeEncodedWords(String body, DecodeMonitor monitor, Charset fallback)Decodes a string containing encoded words as defined by RFC 2047.static StringDecoderUtil. decodeEncodedWords(String body, DecodeMonitor monitor, Charset fallback, Map<Charset,Charset> charsetOverrides)Decodes a string containing encoded words as defined by RFC 2047.Constructors in org.apache.james.mime4j.codec with parameters of type DecodeMonitor Constructor Description Base64InputStream(int bufsize, InputStream in, DecodeMonitor monitor)Base64InputStream(InputStream in, DecodeMonitor monitor)QuotedPrintableInputStream(int bufsize, InputStream in, DecodeMonitor monitor)QuotedPrintableInputStream(InputStream in, DecodeMonitor monitor) -
Uses of DecodeMonitor in org.apache.james.mime4j.dom
Methods in org.apache.james.mime4j.dom with parameters of type DecodeMonitor Modifier and Type Method Description TFieldParser. parse(Field rawField, DecodeMonitor monitor)Parses raw (unstructured) field and converts it into a structured field.Message.BuilderMessage.Builder. use(DecodeMonitor monitor)SetsDecodeMonitorthat will be used to handle malformed data when executingMessage.Builder.parse(java.io.InputStream). -
Uses of DecodeMonitor in org.apache.james.mime4j.field
Fields in org.apache.james.mime4j.field declared as DecodeMonitor Modifier and Type Field Description protected DecodeMonitorAbstractField. monitorMethods in org.apache.james.mime4j.field with parameters of type DecodeMonitor Modifier and Type Method Description static 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.ParsedFieldDelegatingFieldParser. parse(Field rawField, DecodeMonitor monitor)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.Constructors in org.apache.james.mime4j.field with parameters of type DecodeMonitor Constructor Description AbstractField(Field rawField, DecodeMonitor monitor) -
Uses of DecodeMonitor in org.apache.james.mime4j.field.address
Methods in org.apache.james.mime4j.field.address with parameters of type DecodeMonitor Modifier and Type Method Description AddressDefaultAddressParser. parseAddress(CharSequence text, DecodeMonitor monitor)Parses the specified raw string into an address.AddressListDefaultAddressParser. parseAddressList(CharSequence text, DecodeMonitor monitor)Parse the address list string, such as the value of a From, To, Cc, Bcc, Sender, or Reply-To header.GroupDefaultAddressParser. parseGroup(CharSequence text, DecodeMonitor monitor)Parses the specified raw string into a group address.MailboxDefaultAddressParser. parseMailbox(CharSequence text, DecodeMonitor monitor)Parses the specified raw string into a mailbox address.Constructors in org.apache.james.mime4j.field.address with parameters of type DecodeMonitor Constructor Description LenientAddressParser(DecodeMonitor monitor) -
Uses of DecodeMonitor in org.apache.james.mime4j.message
Methods in org.apache.james.mime4j.message with parameters of type DecodeMonitor Modifier and Type Method Description voidDefaultMessageBuilder. setDecodeMonitor(DecodeMonitor monitor)MessageBuilderMessageBuilder. use(DecodeMonitor monitor)Deprecated.Constructors in org.apache.james.mime4j.message with parameters of type DecodeMonitor Constructor Description DefaultBodyDescriptorBuilder(String parentMimeType, FieldParser<? extends ParsedField> fieldParser, DecodeMonitor monitor)Creates a newBodyDescriptorinstance.SimpleContentHandler(FieldParser<? extends ParsedField> fieldParser, DecodeMonitor monitor) -
Uses of DecodeMonitor in org.apache.james.mime4j.parser
Constructors in org.apache.james.mime4j.parser with parameters of type DecodeMonitor Constructor Description MimeStreamParser(MimeConfig config, DecodeMonitor monitor, BodyDescriptorBuilder bodyDescBuilder) -
Uses of DecodeMonitor in org.apache.james.mime4j.samples.dom
Subclasses of DecodeMonitor in org.apache.james.mime4j.samples.dom Modifier and Type Class Description classLoggingMonitorFields in org.apache.james.mime4j.samples.dom declared as DecodeMonitor Modifier and Type Field Description static DecodeMonitorLoggingMonitor. MONITOR -
Uses of DecodeMonitor in org.apache.james.mime4j.storage
Constructors in org.apache.james.mime4j.storage with parameters of type DecodeMonitor Constructor Description StorageBodyFactory(StorageProvider storageProvider, DecodeMonitor monitor)Creates a newBodyFactoryinstance that uses the given storage provider for creating message bodies from input streams. -
Uses of DecodeMonitor in org.apache.james.mime4j.stream
Constructors in org.apache.james.mime4j.stream with parameters of type DecodeMonitor Constructor Description MimeTokenStream(MimeConfig config, DecodeMonitor monitor, BodyDescriptorBuilder bodyDescBuilder)MimeTokenStream(MimeConfig config, DecodeMonitor monitor, FieldBuilder fieldBuilder, BodyDescriptorBuilder bodyDescBuilder)
-