|
Class Summary |
| OptimizedObjectInputStream |
An ObjectInputStream subclass used by the MarshalledValue class to
ensure the classes and proxies are loaded using the thread context
class loader. |
| OptimizedObjectOutputStream |
An ObjectOutputStream subclass used by the MarshalledValue class to
ensure the classes and proxies are loaded using the thread context
class loader. |
| PooledInvokerProxy |
Client socket connections are pooled to avoid the overhead of
making a connection. |
| PooledInvokerProxy.ClientSocket |
|
| PooledMarshalledInvocation |
The MarshalledInvocation is an invocation that travels. |
| PooledMarshalledValue |
A simple replacement for the RMI MarshalledObject that uses the thread
context class loader for resolving classes and proxies. |
| ServerAddress |
This class encapsulates all the required information for a client to
establish a connection with the server. |