Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
可能重复: Java:检测客户端与服务器端断开连接
检查客户端是否仍连接到服务器的最佳方法是什么?告诉我你建议的方法是如何工作的。
让客户端发送心跳消息。当给定长度没有收到消息时,客户端可以断开连接。
你的客户端是什么类型的类?如果你使用socket,有一个函数isConnected()你可以试试!