org.apache.harmony.rmi.client |
|
Java Source File Name | Type | Comment |
ClientConnection.java | Class | Connection opened by client side. |
ClientConnectionManager.java | Class | Manager managing connections from the client side: it holds the list of
opened connections so the client could reuse them.
author: Mikhail A. |
ClientRemoteCall.java | Class | RemoteCall implementation used by UnicastRef on client's side.
author: Mikhail A. |