I have some code which connects to a URL to download a file, and then performs some processing on it. However, sometimes I am receiving the error java.net.SocketException:
java.net.SocketException:
This is the kind of thing that I'd rather let a bullet-proof connection pool handle for me rather than writing it myself.