Package net.sf.zekr.engine.server

Class Summary
DefaultHttpServer This class intends to implement a simple HTTP server based on NanoHTTPD.
HttpServer An abstract HTTP server model.
HttpServerFactory An http server should be created through HttpServerFactory, not HttpServer abstract class.
HttpServerUtils  
NanoHttpd This is a slightly modified version of NanoHttpd 1.1, A simple, tiny, nicely embeddable HTTP 1.0 server in Java.
NanoHttpd version 1.1, Copyright © 2001,2005-2007 Jarno Elonen (elonen@iki.fi, http://iki.fi/elonen/) Distributed under Modified BSD licence (doc/license/snanohttpd-license.txt).
 

Exception Summary
HttpServerException General exceptions related to HTTP server and it's utility functions.
HttpServerRuntimeException General exceptions related to HTTP server and it's utility functions.