Package com.esotericsoftware.kryonet.rmi

Interface Summary
RemoteObject Provides access to various settings on a remote object.
RmiTest.TestObject  
 

Class Summary
ObjectSpace Allows methods on objects to be invoked remotely over TCP.
ObjectSpace.InvokeMethod Internal message to invoke methods remotely.
ObjectSpace.InvokeMethodResult Internal message to return the result of a remotely invoked method.
RmiTest  
RmiTest.MessageWithTestObject  
RmiTest.TestObjectImpl  
 

Exception Summary
TimeoutException Thrown when a method with a return value is invoked on a remote object and the response is not received with the response timeout.