| HttpMsg |
|
| HttpRequest |
This object encapsulates a bytebuffer (via HttpMsg).
|
| HttpRequestParser |
|
| HttpResponse |
The response object encapsulates the header and often, but not always, the content.
|
| HttpServer |
A very rudimentary HTTP server bound to a specific given port.
|
| HttpServer.Factory |
|
| HttpSession |
Responsible for creating an HTTPRequest object out of raw bytes from a socket, and for sending an HTTPResponse object
in its entirety.
|
| HttpSession.StringSession |
|
| IntList |
|
| KeyValues |
A low overhead map to avoid creating too many objects (Entry objects and iterators etc)
|
| KilimMvc |
a minimal mvc framework for kilim, not available in java 7 or earlier
|
| KilimMvc.Route |
|
| KilimMvc.Route.Info |
|
| KilimMvc.Router<PP extends KilimMvc.Router> |
|
| KilimMvc.Session |
|
| MimeTypes |
mime types to simplify building http servers.
|
| Utils |
|