Uses of Interface
org.forgerock.http.handler.DescribableHandler
-
Uses of DescribableHandler in org.forgerock.http.handler
Modifier and TypeMethodDescriptionstatic DescribableHandler
Handlers.asDescribableHandler
(Handler handler) Adapts aHandler
to aDescribableHandler
without adding support for API Descriptions if it is not already implemented.static DescribableHandler
Creates aHandler
which wraps the provided filters around the provided target handler.static DescribableHandler
Creates aHandler
which wraps the provided filters around the provided target handler.static DescribableHandler
Creates a "filtered handler" instance. -
Uses of DescribableHandler in org.forgerock.http.routing
Modifier and TypeClassDescriptionfinal class
A router which routes requests based on route matchers.