Hi, relatively new to HttpClient here. So I can setup server connect, socket, and connection pool time outs via the various RequestConfig methods (setSocketTimeout, setConnectTimeout, setConnectionRequestTimeout, etc).
How would one ideally go about establishing a timeout or interrupting a lengthy transfer which is in progress? ie some kind of 'hard timeout' ? Thanks in advance for anyone's insights. Jeff
