| Class Summary | 
| Ajpv12InputStream | A high speed wrapper around the connection to the server. | 
| JServ | JServis the entry point to the Java part of JServ
 
 It sets up the server, initalizes everything, and listens on a TCP
 port for requests for the server. | 
| JServConnection | This class is the thread that handles all communications between
 the Java VM and the web server. | 
| JServContext | This class implements the parts of the servlet that are longer-lived
 than a single request, ServletConfig and ServletContext. | 
| JServLog | This class is used to trace and report errors and execution. | 
| JServServletManager | Class that encapsulates the loading and managing of servlets per
 servlet zone. | 
| JServSession | This is the object that encapsulates a session. | 
| JServSTMStore | This class is used to store a set of JServContexts for servlets which
 implement the javax.servlet.SingleThreadModel interface. | 
| JServUtils | Various utility methods used by the servlet engine. |