aboutsummaryrefslogtreecommitdiffstats
path: root/vespa-http-client/src/main/java/com/yahoo/vespa/http/client/core/communication/ApacheGatewayConnection.java
Commit message (Expand)AuthorAgeFilesLines
* Remove vespa-http-client on Vespa 8Jon Bratseth2022-06-081-507/+0
* Handle custom proxy-authorization headerBjørn Christian Seime2022-06-011-1/+52
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Enable timeouts for socket connect/read/writeBjørn Christian Seime2021-06-031-4/+8
* Move client builders to major specific sub packagesJon Marius Venstad2021-03-231-1/+1
* Merge pull request #14634 from vespa-engine/jonmv/async-feed-handlerJon Marius Venstad2020-10-011-1/+1
|\
| * Enable compressed responses in feed clientJon Marius Venstad2020-09-301-2/+1
* | Don't disable compression in Apache httpclientBjørn Christian Seime2020-09-301-1/+0
* | Ensure content is consumed to allow connection reuseBjørn Christian Seime2020-09-291-11/+9
|/
* Generate a Vtag class in vespa-http-clientJon Bratseth2020-09-011-3/+3
* Actually close connectionJon Bratseth2020-08-311-2/+10
* Parametrize clockJon Bratseth2020-08-281-8/+12
* Time out connections on the IOThread levelJon Bratseth2020-08-281-24/+23
* Remember when we connectedJon Bratseth2020-08-271-0/+7
* Add a gateway connection factoryJon Bratseth2020-08-271-25/+10
* Non-functional changes onlyJon Bratseth2020-08-271-17/+9
* Nonfunctional changes onlyJon Bratseth2020-04-151-9/+5
* Upgrade Apache httpclient+httpcore to newest versionBjørn Christian Seime2020-01-101-2/+9
* Revert "Bjorncs/java deps cleanup"Harald Musum2020-01-101-2/+2
* Upgrade Apache httpclient and httpcore to newest versionBjørn Christian Seime2020-01-091-2/+2
* Make staticJon Bratseth2020-01-071-1/+1
* Validate hostnames on setupJon Bratseth2020-01-071-11/+20
* Ensure connections are reused when client auth enabledBjørn Christian Seime2019-12-051-0/+1
* Allow configuration of PEM files in programmatic APIBjørn Christian Seime2019-12-051-1/+13
* Build http-utils with jdk8 and remove reflection hackBjørn Christian Seime2019-12-021-1/+2
* Duration.toSeconds() is only available on Java 9+Bjørn Christian Seime2019-07-261-1/+1
* Make 'connection time to live' a configurable parameterBjørn Christian Seime2019-07-261-1/+1
* Revert "Adjust connection time to live to be more TLS friendly"Bjørn Christian Seime2019-07-261-1/+1
* Reduce connection time to live to 1 minuteBjørn Christian Seime2019-07-261-1/+1
* Adjust connection time to live to be more TLS friendlyBjørn Christian Seime2019-07-251-1/+1
* Add Vespa TLS support to vespa-http-clientBjørn Christian Seime2019-07-191-19/+12
* Revert "Add Vespa TLS support to vespa-http-client"Bjørn Christian Seime2019-07-181-27/+19
* Add Vespa TLS support to vespa-http-clientBjørn Christian Seime2019-07-171-19/+27
* Revert "Merge pull request #9192 from vespa-engine/revert-9190-bratseth/depre...Jon Bratseth2019-04-261-4/+4
* Revert "Bratseth/deprecate httclient session take 2"Henning Baldersheim2019-04-261-4/+4
* Revert "Merge pull request #9188 from vespa-engine/revert-9183-bratseth/depre...Jon Bratseth2019-04-251-4/+4
* Revert "Bratseth/deprecate httpclient session"Harald Musum2019-04-251-4/+4
* Deprecate Session and SessionFactoryJon Bratseth2019-04-251-4/+4
* Client-side modules should be compilable with jdk8Jon Bratseth2019-03-291-1/+1
* Revert "Revert "Bratseth/remove dependencies" (#8885)"Jon Bratseth2019-03-231-3/+2
* Revert "Bratseth/remove dependencies" (#8885)Harald Musum2019-03-221-2/+3
* Remove component dependencyJon Bratseth2019-03-221-3/+2
* Add client version as header to all http requestsBjørn Christian Seime2019-01-311-1/+3
* Remove traces of protocol version 2 from internal http feeder.Tor Egge2019-01-211-1/+1
* Remove support for vespa http client protocol v2. Always use protocol v3.Tor Egge2019-01-211-10/+3
* Revert "Revert "Simplify and correct isFilled""Jon Bratseth2018-10-141-2/+2
* Revert "Simplify and correct isFilled"Jon Bratseth2018-10-141-2/+2
* Simplify and correct isFilledJon Bratseth2018-10-121-2/+2
* Try to extract error message from non-2xx responsesBjørn Christian Seime2018-06-081-3/+23
* Nonfunctional changes onlyJon Bratseth2018-04-061-3/+2