仔细看看文档,检查一下代码,注意以下几个方法的区别 setTimeout(int value) Set both the connection and socket timeouts. By default, both are set to 10 seconds. setConnectTimeout(int value) Returns current connection timeout limit (milliseconds). By default, this is set to 10 seconds. setMaxRetriesAndTimeout(int retries, int timeout) Sets the maximum number of retries and timeout for a particular Request.
仔细看看文档,检查一下代码,注意以下几个方法的区别
Set both the connection and socket timeouts. By default, both are set to 10 seconds.
Returns current connection timeout limit (milliseconds). By default, this is set to 10 seconds.
Sets the maximum number of retries and timeout for a particular Request.