| DefaultClientSocketFactory |
A RMIClientSocketFactory that adds a bind address override of the server
host to control what the address the client uses.
|
| DefaultSocketFactory |
An implementation of RMIServerSocketFactory that supports backlog and
bind address settings
|
| InterruptableInputStream |
An InputStream that uses the SocketTimeoutException thrown during read
timeouts to check if the thread has been interrupted.
|
| MethodHash |
|
| QueuedClientSocketFactory |
|
| RMIMultiSocketClient |
|
| RMIMultiSocketHandler |
|
| RMIMultiSocketServer |
|
| TimeoutClientSocketFactory |
A RMIClientSocketFactory that installs a InterruptableInputStream to be
responsive to thead interruption events.
|
| TimeoutServerSocket |
A ServerSocket that returns a TimeoutSocket from the overriden accept.
|
| TimeoutServerSocketFactory |
A RMIServerSocketFactory that installs a InterruptableInputStream to be
responsive to thead interruption events.
|
| TimeoutSocket |
A Socket that overrides the getInputStream to return a InterruptableInputStream
|