Uses of Interface
org.nanohttpd.router.RouterNanoHTTPD.UriResponder
Packages that use RouterNanoHTTPD.UriResponder
Package
Description
All base handlers for different purposes.
Handler an entity for properties (aka settings) generated by PLANT.
System handlers.
User handlers; covers all necessary handlers including password reset, user settings and 2FA.
Task handlers for demonstration purposes.
User handlers; covers all necessary handlers including password reset, user settings and 2FA.
Patched NanoHTTPD sources; adjustments for routing with languages and with or without servlet name in the URL.
-
Uses of RouterNanoHTTPD.UriResponder in ch.autumo.beetroot.handler
Classes in ch.autumo.beetroot.handler that implement RouterNanoHTTPD.UriResponderModifier and TypeClassDescriptionclassBase handler - The "Heart" of beetRoot.classHandler that is used for custom responses, e.g.classDefault handler for 'web/html/<entity>/add.html' templates.classDefault delete handler.classDefault handler for 'web/html/<entity>/edit.html' templates.classDefault handler for 'web/html/<entity>/index.html' templates.classDefault JSON-REST handler for listing entities.classDefault handler for 'web/html/<entity>/view.html' templates.classDefault error 404 handler.classDefault error handler.classDefault file download handler for 'web/html/files/view.html' templates.classDefault file upload handler for 'web/html/files/add.html' templates.classHome handler.classHandler that has no columns configuration.final classNo content handler - HTTP 204.classHandler that has no content output, no web resource and no columns configuration.classHandler that has no content output, no web resource.classHandler that has no content output, no web resource.classDefault not-implemented handler. -
Uses of RouterNanoHTTPD.UriResponder in ch.autumo.beetroot.handler.properties
Classes in ch.autumo.beetroot.handler.properties that implement RouterNanoHTTPD.UriResponderModifier and TypeClassDescriptionclassProperties add handler.classProperties add handler.classProperties edit handler.classProperties index handler.classProperties view handler. -
Uses of RouterNanoHTTPD.UriResponder in ch.autumo.beetroot.handler.roles
Classes in ch.autumo.beetroot.handler.roles that implement RouterNanoHTTPD.UriResponderModifier and TypeClassDescriptionclassRoles add handler.classRoles delete handler.classRoles edit handler.classRoles index handler.classRoles view handler. -
Uses of RouterNanoHTTPD.UriResponder in ch.autumo.beetroot.handler.system
Classes in ch.autumo.beetroot.handler.system that implement RouterNanoHTTPD.UriResponder -
Uses of RouterNanoHTTPD.UriResponder in ch.autumo.beetroot.handler.tasks
Classes in ch.autumo.beetroot.handler.tasks that implement RouterNanoHTTPD.UriResponderModifier and TypeClassDescriptionclassTasks add handler.classProperties add handler.classTasks edit handler.classTasks index handler.classTasks JSON-REST index handler.classTasks view handler. -
Uses of RouterNanoHTTPD.UriResponder in ch.autumo.beetroot.handler.users
Classes in ch.autumo.beetroot.handler.users that implement RouterNanoHTTPD.UriResponderModifier and TypeClassDescriptionclassDefault login handler.classUsers add handler for extended roles.classUsers delete handler for extended roles.classUsers edit handler for extended roles.classUsers edit handler for extended roles.classUsers view handler for extended roles.classDefault login handler.classDefault logout handler.classNew QR Code handler.classDefault OTP handler.classDefault login handler.classSettings handler.classUsers add handler.classUsers delete handler.classUsers edit handler.classUsers index handler.classUsers view handler. -
Uses of RouterNanoHTTPD.UriResponder in org.nanohttpd.router
Classes in org.nanohttpd.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 org.nanohttpd.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)