org.mortbay.jetty
Interface HttpTokens

All Known Implementing Classes:
HttpGenerator, HttpParser

public interface HttpTokens

HTTP constants


Field Summary
static byte CARRIAGE_RETURN
           
static int CHUNKED_CONTENT
           
static byte COLON
           
static byte[] CRLF
           
static int EOF_CONTENT
           
static byte LINE_FEED
           
static int NO_CONTENT
           
static int SELF_DEFINING_CONTENT
           
static byte SEMI_COLON
           
static byte SPACE
           
static byte TAB
           
static int UNKNOWN_CONTENT
           
 

Field Detail

COLON

public static final byte COLON
See Also:
Constant Field Values

SPACE

public static final byte SPACE
See Also:
Constant Field Values

CARRIAGE_RETURN

public static final byte CARRIAGE_RETURN
See Also:
Constant Field Values

LINE_FEED

public static final byte LINE_FEED
See Also:
Constant Field Values

CRLF

public static final byte[] CRLF

SEMI_COLON

public static final byte SEMI_COLON
See Also:
Constant Field Values

TAB

public static final byte TAB
See Also:
Constant Field Values

SELF_DEFINING_CONTENT

public static final int SELF_DEFINING_CONTENT
See Also:
Constant Field Values

UNKNOWN_CONTENT

public static final int UNKNOWN_CONTENT
See Also:
Constant Field Values

CHUNKED_CONTENT

public static final int CHUNKED_CONTENT
See Also:
Constant Field Values

EOF_CONTENT

public static final int EOF_CONTENT
See Also:
Constant Field Values

NO_CONTENT

public static final int NO_CONTENT
See Also:
Constant Field Values