Uses of Interface
org.forgerock.http.client.response.HttpClientResponse
Packages that use HttpClientResponse
Package
Description
This package contains the classes and interfaces related to the implementation of the HTTP client, and its use
in scripted modules.
This package contains the classes and interfaces related to the responses received by the HTTP client, and their
use in scripted modules.
-
Uses of HttpClientResponse in org.forgerock.http.client
Methods in org.forgerock.http.client that return HttpClientResponseModifier and TypeMethodDescriptionprotected HttpClientResponseChfHttpClient.getHttpClientResponse(String uri, String body, Map<String, List<Map<String, String>>> requestData, String method) Deprecated, for removal: This API element is subject to removal in a future version.Executes the HTTP request and returns the response. -
Uses of HttpClientResponse in org.forgerock.http.client.response
Classes in org.forgerock.http.client.response that implement HttpClientResponseModifier and TypeClassDescriptionclassA basic implementation ofHttpClientResponsethat a script can receive from sending aHttpClientRequestover aHttpClient.