Uses of Class
org.forgerock.services.routing.IncomparableRouteMatchException
-
Packages that use IncomparableRouteMatchException Package Description org.forgerock.services.routing 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 IncomparableRouteMatchException Modifier and Type Method Description protected Pair<Context,H>
AbstractRouter. getBestApiRoute(Context context, R request)
Get the best route for an API request.protected Pair<Context,H>
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.
-