|
Class Summary |
| AbstractSocketInitializer |
Common abstract superclass for objects that establish a connection with a remote socket. |
| AbstractSocketWrapper |
Common abstract superclass for all socket clients. |
| BootstrapObjectSerializer |
This serializer is used solely by the nodes to enable their bootstrapping. |
| BootstrapSocketClient |
This class provides a simple API to transfer objects over a TCP socket connection. |
| SocketChannelClient |
This SocketWrapper implementation relies on an underlying SocketChannel, in order to allow
writing to, and reading from, at the same time from the same socket connection. |
| SocketClient |
This class provides a simple API to transfer objects over a TCP socket connection. |
| SocketInitializerImpl |
Instances of this class attempt to connect a SocketWrapper to a remote server. |