Uses of Interface
org.forgerock.json.resource.CrestApplication
-
Packages that use CrestApplication Package Description org.forgerock.json.resource Classes and interfaces for core types including connections, request handlers, resources, and their exceptions.org.forgerock.json.resource.http JSON resource Commons HTTP Framework integration.org.forgerock.openig.util Miscellaneous utility classes. -
-
Uses of CrestApplication in org.forgerock.json.resource
Methods in org.forgerock.json.resource that return CrestApplication Modifier and Type Method Description static CrestApplication
Applications. multipartCrestApplication(ConnectionFactory factory, String id, String version)
Create a simpleCrestApplication
that allows multipart/form-data requests using the provided factory, id and version.static CrestApplication
Applications. simpleCrestApplication(ConnectionFactory factory, String id, String version)
Create a simpleCrestApplication
using the provided factory, id and version. -
Uses of CrestApplication in org.forgerock.json.resource.http
Methods in org.forgerock.json.resource.http with parameters of type CrestApplication Modifier and Type Method Description static Handler
CrestHttp. newHttpHandler(CrestApplication application)
Deprecated.Since 25.0.0.static Handler
CrestHttp. newHttpHandler(CrestApplication application, HttpContextFactory factory)
Deprecated.Since 25.0.0.static Handler
CrestHttp. newHttpHandler(CrestApplication application, HttpContextFactory factory, Factory<Buffer> bufferFactory)
Creates a new JSON resource HTTP handler with the provided CREST request handler.static Handler
CrestHttp. newHttpHandler(CrestApplication application, Context context)
Deprecated.Since 25.0.0.static Handler
CrestHttp. newHttpHandler(CrestApplication application, Context context, Factory<Buffer> bufferFactory)
Creates a new JSON resource HTTP handler with the provided CREST request handler.static Handler
CrestHttp. newHttpHandler(CrestApplication application, Factory<Buffer> bufferFactory)
Creates a new JSON resource HTTP handler with the provided CREST request handler. -
Uses of CrestApplication in org.forgerock.openig.util
Methods in org.forgerock.openig.util that return CrestApplication Modifier and Type Method Description static CrestApplication
CrestUtil. newCrestApplication(RequestHandler requestHandler, String apiId, String version)
Creates a newCrestApplication
.
-