Uses of Class
VASSAL.chat.node.Node
-
Uses of Node in VASSAL.chat.node
Modifier and TypeClassDescriptionclass
Root node in a hierarchical server.class
Node representing a single player.class
Modifier and TypeMethodDescriptionstatic Node
Constructs from a path name.Node.buildWithInfo
(Node base, String pathAndInfo) Builds a Node from a pathAndInfo stringstatic Node
Protocol.decodeListCommand
(String cmd) return the child node with the given id, or null if no matchNode[]
Node.getChildren()
Node.getDescendant
(String path) Return the descendant node with the given path relative to this nodeNode[]
Node.getLeafDescendants()
Node.getParent()
Modifier and TypeMethodDescriptionvoid
static Node
Constructs from a path name.Node.buildWithInfo
(Node base, String pathAndInfo) Builds a Node from a pathAndInfo stringvoid
ServerNode.disconnect
(Node target) static String
Protocol.encodeListCommand
(Node[] nodes) A dump of the current connections to the server.static String
Protocol.encodeNodeInfoCommand
(Node n) Sent when the info for a particular (non-player) node is updatedstatic String
Protocol.encodeRoomsInfo
(Node[] rooms) Sent when a room's info changes, or to update all rooms' info at oncevoid
AsynchronousServerNode.ReportContentsThread.markChanged
(Node module) void
void
ServerNode.registerNode
(String parentPath, Node newNode) void
protected void
AsynchronousServerNode.sendContents
(Node node) protected void
ServerNode.sendContents
(Node module) void
void
StatusReporter.updateContents
(Node[] players) void
ServerNode.updateInfo
(Node target) protected void
NodeClient.updateRooms
(Node module)