Uses of Class
org.nanohttpd.router.RouterNanoHTTPD.UriResource
Packages that use RouterNanoHTTPD.UriResource
Package
Description
All base handlers for different purposes.
Patched NanoHTTPD sources; adjustments for routing with languages and with or without servlet name in the URL.
-
Uses of RouterNanoHTTPD.UriResource in ch.autumo.beetroot.handler
Methods in ch.autumo.beetroot.handler with parameters of type RouterNanoHTTPD.UriResourceModifier and TypeMethodDescriptionfinal org.nanohttpd.protocols.http.response.ResponseBaseHandler.get(RouterNanoHTTPD.UriResource uriResource, Map<String, String> urlParams, org.nanohttpd.protocols.http.IHTTPSession session) MAIN method for base handler. -
Uses of RouterNanoHTTPD.UriResource in org.nanohttpd.router
Fields in org.nanohttpd.router with type parameters of type RouterNanoHTTPD.UriResourceModifier and TypeFieldDescriptionprotected final Collection<RouterNanoHTTPD.UriResource>RouterNanoHTTPD.BaseRoutePrioritizer.mappingsMethods in org.nanohttpd.router that return types with arguments of type RouterNanoHTTPD.UriResourceModifier and TypeMethodDescriptionRouterNanoHTTPD.BaseRoutePrioritizer.getPrioritizedRoutes()RouterNanoHTTPD.IRoutePrioritizer.getPrioritizedRoutes()protected abstract Collection<RouterNanoHTTPD.UriResource>RouterNanoHTTPD.BaseRoutePrioritizer.newMappingCollection()protected Collection<RouterNanoHTTPD.UriResource>RouterNanoHTTPD.DefaultRoutePrioritizer.newMappingCollection()protected Collection<RouterNanoHTTPD.UriResource>RouterNanoHTTPD.InsertionOrderRoutePrioritizer.newMappingCollection()protected Collection<RouterNanoHTTPD.UriResource>RouterNanoHTTPD.ProvidedPriorityRoutePrioritizer.newMappingCollection()Methods in org.nanohttpd.router with parameters of type RouterNanoHTTPD.UriResourceModifier and TypeMethodDescriptionintRouterNanoHTTPD.UriResource.compareTo(RouterNanoHTTPD.UriResource that) org.nanohttpd.protocols.http.response.ResponseRouterNanoHTTPD.DefaultStreamHandler.delete(RouterNanoHTTPD.UriResource uriResource, Map<String, String> urlParams, org.nanohttpd.protocols.http.IHTTPSession session) org.nanohttpd.protocols.http.response.ResponseRouterNanoHTTPD.UriResponder.delete(RouterNanoHTTPD.UriResource uriResource, Map<String, String> urlParams, org.nanohttpd.protocols.http.IHTTPSession session) org.nanohttpd.protocols.http.response.ResponseRouterNanoHTTPD.DefaultHandler.get(RouterNanoHTTPD.UriResource uriResource, Map<String, String> urlParams, org.nanohttpd.protocols.http.IHTTPSession session) org.nanohttpd.protocols.http.response.ResponseRouterNanoHTTPD.DefaultStreamHandler.get(RouterNanoHTTPD.UriResource uriResource, Map<String, String> urlParams, org.nanohttpd.protocols.http.IHTTPSession session) org.nanohttpd.protocols.http.response.ResponseRouterNanoHTTPD.GeneralHandler.get(RouterNanoHTTPD.UriResource uriResource, Map<String, String> urlParams, org.nanohttpd.protocols.http.IHTTPSession session) org.nanohttpd.protocols.http.response.ResponseRouterNanoHTTPD.StaticPageHandler.get(RouterNanoHTTPD.UriResource uriResource, Map<String, String> urlParams, org.nanohttpd.protocols.http.IHTTPSession session) org.nanohttpd.protocols.http.response.ResponseRouterNanoHTTPD.UriResponder.get(RouterNanoHTTPD.UriResource uriResource, Map<String, String> urlParams, org.nanohttpd.protocols.http.IHTTPSession session) org.nanohttpd.protocols.http.response.ResponseRouterNanoHTTPD.DefaultStreamHandler.other(String method, RouterNanoHTTPD.UriResource uriResource, Map<String, String> urlParams, org.nanohttpd.protocols.http.IHTTPSession session) org.nanohttpd.protocols.http.response.ResponseRouterNanoHTTPD.UriResponder.other(String method, RouterNanoHTTPD.UriResource uriResource, Map<String, String> urlParams, org.nanohttpd.protocols.http.IHTTPSession session) org.nanohttpd.protocols.http.response.ResponseRouterNanoHTTPD.DefaultStreamHandler.post(RouterNanoHTTPD.UriResource uriResource, Map<String, String> urlParams, org.nanohttpd.protocols.http.IHTTPSession session) org.nanohttpd.protocols.http.response.ResponseRouterNanoHTTPD.UriResponder.post(RouterNanoHTTPD.UriResource uriResource, Map<String, String> urlParams, org.nanohttpd.protocols.http.IHTTPSession session) org.nanohttpd.protocols.http.response.ResponseRouterNanoHTTPD.DefaultStreamHandler.put(RouterNanoHTTPD.UriResource uriResource, Map<String, String> urlParams, org.nanohttpd.protocols.http.IHTTPSession session) org.nanohttpd.protocols.http.response.ResponseRouterNanoHTTPD.UriResponder.put(RouterNanoHTTPD.UriResource uriResource, Map<String, String> urlParams, org.nanohttpd.protocols.http.IHTTPSession session)