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 TypeInterfaceDescriptioninterfaceA handler that both handlesRequests, 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 classA 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 TypeClassDescriptionclassAbstractConnectionWrapper<C extends Connection>An abstract base class from which connection wrappers may be easily implemented.classVersion ofSynchronousRequestHandlerAdapterthat exposes a described handler.final classA chain of filters terminated by a target request handler.classA 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 TypeClassDescriptionclassAbstractRouter<T extends AbstractRouter<T,R, H, D>, R, H, D> An abstract base class for implementing routers.