Class jls.net.http.HttpContext

This class represents the context of an HTTP root URI path in a HttpServer. It defines the HTTP exchange handler(function) that is called once the request header has been proceed.
Defined in: HttpContext.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Method Summary
Method Attributes Method Name and Description
 
Gets an attribute for this context.
 
setAttribute(key, value)
Sets an attribute for this context.
Class Detail
jls.net.http.HttpContext()
Method Detail
{String} getAttribute(key)
Gets an attribute for this context.
Parameters:
{String} key
The key of the attribute.
Returns:
{String} the value of the attribute.

{String} setAttribute(key, value)
Sets an attribute for this context.
Parameters:
{String} key
The key of the attribute.
{String} value
The value of the attribute.
Returns:
{String} the previous value or null is there is no previous value.

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