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.
|
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 © 2010-2018, ForgeRock All Rights Reserved.