timeout deprecated and replaced
Pre-release
Pre-release
- The
timeout
setter onWebServiceClient.Builder
was renamed to
connectTimeout
and areadTimeout
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.