Uses of Interface
org.forgerock.services.descriptor.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
Modifier and TypeInterfaceDescriptioninterface
A handler that both handlesRequest
s, and also supports querying for API Descriptors. -
Uses of Describable in org.forgerock.http.routing
Modifier and TypeClassDescriptionfinal class
A router which routes requests based on route matchers. -
Uses of Describable in org.forgerock.json.resource
Modifier 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
Modifier and TypeClassDescriptionclass
AbstractRouter<T extends AbstractRouter<T,
R, H, D>, R, H, D> An abstract base class for implementing routers.