Uses of Class
net.clackrouter.component.simplerouter.IPRouteLookup

Packages that use IPRouteLookup
net.clackrouter.propertyview Graphical Property Views that provide the ability to inspect and modify Clack components. 
net.clackrouter.router.core Core router class responsible for creating, configuring, running and serializing Clack routers. 
net.clackrouter.routing Clack's routing specific code, including the basic routing table, local link info, and routing table entries for specific routing implementations (e.g., RIP, OSPF) 
 

Uses of IPRouteLookup in net.clackrouter.propertyview
 

Constructors in net.clackrouter.propertyview with parameters of type IPRouteLookup
IPRouteLookupPopup(IPRouteLookup lookup)
           
IPRouteLookupPview(IPRouteLookup lookup)
           
 

Uses of IPRouteLookup in net.clackrouter.router.core
 

Methods in net.clackrouter.router.core with parameters of type IPRouteLookup
 void Router.setIPRouteLookup(IPRouteLookup iprl)
           
 

Uses of IPRouteLookup in net.clackrouter.routing
 

Methods in net.clackrouter.routing that return IPRouteLookup
 IPRouteLookup RoutingTable.getLookupComponent()
           
 

Constructors in net.clackrouter.routing with parameters of type IPRouteLookup
RoutingTable(IPRouteLookup l)