| Package | Description |
|---|---|
| us.fihgu.toolbox.http |
| Class and Description |
|---|
| AccessPoint |
| HTTPContext
a HTTPContext is a resource that's related to a web path
HTTPContext has a few important properties: It is thread safe. Any Thread can read from a random position of the resource at any time. |
| HTTPRequest |
| HTTPRequestMethod |
| HTTPServer
This HTTP Server runs in its own thread.
It uses non-block nio channels. |
| IContextGenerator |
| IReleasable
A resource that can be released, reconstructed.
An implementation should keep a track of all access points that uses this resource When all access points are released, it should release resource used. |
| ResponseCode |