|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface defines various constants used by the HTTP protocol implementation.
Field Summary | |
static java.lang.String |
CRLF
Standard HTTP end-of-line marker, equal to "\r\n". |
static int |
DEFAULT_HTTP_PORT
The default port on which httpServer listens. |
static java.lang.String |
HTTP_VERSION
The HTTP version sent in the response header. |
static int |
WRITE_CLOG_THRESHOLD
The threshold for outgoing TCP connections; currently set to -1, meaning infinite threshold. |
Field Detail |
public static final int DEFAULT_HTTP_PORT
public static final int WRITE_CLOG_THRESHOLD
public static final java.lang.String CRLF
public static final java.lang.String HTTP_VERSION
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |