All Classes and Interfaces
Class
Description
An example of subclassing NanoHTTPD to make a custom HTTP server.
A simple, tiny, nicely embeddable HTTP server in Java
Pluggable strategy for asynchronously executing requests.
Default threading strategy for NanoHTTPD.
Creates a normal ServerSocket for TCP connections
Default strategy for creating and cleaning up temporary files.
Default strategy for creating and cleaning up temporary files.
Handles one session, i.e.
HTTP Request methods, with the ability to decode a
String
back to its enum value.HTTP response.
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
Some HTTP response status codes
Creates a new SSLServerSocket
Factory to create ServerSocketFactories.
A temp file.
Temp file manager.
Factory to create temp file managers.
General nanolet to inherit from if you provide text or html data, only
fixed size responses will be generated.
General nanolet to inherit from if you provide stream data, only chucked
responses will be generated.
Handling error 404 - unrecognized urls
General nanolet to print debug info's as a html page.
Handling index
General nanolet to print debug info's as a html page.