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 DescribableHandlerHandlers.asDescribableHandler(Handler handler) Adapts aHandlerto aDescribableHandlerwithout adding support for API Descriptions if it is not already implemented.static DescribableHandlerCreates aHandlerwhich wraps the provided filters around the provided target handler.static DescribableHandlerCreates aHandlerwhich wraps the provided filters around the provided target handler.static DescribableHandlerCreates a "filtered handler" instance. -
Uses of DescribableHandler in org.forgerock.http.routing
Classes in org.forgerock.http.routing that implement DescribableHandlerModifier and TypeClassDescriptionfinal classA router which routes requests based on route matchers.