Uses of Class
dev.mccue.microhttp.handler.RouteHandler
-
Uses of RouteHandler in dev.mccue.microhttp.handler
Methods in dev.mccue.microhttp.handler that return RouteHandlerModifier and TypeMethodDescriptionstatic RouteHandlerstatic RouteHandlerRouteHandler.of(String method, Pattern pattern, RouteHandler.MatcherHandler handler) static RouteHandlerRouteHandler.of(String method, Pattern pattern, Callable<? extends IntoResponse> handler)