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 RouteMatchEvaluates the request and determines whether it matches the route.Methods in org.forgerock.services.routing with parameters of type RouteMatchModifier and TypeMethodDescriptionbooleanRouteMatch.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 aIncomparableRouteMatchExceptionwith the twoRouteMatchinstance that caused the exception.