Uses of Class
org.apache.james.mime4j.codec.DecodeMonitor

Packages that use DecodeMonitor
org.apache.james.mime4j.codec   
org.apache.james.mime4j.dom   
org.apache.james.mime4j.field   
org.apache.james.mime4j.field.address   
org.apache.james.mime4j.message   
org.apache.james.mime4j.parser   
org.apache.james.mime4j.samples.dom   
org.apache.james.mime4j.storage   
org.apache.james.mime4j.stream   
 

Uses of DecodeMonitor in org.apache.james.mime4j.codec
 

Fields in org.apache.james.mime4j.codec declared as DecodeMonitor
static DecodeMonitor DecodeMonitor.SILENT
          The SILENT monitor ignore requests.
static DecodeMonitor DecodeMonitor.STRICT
          The STRICT monitor throws an exception on every event.
 

Methods in org.apache.james.mime4j.codec with parameters of type DecodeMonitor
static java.lang.String DecoderUtil.decodeEncodedWords(java.lang.String body, DecodeMonitor monitor)
          Decodes a string containing encoded words as defined by RFC 2047.
 

Constructors in org.apache.james.mime4j.codec with parameters of type DecodeMonitor
Base64InputStream(java.io.InputStream in, DecodeMonitor monitor)
           
Base64InputStream(int bufsize, java.io.InputStream in, DecodeMonitor monitor)
           
QuotedPrintableInputStream(java.io.InputStream in, DecodeMonitor monitor)
           
QuotedPrintableInputStream(int bufsize, java.io.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
 T FieldParser.parse(Field rawField, DecodeMonitor monitor)
          Parses raw (unstructured) field and converts it into a structured field.
 

Uses of DecodeMonitor in org.apache.james.mime4j.field
 

Fields in org.apache.james.mime4j.field declared as DecodeMonitor
protected  DecodeMonitor AbstractField.monitor
           
 

Methods in org.apache.james.mime4j.field with parameters of type DecodeMonitor
static ParsedField DefaultFieldParser.parse(ByteSequence raw, DecodeMonitor monitor)
          Parses the given byte sequence and returns an instance of the ParsedField class.
static ParsedField LenientFieldParser.parse(ByteSequence raw, DecodeMonitor monitor)
          Parses the given byte sequence and returns an instance of the ParsedField class.
 ParsedField DelegatingFieldParser.parse(Field rawField, DecodeMonitor monitor)
           
static ParsedField DefaultFieldParser.parse(java.lang.String rawStr, DecodeMonitor monitor)
          Parses the given string and returns an instance of the ParsedField class.
static ParsedField LenientFieldParser.parse(java.lang.String rawStr, DecodeMonitor monitor)
          Parses the given string and returns an instance of the Field class.
 

Constructors in org.apache.james.mime4j.field with parameters of type DecodeMonitor
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
 Address AddressBuilder.parseAddress(java.lang.String rawAddressString, DecodeMonitor monitor)
          Parses the specified raw string into an address.
 AddressList AddressBuilder.parseAddressList(java.lang.String rawAddressList, DecodeMonitor monitor)
          Parse the address list string, such as the value of a From, To, Cc, Bcc, Sender, or Reply-To header.
 Group AddressBuilder.parseGroup(java.lang.String rawGroupString, DecodeMonitor monitor)
          Parses the specified raw string into a group address.
 Mailbox AddressBuilder.parseMailbox(java.lang.String rawMailboxString, DecodeMonitor monitor)
          Parses the specified raw string into a mailbox address.
 

Constructors in org.apache.james.mime4j.field.address with parameters of type DecodeMonitor
LenientAddressBuilder(DecodeMonitor monitor)
           
 

Uses of DecodeMonitor in org.apache.james.mime4j.message
 

Methods in org.apache.james.mime4j.message with parameters of type DecodeMonitor
 void DefaultMessageBuilder.setDecodeMonitor(DecodeMonitor monitor)
           
 

Constructors in org.apache.james.mime4j.message with parameters of type DecodeMonitor
DefaultBodyDescriptorBuilder(java.lang.String parentMimeType, FieldParser<? extends ParsedField> fieldParser, DecodeMonitor monitor)
          Creates a new BodyDescriptor instance.
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
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
 class LoggingMonitor
           
 

Fields in org.apache.james.mime4j.samples.dom declared as DecodeMonitor
static DecodeMonitor LoggingMonitor.MONITOR
           
 

Uses of DecodeMonitor in org.apache.james.mime4j.storage
 

Constructors in org.apache.james.mime4j.storage with parameters of type DecodeMonitor
StorageBodyFactory(StorageProvider storageProvider, DecodeMonitor monitor)
          Creates a new BodyFactory instance 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
MimeTokenStream(MimeConfig config, DecodeMonitor monitor, BodyDescriptorBuilder bodyDescBuilder)
           
MimeTokenStream(MimeConfig config, DecodeMonitor monitor, FieldBuilder fieldBuilder, BodyDescriptorBuilder bodyDescBuilder)
           
 



Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.