Class HttpClientConfig
java.lang.Object
org.qubership.atp.environments.config.HttpClientConfig
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.http.impl.client.CloseableHttpClientPreconfigured HttpClient bean.
-
Constructor Details
-
HttpClientConfig
public HttpClientConfig()
-
-
Method Details
-
httpClient
@Bean public org.apache.http.impl.client.CloseableHttpClient httpClient() throws NoSuchAlgorithmException, KeyStoreException, KeyManagementExceptionPreconfigured HttpClient bean.- Returns:
- CloseableHttpClient.
- Throws:
NoSuchAlgorithmExceptionKeyStoreExceptionKeyManagementException
-