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 TypeClassDescriptionclass
Root node in a hierarchical server.class
Node representing a single player.class
Methods in VASSAL.chat.node that return NodeModifier 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()
Methods in VASSAL.chat.node with parameters of type NodeModifier 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)
Constructors in VASSAL.chat.node with parameters of type Node