summaryrefslogtreecommitdiff
path: root/eaaf_core_utils/src/main/java/at/gv/egiz/eaaf/core/impl/http/HttpClientFactory.java
AgeCommit message (Expand)AuthorFilesLines
2023-07-12feat(http): Add connection timeout parameters to HTTP client-configurationThomas1-10/+17
2023-02-06feat(http): add request interceptor to pre-emptive HTTP Basic authenticationThomas1-0/+8
2022-04-19feat(http): add request interceptor configuration into Apache HTTP Client fac...Thomas1-0/+8
2020-11-05add scheduled eviction policy to clean-up expired or old http connections fro...Thomas Lenz1-64/+104
2020-05-29update HttpClientBuilder factory to add 'ServiceUnavailableRetryStrategy' inj...Thomas Lenz1-0/+7
2020-05-11update HttpClientFactory to facilitate request retrying in case of an errorThomas Lenz1-5/+39
2020-05-05refactor interface of method 'buildSslContextWithSslClientAuthentication' to ...Thomas Lenz1-2/+3
2020-03-31change default SSLContext factory to Apache HTTP-Client based versionThomas Lenz1-35/+24
2020-03-20set Socket timeout in ConnectionPoolManagerThomas Lenz1-9/+14
2020-03-11refactor HttpClientFactory.java to build HTTP clients with different authenti...Thomas Lenz1-0/+360