EsotericSoftware / kryonet

TCP/UDP client/server library for Java, based on Kryo
BSD 3-Clause "New" or "Revised" License
1.82k stars 419 forks source link

RMI why can't I getClientHost() #117

Open S66D opened 8 years ago

S66D commented 8 years ago

Is there a way to know the connection of the client who made the call to the method in the remote object. Does KryoNet already have this feature?

S66D commented 8 years ago

https://github.com/EsotericSoftware/kryonet/issues/90 Same problem but I need it from the server side, and I think nicosio2 meant get the connection from within the remote object on the server side, it is impotent for security.