| Class | Description |
|---|---|
| CGIServletWrapper |
Wrapper class to allow a Servlet to be run as a CGI script.
|
| HttpRequestContext |
A representation of an http request as it is being handled.
|
| KawaAutoHandler |
The generic framework for auto-configuring web page scripts.
|
| KawaHttpHandler |
Web server support glue built on JDK 6's built-in HttpServer.
|
| KawaHttpHandler.Context | |
| KawaPageServlet |
Handle auto-configuring web page scripts using a servlet engine.
|
| KawaServlet |
Generic HttpServlet wrapper that support the Kawa web page script APIs.
|
| KawaServlet.Context | |
| ReplServlet |
The Servlet for a browser-base "read-eval-print-loop" session.
|
| ReplSession |
The server state for a browser-based "read-eval-print-loop" session.
|
| ServletPrinter |
A Consumer that sends output to an http-server's response stream.
|