kaazing / netx

Network utility that extends java.net, including URL
Apache License 2.0
10 stars 6 forks source link

Add support for idle timeout #34

Open sbadugu opened 9 years ago

sbadugu commented 9 years ago

From @sanjay-saxena on January 21, 2015 19:24

Investigate if HttpURLConnection.setReadTimeout() for Default HTTP and Socket.setSOTimeout() for Upgradeable HTTP will help.

Copied from original issue: kaazing/netx.http#25