|
More information: http://www.cs.berkeley.edu/~mdw/proj/seda/ | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--mdw.sandStorm.lib.http.httpResponse | +--mdw.sandStorm.lib.http.httpServiceUnavailableResponse
An httpResponse corresponding to a '503 Service Unavailable' error.
httpResponse
Fields inherited from class mdw.sandStorm.lib.http.httpResponse |
code, combinedData, contentLength, contentType, DEFAULT_MIME_TYPE, defaultHeader, header, payload, RESPONSE_BAD_REQUEST, RESPONSE_INTERNAL_SERVER_ERROR, RESPONSE_NOT_FOUND, RESPONSE_OK, RESPONSE_REDIRECT, RESPONSE_SERVICE_UNAVAILABLE |
Fields inherited from interface mdw.sandStorm.lib.http.httpConst |
CRLF, DEFAULT_HTTP_PORT, HTTP_VERSION, WRITE_CLOG_THRESHOLD |
Constructor Summary | |
httpServiceUnavailableResponse(httpRequest request,
java.lang.String reason)
Create an httpServiceUnavailableResponse corresponding to the given request with the given reason. |
Method Summary | |
protected java.lang.String |
getEntityHeader()
Return the entity header as a String. |
Methods inherited from class mdw.sandStorm.lib.http.httpResponse |
getBuffers, getDefaultHeader, getHeader, getPayload, setDefaultHeader, setPayload |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public httpServiceUnavailableResponse(httpRequest request, java.lang.String reason)
Method Detail |
protected java.lang.String getEntityHeader()
httpResponse
getEntityHeader
in class httpResponse
|
More information: http://www.cs.berkeley.edu/~mdw/proj/seda/ | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |