summaryrefslogtreecommitdiff
path: root/eaaf_core_utils/src/main/java/at/gv/egiz/eaaf/core/impl/http
AgeCommit message (Expand)AuthorFilesLines
2023-07-12feat(http): Add connection timeout parameters to HTTP client-configurationThomas2-11/+27
2023-02-06feat(http): add request interceptor to pre-emptive HTTP Basic authenticationThomas3-0/+66
2022-04-19chore(http): add missing parameter into log messageThomas1-1/+1
2022-04-19feat(http): add request interceptor configuration into Apache HTTP Client fac...Thomas2-1/+17
2022-04-19refact(http): reorder keyStore configuration-builder to optimize log messagesThomas1-1/+1
2021-11-18add method to inject http headers into Apache HTTP-Client requestsThomas1-0/+19
2021-04-16Use custom SSLContext builder to generate BouncyCastle specific TrustManager ...Thomas2-12/+443
2021-01-07add a second Apache Http-Client response-handler as default implementationThomas Lenz1-0/+25
2020-11-26add building block of a http ResponseHandler that returns the http status-codeThomas Lenz1-0/+23
2020-11-05add scheduled eviction policy to clean-up expired or old http connections fro...Thomas Lenz1-64/+104
2020-10-19refactor PVP 1.x constants to reuse definitions for application chainingThomas Lenz1-14/+28
2020-10-19add new PVP1.x headerThomas Lenz1-1/+3
2020-10-16fix code-style problemThomas Lenz1-1/+1
2020-10-15add definitions for PVP2 R-Profile http-headersThomas Lenz1-0/+70
2020-06-15fix Code-Quality problem1.1.5Thomas Lenz1-4/+4
2020-06-12add TrustStore SSLContext builderThomas Lenz1-25/+91
2020-05-29update HttpClientBuilder factory to add 'ServiceUnavailableRetryStrategy' inj...Thomas Lenz2-1/+12
2020-05-11update HttpClientFactory to facilitate request retrying in case of an errorThomas Lenz4-8/+81
2020-05-05finish SSLContext creation by using KeyStore from HSM-FacadeThomas Lenz3-13/+16
2020-05-05first tests for SSL Client Auth. with HSM-FacadeThomas Lenz1-2/+12
2020-05-05refactor interface of method 'buildSslContextWithSslClientAuthentication' to ...Thomas Lenz2-8/+12
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 Lenz5-0/+838