Package org.forgerock.http.routing
package org.forgerock.http.routing
Provides routing functionality for HTTP requests. Offers support for URI
and API version based routing.
-
ClassDescriptionA
Context
which is created when a request is and has been routed based on resource API version.The default routing behaviour to use when no Accept-API-Version is set on the request.Implementations of this interface will be responsible for maintaining the behaviour of API Version routing.API Version routing filter which creates aApiVersionRouterContext
which contains the default routing behaviour when the Accept-API-Version header is set on the request.A utility class that contains methods for creating route matchers.A router which routes requests based on route matchers.The algorithm which should be used when matching URI templates against request resource names.AContext
which is created when a request has been routed.EaseUriRouterContext
construction.Represents some version in the form majorNumber.minorNumber, for instance 2.4.