Class jls.net.http.ServerMgr

A manager for the HTTP servers.
Defined in: ServerMgr.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Method Summary
Method Attributes Method Name and Description
 
createContext(address)
Creates a context at the given address.
<static>  
jls.net.http.ServerMgr.getInstance()
Get the instance of the manager.
Class Detail
jls.net.http.ServerMgr()
Method Detail
{jls.net.http.HttpContext} createContext(address)
Creates a context at the given address.
Parameters:
{String} address
The address of the context.
Returns:
{jls.net.http.HttpContext} the created context.

<static> {jls.net.http.ServerMgr} jls.net.http.ServerMgr.getInstance()
Get the instance of the manager.
Returns:
{jls.net.http.ServerMgr} the instance.

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