Classes |
class | fi.iki.elonen.NanoHTTPD |
| A simple, tiny, nicely embeddable HTTP server in Java NanoHTTPD. More...
|
interface | fi.iki.elonen.NanoHTTPD.AsyncRunner |
| Pluggable strategy for asynchronously executing requests. More...
|
class | fi.iki.elonen.NanoHTTPD.ClientHandler |
| The runnable that will be used for every new client connection. More...
|
class | fi.iki.elonen.NanoHTTPD.Cookie |
class | fi.iki.elonen.NanoHTTPD.CookieHandler |
| Provides rudimentary support for cookies. More...
|
class | fi.iki.elonen.NanoHTTPD.DefaultAsyncRunner |
| Default threading strategy for NanoHTTPD.
|
class | fi.iki.elonen.NanoHTTPD.DefaultTempFile |
| Default strategy for creating and cleaning up temporary files.
|
class | fi.iki.elonen.NanoHTTPD.DefaultTempFileManager |
| Default strategy for creating and cleaning up temporary files.
|
class | fi.iki.elonen.NanoHTTPD.DefaultTempFileManagerFactory |
| Default strategy for creating and cleaning up temporary files.
|
class | fi.iki.elonen.NanoHTTPD.HTTPSession |
interface | fi.iki.elonen.NanoHTTPD.IHTTPSession |
| Handles one session, i.e. More...
|
enum | fi.iki.elonen.NanoHTTPD.Method |
| HTTP Request methods, with the ability to decode a String back to its enum value. More...
|
class | fi.iki.elonen.NanoHTTPD.Response |
| HTTP response.
|
interface | fi.iki.elonen.NanoHTTPD.Response.IStatus |
enum | fi.iki.elonen.NanoHTTPD.Response.Status |
| Some HTTP response status codes. More...
|
class | fi.iki.elonen.NanoHTTPD.Response.ChunkedOutputStream |
| Output stream that will automatically send every write to the wrapped OutputStream according to chunked transfer: http://www.w3.org/Protocols/rfc2616/rfc2616-sec3.html#sec3.6.1.
|
class | fi.iki.elonen.NanoHTTPD.ResponseException |
class | fi.iki.elonen.NanoHTTPD.ServerRunnable |
| The runnable that will be used for the main listening thread. More...
|
interface | fi.iki.elonen.NanoHTTPD.TempFile |
| A temp file. More...
|
interface | fi.iki.elonen.NanoHTTPD.TempFileManager |
| Temp file manager. More...
|
interface | fi.iki.elonen.NanoHTTPD.TempFileManagerFactory |
| Factory to create temp file managers. More...
|