我正在使用rest服务通过传递请求获取信息。有时我会在日志中看到这些信息。
2018-02-01 12:40:15,136 DEBUG app.security.org.Monitor restFailure. url: http://localhost:80/my/api/getDetails
org.springframework.web.client.ResourceAccessException: I/O error: Connection to http://localhost:80 refused; nested exception is org.apache.http.conn.HttpHostConnectException: Connection to http://localhost:80 refused
所以我的问题是......上述异常何时发生?
当与localhost的连接不接受时,或者当我们从客户端遇到网络问题时?
我们如何获得通话的状态代码?