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

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

Subinterfaces of NetInterface in com.eurotech.framework.net
 interface EthernetInterface<T extends NetInterfaceAddress>
          Network interface for Ethernet cards.
 interface LoopbackInterface<T extends NetInterfaceAddress>
          Placeholder for a LoopbackInterface
 interface NetInterfaceConfig<T extends NetInterfaceAddressConfig>
          Marker class for NetInterfaceConfig objects
 

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

Subinterfaces of NetInterface in com.eurotech.framework.net.modem
 interface ModemInterface<T extends ModemInterfaceAddress>
          Network interface for modems.
 

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

Subinterfaces of NetInterface in com.eurotech.framework.net.wifi
 interface WifiInterface<T extends WifiInterfaceAddress>
          Wifi interface
 



Copyright © 2013. All Rights Reserved.