Class ChfHttpClient

java.lang.Object
org.forgerock.http.client.ChfHttpClient

@Deprecated(since="8.0.0", forRemoval=true) public abstract class ChfHttpClient extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
Will be replaced in a later release by Client.
A basic http client that can be used to send HttpClientRequest objects and receive HttpClientResponse objects.
Since:
12.0.0
  • Field Details

    • client

      protected final Client client
      Deprecated, for removal: This API element is subject to removal in a future version.
      The underlying client.
  • Constructor Details

    • ChfHttpClient

      protected ChfHttpClient(Client client, HttpClientRequestFactory httpClientRequestFactory)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Constructs a new ChfHttpClient.
      Parameters:
      client - the underlying client
      httpClientRequestFactory - the request factory
  • Method Details