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.
现在我有一个使用 Mina 的 java 应用程序,当 socket 连接到服务器时,我认为这个 java 应用程序是正常的,否则异常。简而言之,我使用套接字长连接实现应用程序状态监控。问题是如何使用 Mina 重新连接套接字,或者是否有另一种更好的方法来实现应用程序状态监控。谢谢。
您无法重新连接任何 TCP 套接字。你必须关闭它并重新开始一个新的,就像你得到第一个一样。