Uses of Class
org.forgerock.services.routing.IncomparableRouteMatchException
Packages that use IncomparableRouteMatchException
Package
Description
This package provides a simple framework for implementing routers.
-
Uses of IncomparableRouteMatchException in org.forgerock.services.routing
Methods in org.forgerock.services.routing that throw IncomparableRouteMatchExceptionModifier 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.booleanRouteMatch.isBetterMatchThan(RouteMatch result) Determines whether this route match is better than the given rout match.