Uses of Class
net.clackrouter.routing.LocalLinkInfo

Packages that use LocalLinkInfo
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 LocalLinkInfo in net.clackrouter.routing
 

Methods in net.clackrouter.routing that return LocalLinkInfo
static LocalLinkInfo LocalLinkInfo.copy(LocalLinkInfo old)
           
 

Methods in net.clackrouter.routing with parameters of type LocalLinkInfo
static LocalLinkInfo LocalLinkInfo.copy(LocalLinkInfo old)
           
 void LocalLinkChangedListener.localLinkChanged(LocalLinkInfo old_info, LocalLinkInfo new_info)
          Interface used to pass old and new info to the component