Uses of Interface
org.forgerock.services.descriptor.Describable
-
Packages that use Describable Package Description org.forgerock.http.handler CoreHandlerimplementations.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 interfaceDescribableHandlerA 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 Describable Modifier and Type Class Description classRouterA 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 classAbstractConnectionWrapper<C extends Connection>An abstract base class from which connection wrappers may be easily implemented.classDescribedSyncRequestHandlerAdapterVersion ofSynchronousRequestHandlerAdapterthat exposes a described handler.classFilterChainA chain of filters terminated by a target request handler.classRouterA 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 classAbstractRouter<T extends AbstractRouter<T,R,H,D>,R,H,D>An abstract base class for implementing routers.
-