Uses of Interface
org.forgerock.services.descriptor.Describable
Packages that use Describable
Package
Description
Core
Handler
implementations.Provides routing functionality for HTTP requests.
Classes and interfaces for core types including connections, request
handlers, resources, and their exceptions.
This package provides a simple framework for implementing routers.
-
Uses of Describable in org.forgerock.http.handler
Subinterfaces of Describable in org.forgerock.http.handlerModifier and TypeInterfaceDescriptioninterface
A handler that both handlesRequest
s, and also supports querying for API Descriptors. -
Uses of Describable in org.forgerock.http.routing
Classes in org.forgerock.http.routing that implement DescribableModifier and TypeClassDescriptionfinal class
A router which routes requests based on route matchers. -
Uses of Describable in org.forgerock.json.resource
Classes in org.forgerock.json.resource that implement DescribableModifier and TypeClassDescriptionclass
AbstractConnectionWrapper<C extends Connection>
An abstract base class from which connection wrappers may be easily implemented.class
Version ofSynchronousRequestHandlerAdapter
that exposes a described handler.final class
A chain of filters terminated by a target request handler.class
A router which routes requests based on route predicates. -
Uses of Describable in org.forgerock.services.routing
Classes in org.forgerock.services.routing that implement DescribableModifier and TypeClassDescriptionclass
AbstractRouter<T extends AbstractRouter<T,
R, H, D>, R, H, D> An abstract base class for implementing routers.