Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Warning

The java.net.http.HttpClient support of timeouts (send / receive) is incomplete:

 - https://bugs.openjdk.org/browse/JDK-8258397

 - https://bugs.openjdk.org/browse/JDK-8208693

 - https://bugs.openjdk.org/browse/JDK-8254223

Another contextual properties include:

Contextual PropertyDefault ValueDescription

force.urlconnection.http.conduit

falseReverts the default HTTP client to URLConnectionHTTPConduit (by setting true)
share.httpclient.http.conduittrue

Shares the underlying HttpClient instance for the each unique HttpClientPolicy in ordre to reduce the memory / threading footprint. Set to false to disable sharing.

https.reset.httpclient.http.conduittrue

Reverts the underlying HttpClient instance upon HTTPS URL change.  Set to false to disable resetting.

Authentication

Basic Authentication

...