Uses of Package
NetworkIO

Classes in NetworkIO used by NetworkIO
ClientBase
          ClientBase maintains a connection with a server of some kind.
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.
NetworkLogger
          Simplistic logger that logs output to a file located in program directory.