|
Secure iNet Factory | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
static final java.lang.String CRLF
static final byte CR
static final byte LF
static final byte TAB
static final byte SPACE
static final byte COLON
static final byte SEMI_COLON
static final byte EQUALS
static final byte QUESTION_MARK
|
Secure iNet Factory | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |