Skip to content

timeout deprecated and replaced

Pre-release
Pre-release
Compare
Choose a tag to compare
@oschwald oschwald released this 02 Sep 22:41
· 1117 commits to main since this release
  • The timeout setter on WebServiceClient.Builder was renamed to
    connectTimeout and a readTimeout setter was added. The former timeout
    sets the timeout to establish a connection and the latter sets the timeout
    for reading from an established connection.