Package | Description |
---|---|
org.forgerock.http.routing | |
org.forgerock.json.resource | |
org.forgerock.services.routing |
Modifier and Type | Class and Description |
---|---|
class |
Router
A router which routes requests based on route matchers.
|
Constructor and Description |
---|
Router(AbstractRouter<Router,Request,RequestHandler,ApiDescription> router)
Creates a new router containing the same routes and default route as the
provided router.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractRouter<T extends AbstractRouter<T,R,H,D>,R,H,D>
An abstract base class for implementing routers.
|
Constructor and Description |
---|
AbstractRouter(AbstractRouter<T,R,H,D> router)
Creates a new router containing the same routes and default route as the
provided router.
|
Copyright © 2025 Open Identity Platform Community. All rights reserved.