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

Packages that use NetInterface
com.eurotech.framework.core.net   
com.eurotech.framework.core.net.modem   
com.eurotech.framework.emulator.net   
com.eurotech.framework.linux.net.rh   
com.eurotech.framework.linux.util   
com.eurotech.framework.net   
com.eurotech.framework.net.modem   
com.eurotech.framework.net.wifi   
 

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

Classes in com.eurotech.framework.core.net that implement NetInterface
 class AbstractNetInterface<T extends NetInterfaceAddress>
           
 class EthernetInterfaceConfigImpl
           
 class EthernetInterfaceImpl<T extends NetInterfaceAddress>
           
 class LoopbackInterfaceConfigImpl
           
 class LoopbackInterfaceImpl<T extends NetInterfaceAddress>
           
 class WifiInterfaceConfigImpl
           
 class WifiInterfaceImpl<T extends WifiInterfaceAddress>
           
 

Constructors in com.eurotech.framework.core.net with parameters of type NetInterface
AbstractNetInterface(NetInterface<? extends NetInterfaceAddress> other)
           
 

Uses of NetInterface in com.eurotech.framework.core.net.modem
 

Classes in com.eurotech.framework.core.net.modem that implement NetInterface
 class ModemInterfaceConfigImpl
           
 class ModemInterfaceImpl<T extends ModemInterfaceAddress>
           
 

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

Methods in com.eurotech.framework.emulator.net that return types with arguments of type NetInterface
 List<NetInterface<? extends NetInterfaceAddress>> EmulatedNetworkServiceImpl.getActiveNetworkInterfaces()
           
 List<NetInterface<? extends NetInterfaceAddress>> EmulatedNetworkServiceImpl.getNetworkInterfaces()
           
 

Uses of NetInterface in com.eurotech.framework.linux.net.rh
 

Methods in com.eurotech.framework.linux.net.rh that return NetInterface
 NetInterface<? extends NetInterfaceAddress> NetworkServiceImpl.getNetworkInterface(String interfaceName)
           
 

Methods in com.eurotech.framework.linux.net.rh that return types with arguments of type NetInterface
 List<NetInterface<? extends NetInterfaceAddress>> NetworkServiceImpl.getActiveNetworkInterfaces()
           
 List<NetInterface<? extends NetInterfaceAddress>> NetworkServiceImpl.getNetworkInterfaces()
           
 

Uses of NetInterface in com.eurotech.framework.linux.util
 

Methods in com.eurotech.framework.linux.util that return NetInterface
static NetInterface DbusUtil.getNetworkInterfaceFromMap(org.freedesktop.dbus.DBusConnection dBusConnection, UsbService usbService, org.freedesktop.DBus.Properties props)
           
 

Method parameters in com.eurotech.framework.linux.util with type arguments of type NetInterface
static void DbusUtil.displayInterfaces(Map<String,NetInterface<? extends NetInterfaceAddress>> networkInterfaces)
           
static void DbusUtil.displayState(Map<String,NetInterface<? extends NetInterfaceAddress>> networkInterfaces, Map<String,Map<String,WifiAccessPoint>> wifiAccessPoints)
           
 

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.