Class jls.net.http.HttpRequestHeader


Extends jls.net.http.HttpHeader.
This class represents an HTTP request header.
Defined in: HttpRequestHeader.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
jls.net.http.HttpRequestHeader(method, uri, version, fields, fields)
Creates an HTTP request header.
Method Summary
Method Attributes Method Name and Description
 
Returns the method.
 
Returns the URI.
 
Returns the version.
 
setMethod(version)
Sets the method.
 
setUri(version)
Sets the URI.
 
setVersion(version)
Sets the version.
Class Detail
jls.net.http.HttpRequestHeader(method, uri, version, fields, fields)
Creates an HTTP request header.
Parameters:
{String} method Optional
The method.
{String} uri Optional
The uri.
{String} version Optional
The version.
{Object} fields Optional
The fields.
fields
Method Detail
{String} getMethod()
Returns the method.
Returns:
{String} The version.

{String} getUri()
Returns the URI.
Returns:
{String} The URI.

{String} getVersion()
Returns the version.
Returns:
{String} The version.

setMethod(version)
Sets the method.
Parameters:
{String} version
The version.

setUri(version)
Sets the URI.
Parameters:
{String} version
The URI.

setVersion(version)
Sets the version.
Parameters:
{String} version
The version.

Documentation generated by JsDoc Toolkit 2.3.2 on Sat Jan 08 2011 02:00:14 GMT+0100 (CET)