Uses of Interface
org.forgerock.services.routing.RouteMatch
Package
Description
This package provides a simple framework for implementing routers.
-
Uses of RouteMatch in org.forgerock.services.routing
Modifier and TypeMethodDescriptionabstract RouteMatch
Evaluates the request and determines whether it matches the route.Modifier and TypeMethodDescriptionboolean
RouteMatch.isBetterMatchThan
(RouteMatch result) Determines whether this route match is better than the given rout match.ModifierConstructorDescriptionIncomparableRouteMatchException
(RouteMatch firstRouteMatch, RouteMatch secondRouteMatch) Constructs aIncomparableRouteMatchException
with the twoRouteMatch
instance that caused the exception.