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