Server.Network Class
Component for handling messages from clients. This is in a separate thread because we need to allow the election server manager and client requests to run in parallel. Network object listens for incoming requests and creates separate <c>Worker</c> threads that handle the rest of the communication.

Access: Public
Base Classes: Object
  Members Description  
    server    
    listener    
    Network Constructor initializes the Network object

 
    run Method that listens to the incoming connections from the client and spuns off <c>Worker</c> threads.