Package org.forgerock.http.apache.sync
Class SyncHttpClientProvider
- java.lang.Object
-
- org.forgerock.http.apache.sync.SyncHttpClientProvider
-
- All Implemented Interfaces:
org.forgerock.http.spi.HttpClientProvider
public final class SyncHttpClientProvider extends Object implements org.forgerock.http.spi.HttpClientProvider
An HTTP client implementation provider for Apache HttpClient.
-
-
Constructor Summary
Constructors Constructor Description SyncHttpClientProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.forgerock.http.spi.HttpClientnewHttpClient(org.forgerock.util.Options options)
-
-
-
Method Detail
-
newHttpClient
public org.forgerock.http.spi.HttpClient newHttpClient(org.forgerock.util.Options options) throws org.forgerock.http.HttpApplicationException- Specified by:
newHttpClientin interfaceorg.forgerock.http.spi.HttpClientProvider- Throws:
org.forgerock.http.HttpApplicationException
-
-