ElegantJ Data Tables Java API Specification v1.1

com.elegantj.net.http
Class HTTPResponseMessage

java.lang.Object
  extended bycom.elegantj.net.http.HTTPMessage
      extended bycom.elegantj.net.http.HTTPResponseMessage

public class HTTPResponseMessage
extends HTTPMessage

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

HTTPResponseMessage

public HTTPResponseMessage()
Constructs an HTTP response message with empty HTTP version, status code, reason-phrase, general header, response header, entity header and entity body.


ElegantJ Data Tables Java API Specification v1.1

Submit a bug or feature

Copyright(c)
Elegant Microweb Technologies Pvt. Ltd.
www.elegantmicroweb.com
www.elegantjbeans.com
All Rights Reserved.