public final class SyncHttpClientProvider extends Object implements HttpClientProvider
Constructor and Description |
---|
SyncHttpClientProvider() |
Modifier and Type | Method and Description |
---|---|
HttpClient |
newHttpClient(Options options)
Returns a new
HttpClient configured using the provided set of
options. |
public HttpClient newHttpClient(Options options) throws HttpApplicationException
HttpClientProvider
HttpClient
configured using the provided set of
options.newHttpClient
in interface HttpClientProvider
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.