public interface HttpClientProvider
HttpClient instances. A
HttpClientProvider is loaded during construction of a new HTTP
Client. A provider is selected and its
newHttpClient(Options) method invoked in order to construct and
configure a new HttpClient.| Modifier and Type | Method and Description |
|---|---|
HttpClient |
newHttpClient(Options options)
Returns a new
HttpClient configured using the provided set of
options. |
HttpClient newHttpClient(Options options) throws HttpApplicationException
HttpClient configured using the provided set of
options.options - The client options (never null).HttpClient configured using the provided set of
options.HttpApplicationException - If the client implementation could not be configured using
the provided set of options.Copyright © 2025 Open Identity Platform Community. All rights reserved.