Uses of Class
org.forgerock.services.routing.AbstractRouter
-
Packages that use AbstractRouter 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. -
-
Uses of AbstractRouter in org.forgerock.http.routing
Subclasses of AbstractRouter in org.forgerock.http.routing Modifier and Type Class Description class
Router
A router which routes requests based on route matchers. -
Uses of AbstractRouter in org.forgerock.json.resource
Subclasses of AbstractRouter in org.forgerock.json.resource Modifier and Type Class Description class
Router
A router which routes requests based on route predicates.Constructors in org.forgerock.json.resource with parameters of type AbstractRouter Constructor Description Router(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 AbstractRouter Modifier and Type Class Description class
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 AbstractRouter Constructor Description AbstractRouter(AbstractRouter<T,R,H,D> router)
Creates a new router containing the same routes and default route as the provided router.
-