Uses of Class
org.forgerock.http.routing.Router
-
Packages that use Router Package Description org.forgerock.http.routing Provides routing functionality for HTTP requests.org.forgerock.openig.http Integrates with the ForgeRock HTTP Framework. -
-
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 Constructor Description Router(Router router)
Creates a new router containing the same routes and default route as the provided router. -
Uses of Router in org.forgerock.openig.http
Methods in org.forgerock.openig.http that return Router Modifier and Type Method Description protected Router
AdminHttpApplication. getOpenIGRouter()
Returns the router that represents the /openig namespace (or whatever path/prefix value that was configured).Constructors in org.forgerock.openig.http with parameters of type Router Constructor Description EndpointRegistry(Router router, String path)
Creates a registry around the given Router instance.
-