Closed janwytze closed 7 years ago
Had to create my own HttpClientBuilder. I don't know if all settings are right. The SardineImpl has a lot of settings: https://github.com/lookfirst/sardine/blob/535ac5d293012405e785303a682a64f491679c58/src/main/java/com/github/sardine/impl/SardineImpl.java#L1087
HttpClientBuilder
SardineImpl
The problem about sardine is that all methods are private or protected. So if we want all the same settings we should fork sardine or extend SardineImpl.
Had to create my own
HttpClientBuilder
.I don't know if all settings are right. The
SardineImpl
has a lot of settings:https://github.com/lookfirst/sardine/blob/535ac5d293012405e785303a682a64f491679c58/src/main/java/com/github/sardine/impl/SardineImpl.java#L1087
The problem about sardine is that all methods are private or protected. So if we want all the same settings we should fork sardine or extend
SardineImpl
.