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 rmi 实现,该接口由方法 msgPass(String host, String msg) 组成。我想要做的是当客户端 A 使用方法 msgPass(String host,String msg) 时,rmi 服务器接收到该 msg 并发送到客户端 B。
我怎样才能做到这一点?
客户端 B 还公开一个接口供服务器使用,或者您通过其他方式发送它,例如套接字、Web 服务等。 即您的客户端 B 必须同时充当客户端和服务器