Uses of Class
spark.routematch.RouteMatch
-
Packages that use RouteMatch Package Description spark spark.http.matching spark.route -
-
Uses of RouteMatch in spark
Methods in spark that return types with arguments of type RouteMatch Modifier and Type Method Description java.util.List<RouteMatch>Service. routes()static java.util.List<RouteMatch>Spark. routes()Methods in spark with parameters of type RouteMatch Modifier and Type Method Description static voidAccess. changeMatch(Request request, RouteMatch match)protected voidRequest. changeMatch(RouteMatch match)static RequestRequestResponseFactory. create(RouteMatch match, javax.servlet.http.HttpServletRequest request)Constructors in spark with parameters of type RouteMatch Constructor Description Request(RouteMatch match, javax.servlet.http.HttpServletRequest request)Constructor -
Uses of RouteMatch in spark.http.matching
Methods in spark.http.matching with parameters of type RouteMatch Modifier and Type Method Description voidRequestWrapper. changeMatch(RouteMatch match) -
Uses of RouteMatch in spark.route
Methods in spark.route that return RouteMatch Modifier and Type Method Description RouteMatchRoutes. find(HttpMethod httpMethod, java.lang.String path, java.lang.String acceptType)finds target for a requested routeRouteMatchSimpleRouteMatcher. findTargetForRequestedRoute(HttpMethod httpMethod, java.lang.String path, java.lang.String acceptType)Deprecated.Methods in spark.route that return types with arguments of type RouteMatch Modifier and Type Method Description java.util.List<RouteMatch>Routes. findAll()java.util.List<RouteMatch>Routes. findMultiple(HttpMethod httpMethod, java.lang.String path, java.lang.String acceptType)Finds multiple targets for a requested route.java.util.List<RouteMatch>SimpleRouteMatcher. findTargetsForRequestedRoute(HttpMethod httpMethod, java.lang.String path, java.lang.String acceptType)Deprecated.
-