ElegantJ Data Tables Java API Specification v1.1

com.elegantj.net.http
Class HTTPMessage

java.lang.Object
  extended bycom.elegantj.net.http.HTTPMessage
Direct Known Subclasses:
HTTPRequestMessage, HTTPResponseMessage

public abstract class HTTPMessage
extends java.lang.Object

This class encapsulates HTTP message. HTTP messages consist of requests from client to server and responses from server to client. Both request and 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
HTTPMessage()
          Constructs an HTTP message with empty geneal and entity headers.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTTPMessage

public HTTPMessage()
Constructs an HTTP message with empty geneal and entity headers.


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.