| Interface | Description |
|---|---|
| RouterNanoHTTPD.UriResponder |
| Class | Description |
|---|---|
| RouterNanoHTTPD | |
| RouterNanoHTTPD.DefaultHandler |
General nanolet to inherit from if you provide text or html data, only
fixed size responses will be generated.
|
| RouterNanoHTTPD.DefaultStreamHandler |
General nanolet to inherit from if you provide stream data, only chucked
responses will be generated.
|
| RouterNanoHTTPD.Error404UriHandler |
Handling error 404 - unrecognized urls
|
| RouterNanoHTTPD.GeneralHandler |
General nanolet to print debug info's as a html page.
|
| RouterNanoHTTPD.IndexHandler |
Handling index
|
| RouterNanoHTTPD.NotImplementedHandler | |
| RouterNanoHTTPD.StaticPageHandler |
General nanolet to print debug info's as a html page.
|
| RouterNanoHTTPD.UriResource | |
| RouterNanoHTTPD.UriRouter |
Copyright © 2012–2015 nanohttpd. All rights reserved.