| Interface | Description |
|---|---|
| NanoHTTPD.AsyncRunner |
Pluggable strategy for asynchronously executing requests.
|
| NanoHTTPD.IHTTPSession |
Handles one session, i.e.
|
| NanoHTTPD.TempFile |
A temp file.
|
| NanoHTTPD.TempFileManager |
Temp file manager.
|
| NanoHTTPD.TempFileManagerFactory |
Factory to create temp file managers.
|
| Class | Description |
|---|---|
| NanoHTTPD |
A simple, tiny, nicely embeddable HTTP server in Java
NanoHTTPD
|
| NanoHTTPD.Cookie | |
| NanoHTTPD.DefaultAsyncRunner |
Default threading strategy for NanoHttpd.
|
| NanoHTTPD.DefaultTempFile |
Default strategy for creating and cleaning up temporary files.
|
| NanoHTTPD.DefaultTempFileManager |
Default strategy for creating and cleaning up temporary files.
|
| NanoHTTPD.Response |
HTTP response.
|
| Enum | Description |
|---|---|
| NanoHTTPD.Method |
HTTP Request methods, with the ability to decode a
String
back to its enum value. |
| NanoHTTPD.Response.Status |
Some HTTP response status codes
|
| Exception | Description |
|---|---|
| NanoHTTPD.ResponseException |