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 Connection #90

Closed CherryWorm closed 9 years ago

CherryWorm commented 9 years ago

One should be able to retrieve the connection that called the RMI, this would be especialy helpful on a Server.

NathanSweet commented 9 years ago

Cast to RemoteObject and call getConnection.