| |
|
| java.lang.Object com.quadcap.http.server22.WebServer
WebServer | public class WebServer (Code) | | A basic HTTP server.
author: Stan Bailes |
defaultInactiveInterval | final static int defaultInactiveInterval(Code) | | |
expireCheckerInterval | final static int expireCheckerInterval(Code) | | |
sessionCount | long sessionCount(Code) | | |
expireSessions | public void expireSessions()(Code) | | |
getMimeTypeForExt | public String getMimeTypeForExt(String ext)(Code) | | Returns the mime type of the specified file, or null if not known.
|
getServerInfo | public String getServerInfo()(Code) | | Returns the name and version of the network service under which the
servlet is running.
the server information string |
init | public void init(Properties p) throws Exception(Code) | | Server interface: initialize this server
Parameters: p - the properties used to specify information about theserver's startup. exception: IOException - may be thrown |
removeWebApplication | public void removeWebApplication(String root)(Code) | | |
|
|
|