summaryrefslogtreecommitdiff
path: root/eaaf_core_utils/src/main/java/at/gv/egiz/eaaf/core/impl/http/HttpClientFactory.java
AgeCommit message (Collapse)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 ↵Thomas1-0/+8
factory
2020-11-05add scheduled eviction policy to clean-up expired or old http connections ↵Thomas Lenz1-64/+104
from pool
2020-05-29update HttpClientBuilder factory to add 'ServiceUnavailableRetryStrategy' ↵Thomas Lenz1-0/+7
injection fix broken jUnit test
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
inject information about the KeyStore-Provider
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 ↵Thomas Lenz1-0/+360
authentication mechanisms