| seda.sandStorm.lib.http.httpConst
All known Subclasses: seda.sandStorm.lib.http.httpResponder, seda.sandStorm.lib.http.httpResponse, seda.sandStorm.lib.http.httpConnection, seda.sandStorm.lib.http.httpInternalServerErrorResponse, com.rimfaxe.webserver.seda.SedaHttpResponse, seda.sandStorm.lib.http.httpPacketReader, seda.sandStorm.lib.http.httpServer, seda.sandStorm.lib.http.httpOKResponse, seda.sandStorm.lib.http.httpServiceUnavailableResponse, seda.sandStorm.lib.http.httpNotFoundResponse, seda.sandStorm.lib.http.httpBadRequestResponse, seda.sandStorm.lib.http.httpRedirectResponse, seda.sandStorm.lib.http.httpRequest,
httpConst | public interface httpConst (Code) | | This interface defines various constants used by the HTTP
protocol implementation.
author: Matt Welsh |
Field Summary | |
final static String | CRLF Standard HTTP end-of-line marker, equal to "\r\n". | final static int | DEFAULT_HTTP_PORT The default port on which httpServer listens. | final static String | HTTP_VERSION The HTTP version sent in the response header. | final static int | WRITE_CLOG_THRESHOLD The threshold for outgoing TCP connections; currently set to
-1, meaning infinite threshold. |
CRLF | final static String CRLF(Code) | | Standard HTTP end-of-line marker, equal to "\r\n".
|
DEFAULT_HTTP_PORT | final static int DEFAULT_HTTP_PORT(Code) | | The default port on which httpServer listens.
|
HTTP_VERSION | final static String HTTP_VERSION(Code) | | The HTTP version sent in the response header.
|
WRITE_CLOG_THRESHOLD | final static int WRITE_CLOG_THRESHOLD(Code) | | The threshold for outgoing TCP connections; currently set to
-1, meaning infinite threshold.
|
|
|