Secure iNet Factory

com.jscape.inet.mime
Interface MimeConstants

All Known Implementing Classes:
Attachment, EmailMessage, HtmlEmailMessage, HttpCookie, HttpFileUpload, HttpRequest, HttpResponse, MimeHeader, MimeHeaderAttr, MimeMessage, NntpArticle, NntpArticleHeader

public interface MimeConstants

Contains a set of static variables frequently used by MIME related classes.


Field Summary
static byte COLON
          Represents byte value for colon.
static byte CR
          Represents byte value for carriage return.
static java.lang.String CRLF
          Represents String value for carriage return line feed combination.
static byte EQUALS
          Represents byte value for equals sign.
static byte LF
          Represents byte value for line feed.
static byte QUESTION_MARK
          Represents byte value for question mark.
static byte SEMI_COLON
          Represents byte value for semi-colon.
static byte SPACE
          Represents byte value for space.
static byte TAB
          Represents byte value for tab.
 

Field Detail

CRLF

static final java.lang.String CRLF
Represents String value for carriage return line feed combination.

See Also:
Constant Field Values

CR

static final byte CR
Represents byte value for carriage return.

See Also:
Constant Field Values

LF

static final byte LF
Represents byte value for line feed.

See Also:
Constant Field Values

TAB

static final byte TAB
Represents byte value for tab.

See Also:
Constant Field Values

SPACE

static final byte SPACE
Represents byte value for space.

See Also:
Constant Field Values

COLON

static final byte COLON
Represents byte value for colon.

See Also:
Constant Field Values

SEMI_COLON

static final byte SEMI_COLON
Represents byte value for semi-colon.

See Also:
Constant Field Values

EQUALS

static final byte EQUALS
Represents byte value for equals sign.

See Also:
Constant Field Values

QUESTION_MARK

static final byte QUESTION_MARK
Represents byte value for question mark.

See Also:
Constant Field Values

Secure iNet Factory

Copyright © JSCAPE LLC. 1999-2011. All Rights Reserved