错误日志RetryHandler.retryRequest: retry error, curr request is null

手机端显示org.apache.http.conn.httphostConnectException:Connection to http://xxxxxx refused

阅读 2.9k
1 个回答
org.apache.http.conn.httphostConnectException:Connection to http://xxxxxx refused

这代表请求这个http链接,跟相应的端口建立连接的时候失败了,refused一般是指远程拒绝连接,可能是对方端口关闭、未开启相应的服务、防火墙等限制。

推荐问题