Uses of Class
org.forgerock.services.routing.IncomparableRouteMatchException
Package
Description
This package provides a simple framework for implementing routers.
-
Uses of IncomparableRouteMatchException in org.forgerock.services.routing
Modifier and TypeMethodDescriptionAbstractRouter.getBestApiRoute
(Context context, R request) Get the best route for an API request.AbstractRouter.getBestRoute
(Context context, R request) Finds the best route that matches the given request based on the route matchers of the registered routes.boolean
RouteMatch.isBetterMatchThan
(RouteMatch result) Determines whether this route match is better than the given rout match.