| Modifier and Type | Class and Description |
|---|---|
static class |
RouterNanoHTTPD.DefaultHandler
General nanolet to inherit from if you provide text or html data, only
fixed size responses will be generated.
|
static class |
RouterNanoHTTPD.DefaultStreamHandler
General nanolet to inherit from if you provide stream data, only chucked
responses will be generated.
|
static class |
RouterNanoHTTPD.Error404UriHandler
Handling error 404 - unrecognized urls
|
static class |
RouterNanoHTTPD.GeneralHandler
General nanolet to print debug info's as a html page.
|
static class |
RouterNanoHTTPD.IndexHandler
Handling index
|
static class |
RouterNanoHTTPD.NotImplementedHandler |
static class |
RouterNanoHTTPD.StaticPageHandler
General nanolet to print debug info's as a html page.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends RouterNanoHTTPD.UriResponder> |
RouterNanoHTTPD.setNotFoundHandler(Class<T> handler) |
<T extends RouterNanoHTTPD.UriResponder> |
RouterNanoHTTPD.setNotImplementedHandler(Class<T> handler) |
Copyright © 2012–2016 nanohttpd. All rights reserved.