Package org.forgerock.http.client
Class ChfHttpClient
- java.lang.Object
 - 
- org.forgerock.http.client.ChfHttpClient
 
 
- 
@Deprecated public abstract class ChfHttpClient extends Object
Deprecated.Will be replaced in a later release byClient.A basic http client that can be used to sendHttpClientRequestobjects and receiveHttpClientResponseobjects.- Since:
 - 12.0.0
 
 
- 
- 
Constructor Summary
Constructors Modifier Constructor Description protectedChfHttpClient(Client client)Deprecated. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected HttpClientResponsegetHttpClientResponse(String uri, String body, Map<String,List<Map<String,String>>> requestData, String method)Deprecated. 
 - 
 
- 
- 
Field Detail
- 
client
protected final Client client
Deprecated. 
 - 
 
- 
Constructor Detail
- 
ChfHttpClient
protected ChfHttpClient(Client client)
Deprecated. 
 - 
 
- 
Method Detail
- 
getHttpClientResponse
protected HttpClientResponse getHttpClientResponse(String uri, String body, Map<String,List<Map<String,String>>> requestData, String method) throws IOException, MalformedHeaderException, URISyntaxException
Deprecated. 
 - 
 
 -