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