public class CloseableHttpClientHandlerProvider extends Object implements com.google.inject.Provider<org.forgerock.http.handler.HttpClientHandler>
| Modifier and Type | Field and Description |
|---|---|
static Debug |
DEBUG
Debug instance for general utility classes.
|
| Constructor and Description |
|---|
CloseableHttpClientHandlerProvider(org.forgerock.util.thread.listener.ShutdownManager shutdownManager)
Uses the shutdown manager supplied to register all created HttpClientHandler objects for shutdown.
|
| Modifier and Type | Method and Description |
|---|---|
org.forgerock.http.handler.HttpClientHandler |
get()
Creates an instance of HttpClientHandler, assuring that underlying commitments are observer, i.e.
|
public static final Debug DEBUG
@Inject public CloseableHttpClientHandlerProvider(org.forgerock.util.thread.listener.ShutdownManager shutdownManager)
shutdownManager - The commons shutdown manager implementation.public org.forgerock.http.handler.HttpClientHandler get()
get in interface javax.inject.Provider<org.forgerock.http.handler.HttpClientHandler>Copyright © 2010–2023 Open Identity Platform Community. All rights reserved.