Package com.lukasfeiler.httpd

The HTTP server daemon.

See:
          Description

Class Summary
HTTPServer This class implements a simple and secure HTTP server.
HTTPSocket This class implements a single HTTP socket connected to a client.
 

Exception Summary
HTTPServerConfigFileException Is thrown by HTTPServer if the configuration file cannot be read or contains invalid configuration statements.
HTTPServerPluginException Is thrown if a plugin cannot be loaded - see the configuration option Plugins
HTTPSocketInvalidRequestException Is thrown if an HTTP request was invalid.
 

Package com.lukasfeiler.httpd Description

The HTTP server daemon.