百度的時候看到一個博客講的是這個,但是圖片不能復制,我發一個。這個單位是毫秒。
HttpGet httpGet = new HttpGet(url);
RequestConfig requestConfig = RequestConfig.custom().setConnectTimeout(500000).setConnectionRequestTimeout(100000).setSocketTimeout(500000).build();
httpGet.setConfig(requestConfig);
參考博客地址:https://www.cnblogs.com/lichmama/p/5715191.html