Uses of Class
org.glassfish.grizzly.http2.Node
Packages that use Node
-
Uses of Node in org.glassfish.grizzly.http2
Fields in org.glassfish.grizzly.http2 declared as NodeModifier and TypeFieldDescriptionprotected NodeNode.firstChildprotected NodeNode.nextprotected NodeNode.parentprotected NodeNode.prevMethods in org.glassfish.grizzly.http2 that return NodeModifier and TypeMethodDescriptionprotected NodeNode.detach(int id) Detail thisNodefrom the tree maintaining any children.protected NodeNode.find(int id) Top down search from thisNodeand any children (recursively) returning the node with a matchingid.protected NodeNode.remove(int id) Remove thisNodefrom the tree.Methods in org.glassfish.grizzly.http2 with parameters of type Node