Class ServerConnection



    Purpose

    Initialize a socket and wait for a client to connect to.

    Functionality

    ServerConnection first creates a ServerSocket and a method AcceptCall(). This method is used to ask server to accept the connection from a client.

    See also

    ClientManager
    SvrSocket




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