Uses of Interface
org.forgerock.services.routing.RouteMatch
-
Packages that use RouteMatch Package Description org.forgerock.services.routing This package provides a simple framework for implementing routers. -
-
Uses of RouteMatch in org.forgerock.services.routing
Methods in org.forgerock.services.routing that return RouteMatch Modifier and Type Method Description RouteMatch
DelegatingRouteMatcher. evaluate(Context context, R request)
abstract RouteMatch
RouteMatcher. evaluate(Context context, R request)
Evaluates the request and determines whether it matches the route.Methods in org.forgerock.services.routing with parameters of type RouteMatch Modifier and Type Method Description boolean
RouteMatch. isBetterMatchThan(RouteMatch result)
Determines whether this route match is better than the given rout match.Constructors in org.forgerock.services.routing with parameters of type RouteMatch Constructor Description IncomparableRouteMatchException(RouteMatch firstRouteMatch, RouteMatch secondRouteMatch)
Constructs aIncomparableRouteMatchException
with the twoRouteMatch
instance that caused the exception.
-