Uses of Class
org.forgerock.services.routing.AbstractRouter
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.
-
Uses of AbstractRouter in org.forgerock.http.routing
Modifier and TypeClassDescriptionfinal class
A router which routes requests based on route matchers. -
Uses of AbstractRouter in org.forgerock.json.resource
Modifier and TypeClassDescriptionclass
A router which routes requests based on route predicates.ModifierConstructorDescriptionCreates a new router containing the same routes and default route as the provided router. -
Uses of AbstractRouter in org.forgerock.services.routing
Modifier and TypeClassDescriptionclass
AbstractRouter<T extends AbstractRouter<T,
R, H, D>, R, H, D> An abstract base class for implementing routers.ModifierConstructorDescriptionprotected
AbstractRouter
(AbstractRouter<T, R, H, D> router) Creates a new router containing the same routes and default route as the provided router.