Uses of Interface
org.forgerock.http.client.response.HttpClientResponse
-
Packages that use HttpClientResponse Package Description org.forgerock.http.client This package contains the classes and interfaces related to the implementation of the HTTP client, and its use in scripted modules.org.forgerock.http.client.response 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 Modifier and Type Method Description protected HttpClientResponse
ChfHttpClient. getHttpClientResponse(String uri, String body, Map<String,List<Map<String,String>>> requestData, String method)
Deprecated. -
Uses of HttpClientResponse in org.forgerock.http.client.response
Classes in org.forgerock.http.client.response that implement HttpClientResponse Modifier and Type Class Description class
SimpleHttpClientResponse
A basic implementation ofHttpClientResponse
that a script can receive from sending aHttpClientRequest
over aHttpClient
.
-