类 AbstractContentHandler

java.lang.Object
com.sh.mail.mime4j.parser.AbstractContentHandler
所有已实现的接口:
ContentHandler

public abstract class AbstractContentHandler extends Object implements ContentHandler

Description:

Title:首亨软件 - TSS/CRM等

从以下版本开始:
Aug 16, 2012
  • 构造器概要

    构造器
    构造器
    说明
     
  • 方法概要

    修饰符和类型
    方法
    说明
    void
    Called when the body of a discrete (non-multipart) entity is about to be parsed.
    void
    Called when a body part ends.
    void
    Called when there are no more header fields in a message or body part.
    void
    Called when a message ends.
    void
    Called when the body of an entity has been parsed.
    void
    Called for the epilogue (whatever comes after the final body part) of a multipart/* entity.
    void
    field(Field field)
    Called for each field of a header.
    void
    Called for the preamble (whatever comes before the first body part) of a multipart/* entity.
    void
    Called when a new entity (message or body part) starts and the parser is in raw mode.
    void
    Called when a new body part starts inside a multipart/* entity.
    void
    Called when a header (of a message or body part) is about to be parsed.
    void
    Called when a new message starts (a top level message or an embedded rfc822 message).
    void
    Called when the body of a multipart entity is about to be parsed.

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait