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. -
-
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 org.forgerock.http.Handler
CrestHttp. newHttpHandler(CrestApplication application)
Deprecated.Since 25.0.0.static org.forgerock.http.Handler
CrestHttp. newHttpHandler(CrestApplication application, HttpContextFactory factory)
Deprecated.Since 25.0.0.static org.forgerock.http.Handler
CrestHttp. newHttpHandler(CrestApplication application, HttpContextFactory factory, Factory<org.forgerock.http.io.Buffer> bufferFactory)
Creates a new JSON resource HTTP handler with the provided CREST request handler.static org.forgerock.http.Handler
CrestHttp. newHttpHandler(CrestApplication application, org.forgerock.services.context.Context context)
Deprecated.Since 25.0.0.static org.forgerock.http.Handler
CrestHttp. newHttpHandler(CrestApplication application, org.forgerock.services.context.Context context, Factory<org.forgerock.http.io.Buffer> bufferFactory)
Creates a new JSON resource HTTP handler with the provided CREST request handler.static org.forgerock.http.Handler
CrestHttp. newHttpHandler(CrestApplication application, Factory<org.forgerock.http.io.Buffer> bufferFactory)
Creates a new JSON resource HTTP handler with the provided CREST request handler.
-