Package org.forgerock.http.client
Class ChfHttpClient
java.lang.Object
org.forgerock.http.client.ChfHttpClient
Deprecated.
A basic http client that can be used to send
HttpClientRequest
objects and
receive HttpClientResponse
objects.- Since:
- 12.0.0
-
Field Summary
-
Constructor Summary
ModifierConstructorDescriptionprotected
ChfHttpClient
(Client client, HttpClientRequestFactory httpClientRequestFactory) Deprecated. -
Method Summary
-
Field Details
-
client
Deprecated.
-
-
Constructor Details
-
ChfHttpClient
Deprecated.
-
-
Method Details
-
getHttpClientResponse
protected HttpClientResponse getHttpClientResponse(String uri, String body, Map<String, List<Map<String, throws IOException, MalformedHeaderException, URISyntaxExceptionString>>> requestData, String method) Deprecated.
-
Client
.