Uses of Class
org.forgerock.json.resource.Router
Packages that use Router
Package
Description
Classes and interfaces for core types including connections, request
handlers, resources, and their exceptions.
-
Uses of Router in org.forgerock.json.resource
Subclasses with type arguments of type Router in org.forgerock.json.resourceModifier and TypeClassDescriptionclassA router which routes requests based on route predicates.Methods in org.forgerock.json.resource that return RouterConstructor parameters in org.forgerock.json.resource with type arguments of type RouterModifierConstructorDescriptionRouter(org.forgerock.services.routing.AbstractRouter<Router, Request, RequestHandler, org.forgerock.api.models.ApiDescription> router) Creates a new router containing the same routes and default route as the provided router.