ElegantJ Data Tables Java API Specification v1.1

com.elegantj.net.http
Class HTTPRequestMessage

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

public class HTTPRequestMessage
extends HTTPMessage

This class encapsulates HTTP request message. A request message from a client to a server includes, within the first line of that message, the method to be applied to the resource, the identifier of the resource, and the protocol version in use. Request 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
HTTPRequestMessage()
          Constructs an HTTP request message with empty method, request-URI, general header, request 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

HTTPRequestMessage

public HTTPRequestMessage()
Constructs an HTTP request message with empty method, request-URI, general header, request 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.