Uses of Interface
org.forgerock.http.spi.HttpClient
-
Packages that use HttpClient Package Description org.forgerock.http.spi HTTP service provider API. -
-
Uses of HttpClient in org.forgerock.http.spi
Methods in org.forgerock.http.spi that return HttpClient Modifier and Type Method Description HttpClient
HttpClientProvider. newHttpClient(Options options)
Returns a newHttpClient
configured using the provided set of options.
-