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

Packages that use NetInterfaceAddress
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 NetInterfaceAddress in com.eurotech.framework.net
 

Classes in com.eurotech.framework.net with type parameters of type NetInterfaceAddress
 interface EthernetInterface<T extends NetInterfaceAddress>
          Network interface for Ethernet cards.
 interface LoopbackInterface<T extends NetInterfaceAddress>
          Placeholder for a LoopbackInterface
 interface NetInterface<T extends NetInterfaceAddress>
          NetworkInterface represent a network interface of the system.
 

Subinterfaces of NetInterfaceAddress in com.eurotech.framework.net
 interface NetInterfaceAddressConfig
          Extends a NetInterfaceAddress which is status as currently running on the system with the interface's configuration in the form of a List of NetConfig objects.
 

Methods in com.eurotech.framework.net that return types with arguments of type NetInterfaceAddress
 List<NetInterface<? extends NetInterfaceAddress>> NetworkService.getActiveNetworkInterfaces()
          Return the active NetworkIntefaces which have active connections for the system.
 List<NetInterface<? extends NetInterfaceAddress>> NetworkService.getNetworkInterfaces()
          Gets the names of all the network interface attached to the system.
 

Uses of NetInterfaceAddress in com.eurotech.framework.net.modem
 

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

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

Subinterfaces of NetInterfaceAddress in com.eurotech.framework.net.wifi
 interface WifiInterfaceAddress
          Interface for wifi status information
 interface WifiInterfaceAddressConfig
          Contains both the wifi interface status as well as all current configurations
 



Copyright © 2013. All Rights Reserved.