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

Packages that use NetInterfaceAddressConfig
com.eurotech.framework.net Contains interfaces and event model to manage and configure network interfaces on a given system. 
com.eurotech.framework.net.modem Provides interfaces for instances and configurations of modems. 
com.eurotech.framework.net.wifi Provides interfaces for instances and configurations of wifi devices. 
 

Uses of NetInterfaceAddressConfig in com.eurotech.framework.net
 

Classes in com.eurotech.framework.net with type parameters of type NetInterfaceAddressConfig
 interface NetInterfaceConfig<T extends NetInterfaceAddressConfig>
          Marker class for NetInterfaceConfig objects
 

Methods in com.eurotech.framework.net that return types with arguments of type NetInterfaceAddressConfig
 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 NetInterfaceAddressConfig in com.eurotech.framework.net.modem
 

Subinterfaces of NetInterfaceAddressConfig in com.eurotech.framework.net.modem
 interface ModemInterfaceAddressConfig
          Modem Interface Address Config represents the modem status and the modem configuration
 

Uses of NetInterfaceAddressConfig in com.eurotech.framework.net.wifi
 

Subinterfaces of NetInterfaceAddressConfig in com.eurotech.framework.net.wifi
 interface WifiInterfaceAddressConfig
          Contains both the wifi interface status as well as all current configurations
 



Copyright © 2013. All Rights Reserved.