Package | Description |
---|---|
org.forgerock.services.routing |
This package provides a simple framework for implementing routers.
|
Modifier and Type | Method and Description |
---|---|
abstract RouteMatch |
RouteMatcher.evaluate(Context context,
R request)
Evaluates the request and determines whether it matches the route.
|
RouteMatch |
DelegatingRouteMatcher.evaluate(Context context,
R request) |
Modifier and Type | Method and Description |
---|---|
boolean |
RouteMatch.isBetterMatchThan(RouteMatch result)
Determines whether this route match is better than the given rout match.
|
Constructor and Description |
---|
IncomparableRouteMatchException(RouteMatch firstRouteMatch,
RouteMatch secondRouteMatch)
Constructs a
IncomparableRouteMatchException with the two
RouteMatch instance that caused the exception. |
Copyright © 2010-2018, ForgeRock All Rights Reserved.