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 | |
KawaHttpHandler.StaticFileHandler | |
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 | |
ServletPrinter |
A Consumer that sends output to an http-server's response stream.
|