[resteasy-commits] [resteasy/Resteasy] 546f2a: [RESTEASY-2377] Improved handling of ClientHttpEngine

Ken Finnigan noreply at github.com
Tue Oct 22 08:40:59 EDT 2019


  Branch: refs/heads/master
  Home:   https://github.com/resteasy/Resteasy
  Commit: 546f2a0fc403ee85d32260e4a34364b945061f8d
      https://github.com/resteasy/Resteasy/commit/546f2a0fc403ee85d32260e4a34364b945061f8d
  Author: Ken Finnigan <ken at kenfinnigan.me>
  Date:   2019-10-22 (Tue, 22 Oct 2019)

  Changed paths:
    M resteasy-client-microprofile/src/main/java/org/jboss/resteasy/microprofile/client/RestClientBuilderImpl.java
    A resteasy-client/src/main/java/org/jboss/resteasy/client/jaxrs/engines/URLConnectionClientEngineBuilder.java
    M resteasy-client/src/main/java/org/jboss/resteasy/client/jaxrs/engines/URLConnectionEngine.java

  Log Message:
  -----------
  [RESTEASY-2377] Improved handling of ClientHttpEngine

- Create a ClientHttpEngineBuilder for URLConnectionEngine
- Modify URLConnectionEngine to set the read and connect timeouts
- Modify RestClientBuilderImpl to use the new builder to set the httpEngine




More information about the resteasy-commits mailing list