Uses of Interface
org.forgerock.json.resource.SynchronousRequestHandler
-
Packages that use SynchronousRequestHandler Package Description org.forgerock.json.resource Classes and interfaces for core types including connections, request handlers, resources, and their exceptions. -
-
Uses of SynchronousRequestHandler in org.forgerock.json.resource
Methods in org.forgerock.json.resource with parameters of type SynchronousRequestHandler Modifier and Type Method Description static RequestHandler
Resources. asRequestHandler(SynchronousRequestHandler syncHandler)
Adapts the providedSynchronousRequestHandler
as aRequestHandler
.
-