Package | Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
Router
A router which routes requests based on route predicates.
|
Constructor and 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.
|
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 2011-2017 ForgeRock AS.