Uses of Class
org.forgerock.services.routing.AbstractRouter
Packages that use 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
Subclasses of AbstractRouter in org.forgerock.http.routingModifier and TypeClassDescriptionfinal class
A router which routes requests based on route matchers. -
Uses of AbstractRouter in org.forgerock.json.resource
Subclasses of AbstractRouter in org.forgerock.json.resourceModifier and TypeClassDescriptionclass
A router which routes requests based on route predicates.Constructors in org.forgerock.json.resource with parameters of type AbstractRouterModifierConstructorDescriptionRouter
(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. -
Uses of AbstractRouter in org.forgerock.services.routing
Classes in org.forgerock.services.routing with type parameters of type AbstractRouterModifier and TypeClassDescriptionclass
AbstractRouter<T extends AbstractRouter<T,
R, H, D>, R, H, D> An abstract base class for implementing routers.Constructors in org.forgerock.services.routing with parameters of type AbstractRouterModifierConstructorDescriptionprotected
AbstractRouter
(AbstractRouter<T, R, H, D> router) Creates a new router containing the same routes and default route as the provided router.