| Interface | Description |
|---|---|
| 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. |
| Class | Description |
|---|---|
| AccessPoint | |
| ByteBufferContext | |
| FileContext | |
| HTTPAcceptHandler | |
| 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. |
| HTTPReadHandler | |
| HTTPRequest | |
| HTTPResponse | |
| HTTPServer |
This HTTP Server runs in its own thread.
It uses non-block nio channels. |
| HTTPWriteHandler | |
| StaticContextGenerator |
| Enum | Description |
|---|---|
| HTTPRequestMethod | |
| ResponseCode |
| Exception | Description |
|---|---|
| BadRequestException |
thrown when a HTTPRequest is like
|