com.quadcap.http.server22 |
Implementation of JSDK2.2 Web Server, with JSP 1.1. This package also
contains a series of runtime optimizations; it's about 4x faster than
the previous implementation.
|
Java Source File Name | Type | Comment |
AdminServlet.java | Class | |
CookieParser.java | Class | Parse a string containing HTTP cookies. |
DDParser.java | Class | Parser for Servlet 2.2 Web Deployment Descriptor. |
HSession.java | Class | This class implements the javax.servlet.http.HttpSession interface. |
HttpDispatcher.java | Class | |
HttpException.java | Class | An HTTP exception object. |
HttpInputStream.java | Class | |
HttpOutputStream.java | Class | An output stream for writing servlet responses. |
HttpRequest.java | Class | This class encapsulates the information that makes up a single HTTP
request, including the method, URI, and the headers. |
HttpResponse.java | Class | An HTTP servlet response. |
JspWriter.java | Class | A simple implementation of JspWriter that uses the
HttpOutputStream
class to do most of the work. |
Test.java | Class | A handy little client program for simple server testing. |
Trace.java | Class | The old package-level trace hack. |
WebApplication.java | Class | This class provides a wrapper for a Web Application, implementing
the application's ServletContext interface. |
WebClassLoader.java | Class | |
WebServer.java | Class | A basic HTTP server. |
WebServlet.java | Class | Represents a configured servlet, whether active or not. |
WebWorker.java | Class | A Worker is a thread spawned by the server to handle a single client
connection. |