summaryrefslogtreecommitdiff
path: root/eaaf_core_utils/src/main/java/at/gv/egiz/eaaf/core/impl/http/HttpClientFactory.java
AgeCommit message (Expand)AuthorFilesLines
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