Uses of Class
httpserver.handlers.MethodPathRouting
Packages that use MethodPathRouting
-
Uses of MethodPathRouting in httpserver.handlers
Methods in httpserver.handlers that return MethodPathRoutingModifier and TypeMethodDescriptionMethodPathRouting.delete(String path, HttpHandler handler) MethodPathRouting.fallback(HttpHandler fallback) MethodPathRouting.get(String path, HttpHandler handler) MethodPathRouting.head(String path, HttpHandler handler) static MethodPathRoutingMethodPathRouting.methodPathRouting()MethodPathRouting.patch(String path, HttpHandler handler) MethodPathRouting.post(String path, HttpHandler handler) MethodPathRouting.put(String path, HttpHandler handler)