| Interface | Description |
|---|---|
| HttpSession.StringRouter | |
| KilimMvc.Clerk | |
| KilimMvc.Factory<TT extends KilimMvc.Routeable,PP extends KilimMvc.Router> | |
| KilimMvc.Fullable0 | |
| KilimMvc.KilimHandler | |
| KilimMvc.Preppable<PP> | |
| KilimMvc.Routeable | |
| KilimMvc.Routeable0 | |
| KilimMvc.Routeable1 | |
| KilimMvc.Routeable2 | |
| KilimMvc.Routeable3 | |
| KilimMvc.Routeable4 | |
| KilimMvc.Routeable5 | |
| KilimMvc.Routeablex | |
| KilimMvc.Scannable<PP extends KilimMvc.Router> |
| Class | Description |
|---|---|
| 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 |