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 HttpClientResponse -
Uses of HttpClientResponse in org.forgerock.http.client.response
Classes in org.forgerock.http.client.response that implement HttpClientResponseModifier and TypeClassDescriptionclass
A basic implementation ofHttpClientResponse
that a script can receive from sending aHttpClientRequest
over aHttpClient
.