Constants

public class Constants

This class serves as a bag containing all the constants that fall in the following criteria: (1) Related to property settings (2) Public strings (3) Previously public strings that are declared multiple times in various locations.

Author:Frankie Lam

Fields

CHARACTER_ENCODING

public static final String CHARACTER_ENCODING

Default XML character encoding.

CHARACTER_SET

public static final String CHARACTER_SET

Content type character set attribute.

CONTENT_ID

public static final String CONTENT_ID

HTTP Header attribute specifying content id.

CONTENT_LENGTH

public static final String CONTENT_LENGTH

HTTP Header attribute specifying content length.

CONTENT_TRANSFER_ENCODING

public static final String CONTENT_TRANSFER_ENCODING

HTTP Header attribute specifying content transfer encoding.

CONTENT_TYPE

public static final String CONTENT_TYPE

HTTP Header attribute specifying content type

CRLF

public static final String CRLF

CRLF

DEFAULT_CONTENT_TRANSFER_ENCODING

public static final String DEFAULT_CONTENT_TRANSFER_ENCODING

MIME_BOUNDARY

public static final String MIME_BOUNDARY

MIME boundary.

MIME_BOUNDARY_PREFIX

public static final String MIME_BOUNDARY_PREFIX

Prefix to be applied to separate different parts of MIME data.

SERIALIZABLE_OBJECT

public static final String SERIALIZABLE_OBJECT

HTTP content type specifying binary data, which is a serialized command object in MessageServiceHandler.

START

public static final String START

Content type start attribute.

TEXT_XML_TYPE

public static final String TEXT_XML_TYPE

HTTP content type specifying xml data.

TIME_ZONE

public static final String TIME_ZONE

Reference time zone.