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

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

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

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

posted @ 2017-04-26 20:34  MSTK  阅读(21301)  评论(0编辑  收藏  举报