Uses of Package
org.forgerock.services.routing
-
Packages that use org.forgerock.services.routing Package Description org.forgerock.http.routing Provides routing functionality for HTTP requests.org.forgerock.json.resource Classes and interfaces for core types including connections, request handlers, resources, and their exceptions.org.forgerock.services.routing This package provides a simple framework for implementing routers. -
Classes in org.forgerock.services.routing used by org.forgerock.http.routing Class Description AbstractRouter An abstract base class for implementing routers.RouteMatcher A matcher for evaluating whether a route matches the incoming request. -
Classes in org.forgerock.services.routing used by org.forgerock.json.resource Class Description AbstractRouter An abstract base class for implementing routers.RouteMatcher A matcher for evaluating whether a route matches the incoming request. -
Classes in org.forgerock.services.routing used by org.forgerock.services.routing Class Description AbstractRouter An abstract base class for implementing routers.IncomparableRouteMatchException An exception which is thrown when two incompatibleRouteMatch
instances are attempted to be compared.RouteMatch Contains the result of routing to a particular route.RouteMatcher A matcher for evaluating whether a route matches the incoming request.