Package VASSAL.chat.node
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.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AsynchronousServerNode.ReportContentsThread
-
Constructor Summary
Constructors Constructor Description AsynchronousServerNode(String url)
-
Method Summary
Modifier and Type Method Description protected void
init(String url)
protected void
sendContents(Node node)
Methods inherited from class VASSAL.chat.node.ServerNode
disconnect, forward, getModule, getMsgSender, kick, move, registerNode, updateInfo
Methods inherited from class VASSAL.chat.node.Node
add, build, buildWithInfo, equals, getChild, getChildren, getDescendant, getId, getInfo, getInfoProperty, getLeafDescendants, getParent, getPath, getPathAndInfo, hashCode, isLeaf, remove, send, setInfo, setParent, toString
-
Constructor Details
-
AsynchronousServerNode
-
-
Method Details
-
init
-
sendContents
- Overrides:
sendContents
in classServerNode
-