Uses of Interface
org.forgerock.http.handler.DescribableHandler
Packages that use DescribableHandler
-
Uses of DescribableHandler in org.forgerock.http.handler
Methods in org.forgerock.http.handler that return DescribableHandlerModifier 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
Classes in org.forgerock.http.routing that implement DescribableHandlerModifier and TypeClassDescriptionfinal class
A router which routes requests based on route matchers.