Package webcore.webserver

Interface Summary
WebRequestable interface for all requestable objects via the webserver.
WebRequestableFactoryInterface Interface for a factory class which creates web requestables.
WebServerListener Listener interface to receive events from the WebServer
WebServerSocketFactoryInterface An interface used by WebServer to create sockets.
 

Class Summary
HTTPFileRetriever WebRequestable to fulfill requests for static files.
HTTPRequest Class to hold the HTTPRequest from the browser.
MimeType Class with static methods to get the mime type of a file.
MimeTypeSetup Creates and stores the mimeTable as a serialized Hashtable for later reading by MimeType.
SSLRedirector Class which outputs HTML with a link to the same hostname/ip, but with an https connection.
SSLRedirectorWebRequestableFactory Web requestable factory which redirects all request to the secure (https) site.
WebServer WebServer listens on a port for HTTP requests and processes them.
WebServerEvent Event class for webserver events.
WebServerListenerAdapter Event adapter for WebServerListener
WebServerSSLSocketFactory WebServer Socket Factory for SSL web servers
WebServerTester class to test the webserver