Uses of Interface
org.forgerock.services.routing.RouteMatch
Packages that use RouteMatch
Package
Description
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 RouteMatchModifier and TypeMethodDescriptionabstract RouteMatch
Evaluates the request and determines whether it matches the route.Methods in org.forgerock.services.routing with parameters of type RouteMatchModifier and TypeMethodDescriptionboolean
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 RouteMatchModifierConstructorDescriptionIncomparableRouteMatchException
(RouteMatch firstRouteMatch, RouteMatch secondRouteMatch) Constructs aIncomparableRouteMatchException
with the twoRouteMatch
instance that caused the exception.