Uses of Interface
org.forgerock.json.resource.CrestApplication
Packages that use CrestApplication
Package
Description
Classes and interfaces for core types including connections, request
handlers, resources, and their exceptions.
JSON resource Commons HTTP Framework integration.
-
Uses of CrestApplication in org.forgerock.json.resource
Methods in org.forgerock.json.resource that return CrestApplicationModifier and TypeMethodDescriptionstatic CrestApplicationApplications.multipartCrestApplication(ConnectionFactory factory, String id, String version) Create a simpleCrestApplicationthat allows multipart/form-data requests using the provided factory, id and version.static CrestApplicationApplications.simpleCrestApplication(ConnectionFactory factory, String id, String version) Create a simpleCrestApplicationusing 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 CrestApplicationModifier and TypeMethodDescriptionstatic org.forgerock.http.HandlerCrestHttp.newHttpHandler(CrestApplication application) Deprecated.Since 25.0.0.static org.forgerock.http.HandlerCrestHttp.newHttpHandler(CrestApplication application, HttpContextFactory factory) Deprecated.Since 25.0.0.static org.forgerock.http.HandlerCrestHttp.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.HandlerCrestHttp.newHttpHandler(CrestApplication application, org.forgerock.services.context.Context context) Deprecated.Since 25.0.0.static org.forgerock.http.HandlerCrestHttp.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.HandlerCrestHttp.newHttpHandler(CrestApplication application, Factory<org.forgerock.http.io.Buffer> bufferFactory) Creates a new JSON resource HTTP handler with the provided CREST request handler.