Uses of Class
net.clackrouter.protocol.data.VNSHWInfo.InterfaceEntry

Packages that use VNSHWInfo.InterfaceEntry
net.clackrouter.component.base Provides the base objects for supporting components within a Clack Router. 
net.clackrouter.component.simplerouter Provides core component classes central to the operation of a simple router. 
net.clackrouter.protocol.data Representations for the different data types sent from the VNS server to a client. 
 

Uses of VNSHWInfo.InterfaceEntry in net.clackrouter.component.base
 

Constructors in net.clackrouter.component.base with parameters of type VNSHWInfo.InterfaceEntry
Interface(java.lang.String name, Router router, VNSHWInfo.InterfaceEntry entry)
          Creates a new interface component
 

Uses of VNSHWInfo.InterfaceEntry in net.clackrouter.component.simplerouter
 

Constructors in net.clackrouter.component.simplerouter with parameters of type VNSHWInfo.InterfaceEntry
InterfaceIn(java.lang.String name, Router router, VNSHWInfo.InterfaceEntry entry)
           
InterfaceOut(java.lang.String name, Router router, VNSHWInfo.InterfaceEntry entry)
           
 

Uses of VNSHWInfo.InterfaceEntry in net.clackrouter.protocol.data
 

Methods in net.clackrouter.protocol.data that return VNSHWInfo.InterfaceEntry
 VNSHWInfo.InterfaceEntry VNSHWInfo.getInterfaceEntryAt(int index)
          Returns an interface entry at the supplied index.