Client |
A client for TCP (and similiar) sockets.
|
Connection |
I am the superclass of all socket-based FileDescriptors.
|
Connector |
Connect a protocol to a server using TCP and if it fails make a new one.
|
IConnector |
Connect this to that and make it stick.
|
Port |
I am a TCP server port, listening for connections.
|
Server |
Serverside socket-stream connection class.
|