Class ServerMsgHandler



    Purpose

    Process action requests from all clients one by one.

    Functionality

    ServerMsgHandler is a thread running at server during the server is alive. ServerMsgHandler gets an action request from the messageQueue one at a time and does the corresponding action to that request.




    [Go to Class Index Table] [Go back to Program Architecture Diagram]
    [Source Code of ServerMsgHandler.java]