| java.lang.Object org.w3c.jigsaw.auth.IPMatcherNode
IPMatcherNode | class IPMatcherNode (Code) | | |
IPMatcherNode | IPMatcherNode(short part)(Code) | | Create a new node for a given sub-space.
Parameters: part - The IP address part to register in this node. |
IPMatcherNode | IPMatcherNode()(Code) | | Create the root node.
|
getClosure | protected Object getClosure()(Code) | | Get this node closure object.
An instance of Object. |
print | public void print(PrintStream out, String pref)(Code) | | Print the tree starting at this node.
Parameters: out - The print stream to print to. Parameters: pref - The prefix string (printed before all infos). |
setClosure | protected void setClosure(Object obj)(Code) | | Set this node closure object.
Parameters: obj - The new closure for the node. |
step | IPMatcherNode step(short iadr, Object closure)(Code) | | Lookup this byte of IP adress in this node.
If we are requested to create a new node, than we create and return it.
|
|
|