| |
|
| java.lang.Object com.rift.coad.lib.httpd.HttpDaemon
HttpDaemon | public class HttpDaemon (Code) | | The class responsible for controlling the http interface into Coadunation.
author: Brett Chaldecott |
Method Summary | |
public void | shutdown() This method shuts down the http daemon. |
DEFAULT_PORT | final public static int DEFAULT_PORT(Code) | | |
HttpDaemon | public HttpDaemon(CoadunationThreadGroup threadGroup) throws HttpdException(Code) | | Creates a new instance of HttpDaemon
Parameters: threadGroup - A grouping of threads. Parameters: threadPermissions - The object containing the permissions for allthreads. exception: HHttpdException - |
shutdown | public void shutdown()(Code) | | This method shuts down the http daemon.
|
|
|
|