Initialize a socket and wait for a client to connect to.
ServerConnection first creates a ServerSocket and a method AcceptCall(). This method is used to ask server to accept the connection from a client.
ClientManager SvrSocket