Package org.apache.jserv

Interface Summary
JServDefs This interface is a placeholder for some of the constants used throughout the ApacheJServ project.
JServLogChannels Changes made before 1.0.1 release to log messages by severity, not by the portion of code they occur in.
JServSendError The JServSendError interface is implemented by classes that know how to return an error to the web server.
 

Class Summary
Ajpv12InputStream A high speed wrapper around the connection to the server.
JServ JServ is 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.