|
ElegantJ Data Tables Java API Specification v1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.elegantj.net.http.HTTPMessage
com.elegantj.net.http.HTTPResponseMessage
This class encapsulates HTTP response message. A response message from a server to a client includes, within the first line of that message, the protocol version, followed by a numeric status code and its associated textual reason phrase, separated by space. Response messages may include optional headers and an entity body. The entity body is separated from the headers by a null line (i.e., a line with nothing preceding the CRLF).
| Constructor Summary | |
HTTPResponseMessage()
Constructs an HTTP response message with empty HTTP version, status code, reason-phrase, general header, response header, entity header and entity body. |
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public HTTPResponseMessage()
|
ElegantJ Data Tables Java API Specification v1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||