Uses of Interface
fi.iki.elonen.router.RouterNanoHTTPD.UriResponder
Packages that use RouterNanoHTTPD.UriResponder
-
Uses of RouterNanoHTTPD.UriResponder in fi.iki.elonen.router
Classes in fi.iki.elonen.router that implement RouterNanoHTTPD.UriResponderModifier and TypeClassDescriptionstatic classGeneral nanolet to inherit from if you provide text or html data, only fixed size responses will be generated.static classGeneral nanolet to inherit from if you provide stream data, only chucked responses will be generated.static classHandling error 404 - unrecognized urlsstatic classGeneral nanolet to print debug info's as a html page.static classHandling indexstatic classstatic classGeneral nanolet to print debug info's as a html page.Methods in fi.iki.elonen.router with type parameters of type RouterNanoHTTPD.UriResponderModifier and TypeMethodDescription<T extends RouterNanoHTTPD.UriResponder>
voidRouterNanoHTTPD.setNotFoundHandler(Class<T> handler) <T extends RouterNanoHTTPD.UriResponder>
voidRouterNanoHTTPD.setNotImplementedHandler(Class<T> handler)