Module dev.mccue.microhttp.handler
Package dev.mccue.microhttp.handler
Interface RouteHandler.MatcherHandler
- Enclosing class:
- RouteHandler
public static interface RouteHandler.MatcherHandler
-
Method Summary
Modifier and TypeMethodDescription@Nullable IntoResponsehandleRoute(Matcher routeMatch, org.microhttp.Request request)
-
Method Details
-
handleRoute
@Nullable IntoResponse handleRoute(Matcher routeMatch, org.microhttp.Request request) throws Exception - Throws:
Exception
-