Configures a secure HttpClient bean with TLS 1.3, no redirects, and a 5-second timeout.
More...
|
| HttpClient | httpClient () throws KeyManagementException, NoSuchAlgorithmException |
| | Provides a secure HttpClient with TLS 1.3.
|
| |
Configures a secure HttpClient bean with TLS 1.3, no redirects, and a 5-second timeout.
◆ httpClient()
| HttpClient fr.softsf.sudokufx.config.HttpClientConfig.httpClient |
( |
| ) |
throws KeyManagementException, NoSuchAlgorithmException |
|
package |
Provides a secure HttpClient with TLS 1.3.
- Returns
- Configured HttpClient instance.
- Exceptions
-
| NoSuchAlgorithmException | if TLS 1.3 is unsupported. |
| KeyManagementException | if SSL context initialization fails. |
The documentation for this class was generated from the following file: