Name

javax.mail.internet.HeaderTokenizer.Token — This class represents message header tokens as created by javax.mail.internet.HeaderTokenizer.

Synopsis

public static class HeaderTokenizer.Token extends java.lang.Object {
    // Public Constructor
            public HeaderTokenizer.Token(int type, java.lang.String value);
    // Public Variables
            public static final int ATOM;
            public static final int QUOTEDSTRING;
            public static final int COMMENT;
            public static final int EOF;
    // Public Methods
            public int getType();
            public java.lang.String getValue();
}

Hierarchy

java.lang.Object→javax.mail.internet.HeaderTokenizer.Token

Get Programming Internet Email now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.