java中socket的连接问题

发布于 2024-11-05 14:11:43 字数 262 浏览 2 评论 0原文

我试过这个代码: http://programming-guides.com/java/tcp-client-server-chat (完整的例子)

它正在工作,但是当我将客户端的“主机”切换到外部IP(本地主机)时,它给了我这个错误: “无法获取 IO 连接到..”

我试图切换端口,但它不起作用..

i tried this code:
http://programming-guides.com/java/tcp-client-server-chat
(full example)

and it's working but when i switch the "host" int the client side to an external IP (insted of localhost) it give me this error:
"Cannot get IO for connection to.."

i treid to switch the port but it didnt work..

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

秋意浓 2024-11-12 14:11:44

尝试 netcat 到远程主机。如果您获得连接,则该示例可能是错误的。如果没有,您将无法连接到该主机:主机不存在、未侦听该端口、端口被过滤等等。

Try to netcat to the remote host. If you get an connection the example maybe wrong. If not, you cannot connect to that host: host not exists, not listen on that port, port is filtered, etc, etc.

对你的占有欲 2024-11-12 14:11:43

服务器是否在那台远程计算机上运行?防火墙中的端口是否开放?

Is the server running on that remote machine? Is the port open in the firewall?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文