Uses of Class
org.nanohttpd.router.RouterNanoHTTPD.DefaultStreamHandler
Packages that use RouterNanoHTTPD.DefaultStreamHandler
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.DefaultStreamHandler in ch.autumo.beetroot.handler
Subclasses of RouterNanoHTTPD.DefaultStreamHandler in ch.autumo.beetroot.handlerModifier 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.DefaultStreamHandler in ch.autumo.beetroot.handler.properties
Modifier and TypeClassDescriptionclassProperties add handler.classProperties add handler.classProperties edit handler.classProperties index handler.classProperties view handler. -
Uses of RouterNanoHTTPD.DefaultStreamHandler in ch.autumo.beetroot.handler.roles
Subclasses of RouterNanoHTTPD.DefaultStreamHandler in ch.autumo.beetroot.handler.rolesModifier and TypeClassDescriptionclassRoles add handler.classRoles delete handler.classRoles edit handler.classRoles index handler.classRoles view handler. -
Uses of RouterNanoHTTPD.DefaultStreamHandler in ch.autumo.beetroot.handler.system
Subclasses of RouterNanoHTTPD.DefaultStreamHandler in ch.autumo.beetroot.handler.system -
Uses of RouterNanoHTTPD.DefaultStreamHandler in ch.autumo.beetroot.handler.tasks
Subclasses of RouterNanoHTTPD.DefaultStreamHandler in ch.autumo.beetroot.handler.tasksModifier and TypeClassDescriptionclassTasks add handler.classProperties add handler.classTasks edit handler.classTasks index handler.classTasks JSON-REST index handler.classTasks view handler. -
Uses of RouterNanoHTTPD.DefaultStreamHandler in ch.autumo.beetroot.handler.users
Subclasses of RouterNanoHTTPD.DefaultStreamHandler in ch.autumo.beetroot.handler.usersModifier 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.DefaultStreamHandler in org.nanohttpd.router
Subclasses of RouterNanoHTTPD.DefaultStreamHandler in org.nanohttpd.routerModifier and TypeClassDescriptionstatic classGeneral nanolet to inherit from if you provide text or html data, only fixed size 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.