|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectseda.sandStorm.lib.http.httpResponse
seda.sandStorm.lib.http.httpRedirectResponse
An httpResponse corresponding to a '301 Moved Permanently' response.
Field Summary |
Fields inherited from class seda.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 seda.sandStorm.lib.http.httpConst |
CRLF, DEFAULT_HTTP_PORT, HTTP_VERSION, WRITE_CLOG_THRESHOLD |
Constructor Summary | |
httpRedirectResponse(httpRequest request,
java.lang.String newURL)
Create a redirect response corresponding to the given request with the given new URL. |
Method Summary | |
protected java.lang.String |
getEntityHeader()
Return the entity header as a String. |
java.lang.String |
toString()
|
Methods inherited from class seda.sandStorm.lib.http.httpResponse |
getBuffers, getDefaultHeader, getHeader, getPayload, setDefaultHeader, setPayload |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public httpRedirectResponse(httpRequest request, java.lang.String newURL)
Method Detail |
protected java.lang.String getEntityHeader()
httpResponse
getEntityHeader
in class httpResponse
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |