API Overview API Index Direct link to this page
JavaOnTracks 0.1.2
  Package: net.jot.web.server.impl
Author(s)
Since
Version
Serial
Description
  Provides web server implementaion you can use as-is or extend.
See also:   
JOTMiniServer View Source Mini generic web server (regular- not j2ee) Use together with JOTWebRequestHandlerBase for easy request processing Ex: server=new JOTMiniWebServer(); server.start(8033,MYJOTConfiguratorHandler.class);
JOTStaticServerHandler View Source Note that this is a "simple" http server (not j2ee) and that not all the request methods are implemented In particular the session and context stuff are not implemented / working.
JOTStaticWebServer View Source Implements a minimalistic web server (static content) It just serves content in the root folder and allow browsing/ looking at content within rootFolder and subfolders.
Generated By: JavaOnTracks Doclet 0.1.5     ©Thibaut Colar