Package | Description |
---|---|
org.forgerock.http.apache |
Base classes for Apache HttpClient (synchronous and asynchronous)
HttpClientProvider implementations. |
org.forgerock.http.apache.async |
Provides
HttpClientHandler client integration with
Apache HttpComponents Http Async Client. |
org.forgerock.http.spi |
HTTP service provider API.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractHttpClient
This abstract client is used to share commonly used constants and methods
in both synchronous and asynchronous Apache HTTP Client libraries.
|
Modifier and Type | Class and Description |
---|---|
class |
AsyncResponseHttpClient
Apache HTTP Async Client based implementation.
|
class |
AsyncStreamingHttpClient
Apache HTTP Async Client based implementation.
|
Modifier and Type | Method and Description |
---|---|
HttpClient |
AsyncHttpClientProvider.newHttpClient(Options options) |
Modifier and Type | Method and Description |
---|---|
HttpClient |
HttpClientProvider.newHttpClient(Options options)
Returns a new
HttpClient configured using the provided set of
options. |
Copyright 2011-2017 ForgeRock AS.