|
Class Summary |
| BabySitter |
This object handles the io between the server and one client. |
| Client |
A reasonably vanilla network client. |
| ClientWire |
Networked Wire, Client Side. |
| DefaultReadLoop |
A generic read loop for a client. |
| RunServer |
Runs a server application that broadcasts incoming information to all
connected clients (except source of information). |
| Server |
Generic Server class: broadcasts whatever messages it receives to
all clients other than the message's originator. |
| ServerWire |
Networked Wire, Server Side. |