Uses of Class
net.clackrouter.routing.RoutingTable

Packages that use RoutingTable
net.clackrouter.component.simplerouter Provides core component classes central to the operation of a simple router. 
net.clackrouter.router.core Core router class responsible for creating, configuring, running and serializing Clack routers. 
 

Uses of RoutingTable in net.clackrouter.component.simplerouter
 

Fields in net.clackrouter.component.simplerouter declared as RoutingTable
protected  RoutingTable IPRouteLookup.mRtable
           
 

Methods in net.clackrouter.component.simplerouter that return RoutingTable
 RoutingTable IPRouteLookup.getRoutingTable()
           
 

Methods in net.clackrouter.component.simplerouter with parameters of type RoutingTable
 void IPRouteLookup.setRoutingTable(RoutingTable table)
           
 

Uses of RoutingTable in net.clackrouter.router.core
 

Methods in net.clackrouter.router.core that return RoutingTable
 RoutingTable Router.getRoutingTable()
          Returns the routing table of the IPRouteLookup component in this router
 

Methods in net.clackrouter.router.core with parameters of type RoutingTable
 void Router.setRoutingTable(RoutingTable table)
          Sets the routing table for this router, overwriting all previous entries.