CONNECTION_TIMEOUT和SO_TIMEOUT的区别 Leave a Comment / Computer Theory / September 28, 2013 September 28, 2013 CONNECTION_TIMEOUT:建立连接超时 SO_TIMEOUT: 读数据超时,如: 引用 SO_TIMEOUT is the timeout that a read() call will block. If the timeout is reached, a java.net.SocketTimeoutException will be thrown