Class AsynchronousServerNode

java.lang.Object
VASSAL.chat.node.Node
VASSAL.chat.node.ServerNode
VASSAL.chat.node.AsynchronousServerNode
All Implemented Interfaces:
MsgSender

public class AsynchronousServerNode extends ServerNode
Root node in a hierarchical server. Represents the server process itself. Children represent modules. Children of modules represent rooms. Children of rooms represent players.
  • Constructor Details

    • AsynchronousServerNode

      public AsynchronousServerNode(String url)
  • Method Details