Reputation: 21
I want to get the ip address of each client in the server side for which the server return a stub. Is it possible?
Upvotes: 2
Views: 2817
Reputation: 311039
See RemoteServer.getClientHost(). You can invoke that inside your remote method implementations. You can't get it when they do the Registry lookup however.
Upvotes: 3