java.net.ConnectException: Connection refused: no further information
NIO项目中出现了这个错误:
java.net.ConnectException: Connection refused: no further information
一般是因为InetSocketAddress的主机名、端口号写错,或者要连接的服务器没有启动造成的。
NIO项目中出现了这个错误:
java.net.ConnectException: Connection refused: no further information
一般是因为InetSocketAddress的主机名、端口号写错,或者要连接的服务器没有启动造成的。