java.net.ConnectException: Connection refused: no further information

NIO项目中出现了这个错误:

java.net.ConnectException: Connection refused: no further information

一般是因为InetSocketAddress的主机名、端口号写错,或者要连接的服务器没有启动造成的。

原文地址:https://www.cnblogs.com/mstk/p/6770577.html