org.apache.harmony.rmi.transport |
|
Java Source File Name | Type | Comment |
DefaultRMISocketFactory.java | Class | Default
RMISocketFactory which is used by RMI runtime to create
client and server sockets. |
Endpoint.java | Class | Endpoint implementation: it contains information about host, port,
client-side and server-side socket factories.
author: Mikhail A. |
RMIObjectInputStream.java | Class | The RMIObjectInputStream is a subclass of ObjectInputStream performing
deserialization for RMI calls.
author: Mikhail A. |
RMIObjectOutputStream.java | Class | The RMIObjectOutputStream is a subclass of ObjectOutputStream performing
serialization for RMI calls. |
RMIProtocolConstants.java | Interface | Constants for RMI Transport Protocol.
author: Mikhail A. |
SocketWrapper.java | Class | Wrapper for already opened socket.
It just translates all requests to the underlying socket.
author: Mikhail A. |