android - Asyhttpclient设置了超时,但是还是要很长时间才会响应连接失败
高洛峰
高洛峰 2017-04-17 17:44:18
0
2
545

请问下,Asyhttpclient使用setTimeOut方法设置了超时,为啥还是会等很长时间才会响应onFailure的方法

高洛峰
高洛峰

拥有18年软件开发和IT教学经验。曾任多家上市公司技术总监、架构师、项目经理、高级软件工程师等职务。 网络人气名人讲师,...

全部回覆(2)
小葫芦

仔細看看文檔,檢查一下程式碼,注意以下幾個方法的差異

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.

伊谢尔伦

最好別用這個庫了,已經過時了,用okhttp/retrofit

熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板