Uses of Class
VASSAL.chat.node.Node
Packages that use Node
-
Uses of Node in VASSAL.chat.node
Subclasses of Node in VASSAL.chat.nodeModifier and TypeClassDescriptionclassRoot node in a hierarchical server.classNode representing a single player.classMethods in VASSAL.chat.node that return NodeModifier and TypeMethodDescriptionstatic NodeConstructs from a path name.Node.buildWithInfo(Node base, String pathAndInfo) Builds a Node from a pathAndInfo stringstatic NodeProtocol.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()Methods in VASSAL.chat.node with parameters of type NodeModifier and TypeMethodDescriptionvoidstatic NodeConstructs from a path name.Node.buildWithInfo(Node base, String pathAndInfo) Builds a Node from a pathAndInfo stringvoidServerNode.disconnect(Node target) static StringProtocol.encodeListCommand(Node[] nodes) A dump of the current connections to the server.static StringProtocol.encodeNodeInfoCommand(Node n) Sent when the info for a particular (non-player) node is updatedstatic StringProtocol.encodeRoomsInfo(Node[] rooms) Sent when a room's info changes, or to update all rooms' info at oncevoidAsynchronousServerNode.ReportContentsThread.markChanged(Node module) voidvoidServerNode.registerNode(String parentPath, Node newNode) voidprotected voidAsynchronousServerNode.sendContents(Node node) protected voidServerNode.sendContents(Node module) voidvoidStatusReporter.updateContents(Node[] players) voidServerNode.updateInfo(Node target) protected voidNodeClient.updateRooms(Node module) Constructors in VASSAL.chat.node with parameters of type Node