Uses of Interface
org.forgerock.http.handler.DescribableHandler
-
Packages that use DescribableHandler Package Description org.forgerock.http.handler CoreHandlerimplementations.org.forgerock.http.routing Provides routing functionality for HTTP requests. -
-
Uses of DescribableHandler in org.forgerock.http.handler
Methods in org.forgerock.http.handler that return DescribableHandler Modifier and Type Method Description static DescribableHandlerHandlers. asDescribableHandler(Handler handler)Adapts aHandlerto aDescribableHandlerwithout adding support for API Descriptions if it is not already implemented.static DescribableHandlerHandlers. chainOf(Handler handler, List<Filter> filters)Creates aHandlerwhich wraps the provided filters around the provided target handler.static DescribableHandlerHandlers. chainOf(Handler handler, Filter... filters)Creates aHandlerwhich wraps the provided filters around the provided target handler.static DescribableHandlerHandlers. filtered(Handler handler, Filter filter)Creates a "filtered handler" instance. -
Uses of DescribableHandler in org.forgerock.http.routing
Classes in org.forgerock.http.routing that implement DescribableHandler Modifier and Type Class Description classRouterA router which routes requests based on route matchers.
-