Interface | Description |
---|---|
DynamicHTML |
An HTML document can have several parts that are generated dynamically
(typically graphs with ATOM).
|
HTTPHandler | |
NanoHTTPD.AsyncRunner |
Pluggable strategy for asynchronously executing requests.
|
NanoHTTPD.TempFile |
A temp file.
|
NanoHTTPD.TempFileManager |
Temp file manager.
|
NanoHTTPD.TempFileManagerFactory |
Factory to create temp file managers.
|
Class | Description |
---|---|
Experimentation | |
HTML | |
NanoHTTPD |
A simple, tiny, nicely embeddable HTTP server in Java
<
p/>
NanoHTTPD
Copyright (c) 2012-2013 by Paul S.
|
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.
|
SimpleWebServer | |
UploadedFile |
Enum | Description |
---|---|
Experimentation.CompetitionType | |
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
|