|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of NetInterfaceAddress in com.eurotech.framework.core.net |
---|
Classes in com.eurotech.framework.core.net with type parameters of type NetInterfaceAddress | |
---|---|
class |
AbstractNetInterface<T extends NetInterfaceAddress>
|
class |
EthernetInterfaceImpl<T extends NetInterfaceAddress>
|
class |
LoopbackInterfaceImpl<T extends NetInterfaceAddress>
|
Classes in com.eurotech.framework.core.net that implement NetInterfaceAddress | |
---|---|
class |
NetInterfaceAddressConfigImpl
|
class |
NetInterfaceAddressImpl
|
class |
WifiInterfaceAddressConfigImpl
|
class |
WifiInterfaceAddressImpl
|
Constructors in com.eurotech.framework.core.net with parameters of type NetInterfaceAddress | |
---|---|
NetInterfaceAddressConfigImpl(NetInterfaceAddress other)
|
|
NetInterfaceAddressImpl(NetInterfaceAddress other)
|
Constructor parameters in com.eurotech.framework.core.net with type arguments of type NetInterfaceAddress | |
---|---|
AbstractNetInterface(NetInterface<? extends NetInterfaceAddress> other)
|
|
EthernetInterfaceConfigImpl(EthernetInterface<? extends NetInterfaceAddress> other)
|
|
EthernetInterfaceImpl(EthernetInterface<? extends NetInterfaceAddress> other)
|
|
LoopbackInterfaceConfigImpl(LoopbackInterface<? extends NetInterfaceAddress> other)
|
|
LoopbackInterfaceImpl(LoopbackInterface<? extends NetInterfaceAddress> other)
|
Uses of NetInterfaceAddress in com.eurotech.framework.core.net.modem |
---|
Classes in com.eurotech.framework.core.net.modem that implement NetInterfaceAddress | |
---|---|
class |
ModemInterfaceAddressConfigImpl
|
class |
ModemInterfaceAddressImpl
|
Uses of NetInterfaceAddress in com.eurotech.framework.emulator.net |
---|
Methods in com.eurotech.framework.emulator.net that return types with arguments of type NetInterfaceAddress | |
---|---|
List<NetInterface<? extends NetInterfaceAddress>> |
EmulatedNetworkServiceImpl.getActiveNetworkInterfaces()
|
List<NetInterface<? extends NetInterfaceAddress>> |
EmulatedNetworkServiceImpl.getNetworkInterfaces()
|
Uses of NetInterfaceAddress in com.eurotech.framework.linux.net.rh |
---|
Methods in com.eurotech.framework.linux.net.rh that return types with arguments of type NetInterfaceAddress | |
---|---|
List<NetInterface<? extends NetInterfaceAddress>> |
NetworkServiceImpl.getActiveNetworkInterfaces()
|
NetInterface<? extends NetInterfaceAddress> |
NetworkServiceImpl.getNetworkInterface(String interfaceName)
|
List<NetInterface<? extends NetInterfaceAddress>> |
NetworkServiceImpl.getNetworkInterfaces()
|
Uses of NetInterfaceAddress in com.eurotech.framework.linux.util |
---|
Method parameters in com.eurotech.framework.linux.util with type arguments of type NetInterfaceAddress | |
---|---|
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 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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |