summaryrefslogtreecommitdiff
path: root/eaaf_core_utils/src/main/java/at/gv/egiz/eaaf/core/impl/http/HttpClientConfiguration.java
AgeCommit message (Expand)AuthorFilesLines
2023-07-12feat(http): Add connection timeout parameters to HTTP client-configurationThomas1-1/+10
2023-02-06feat(http): add request interceptor to pre-emptive HTTP Basic authenticationThomas1-0/+3
2022-04-19feat(http): add request interceptor configuration into Apache HTTP Client fac...Thomas1-1/+9
2022-04-19refact(http): reorder keyStore configuration-builder to optimize log messagesThomas1-1/+1
2020-05-29update HttpClientBuilder factory to add 'ServiceUnavailableRetryStrategy' inj...Thomas Lenz1-1/+5
2020-05-11update HttpClientFactory to facilitate request retrying in case of an errorThomas Lenz1-1/+7
2020-05-05finish SSLContext creation by using KeyStore from HSM-FacadeThomas Lenz1-4/+6
2020-03-11refactor HttpClientFactory.java to build HTTP clients with different authenti...Thomas Lenz1-0/+191