Package org.forgerock.services.routing
package org.forgerock.services.routing
This package provides a simple framework for implementing routers. Application frameworks that need to provide
routing capabilities, e.g. for routing client requests, should sub-class
AbstractRouter
. This package is designed to be protocol and framework
independent.-
ClassDescriptionAn abstract base class for implementing routers.A route matcher that delegates to a provided route matcher.An exception which is thrown when two incompatible
RouteMatch
instances are attempted to be compared.Contains the result of routing to a particular route.RouteMatcher<R>A matcher for evaluating whether a route matches the incoming request.