API Overview API Index Package Overview Direct link to this page
JavaOnTracks 0.1.2
  net.jot.web.server. JOTServerRequestHandler View Source
Author(s)
thibautc
Since
Version
Serial
Hierarchy
 JOTServerRequestHandler
Subinterfaces
Description
public interface JOTServerRequestHandler
Handle a request There will be one inctance of this per request/thread
See also:   
Methods
Hide/Show inherited methods
public void handle (Socket socket) throws Exception
  Handle a client request Each server request thread will be handed a new Instance of this by JOTMiniServ So you should not have to worry about thread safety much in impl.
public void init (Hashtable params)
  Provide optional parameters, will be called before handle()
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.5     ©Thibaut Colar