Package NetworkIO

Interface Summary
ConnectionListener ConnectionListener is a way to tell when a new connection has been made or an old one lost.
Message A class that implements Message is simply a class that can be sent and received over a network or Internet via programs that use the same NetworkIO package.
NetworkListener A class NetworkListener class is one that can process any message recieved through ClientBase.
 

Class Summary
ClientBase ClientBase maintains a connection with a server of some kind.
NetworkLogger Simplistic logger that logs output to a file located in program directory.
ServerBase A ServerBase will recieved, and can make, connections to other servers, or clients that use this NetworkIO package.