JavaScript is disabled on your browser.
Skip navigation links
OpenAM Server Only 7.5.0 Documentation
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Class
org.forgerock.http.routing.Router
Packages that use
Router
Package
Description
org.forgerock.http.routing
Provides routing functionality for HTTP requests.
Uses of
Router
in
org.forgerock.http.routing
Methods in
org.forgerock.http.routing
that return
Router
Modifier and Type
Method
Description
protected
Router
Router.
getThis
()
Constructors in
org.forgerock.http.routing
with parameters of type
Router
Modifier
Constructor
Description
Router
(
Router
router)
Creates a new router containing the same routes and default route as the provided router.