|
Class Summary |
| LRUPool |
This class is an extention of LRUCachePolicy. |
| ServerAddress |
This class encapsulates all the required information for a client to
establish a connection with the server. |
| ServerThread |
This Thread object hold a single Socket connection to a client
and is kept alive until a timeout happens, or it is aged out of the
SocketServerInvoker's LRU cache. |
| SocketClientInvoker |
SocketClientInvoker uses Sockets to remotely connect to the a remote ServerInvoker, which
must be a SocketServerInvoker. |
| SocketClientInvoker.ClientSocket |
|
| SocketServerInvoker |
SocketServerInvoker is the server-side of a SOCKET based transport |