Uses of Interface
com.eurotech.framework.net.NetInterfaceConfig

Packages that use NetInterfaceConfig
com.eurotech.framework.net Contains interfaces and event model to manage and configure network interfaces on a given system. 
com.eurotech.framework.net.route Provides services to manage interfaces and their priorities in the static routing table. 
 

Uses of NetInterfaceConfig in com.eurotech.framework.net
 

Methods in com.eurotech.framework.net that return types with arguments of type NetInterfaceConfig
 List<? extends NetInterfaceConfig<? extends NetInterfaceAddressConfig>> NetworkAdminService.getNetworkInterfaceConfigs()
          Returns a list of all of the configurations associated with all of the interfaces on the system.
 

Uses of NetInterfaceConfig in com.eurotech.framework.net.route
 

Methods in com.eurotech.framework.net.route with parameters of type NetInterfaceConfig
 void RoutingAgentService.addInterface(NetInterfaceConfig netIfaceConfig)
          Adds interface to RoutingAgent
 



Copyright © 2013. All Rights Reserved.