Uses of Interface
org.forgerock.services.descriptor.Describable
-
Packages that use Describable Package Description org.forgerock.http.handler CoreHandler
implementations.org.forgerock.http.routing Provides routing functionality for HTTP requests.org.forgerock.json.resource Classes and interfaces for core types including connections, request handlers, resources, and their exceptions.org.forgerock.services.routing This package provides a simple framework for implementing routers. -
-
Uses of Describable in org.forgerock.http.handler
Subinterfaces of Describable in org.forgerock.http.handler Modifier and Type Interface Description interface
DescribableHandler
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 Describable Modifier and Type Class Description class
Router
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 Describable Modifier and Type Class Description class
AbstractConnectionWrapper<C extends Connection>
An abstract base class from which connection wrappers may be easily implemented.class
DescribedSyncRequestHandlerAdapter
Version ofSynchronousRequestHandlerAdapter
that exposes a described handler.class
FilterChain
A chain of filters terminated by a target request handler.class
Router
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 Describable Modifier and Type Class Description class
AbstractRouter<T extends AbstractRouter<T,R,H,D>,R,H,D>
An abstract base class for implementing routers.
-