Package | Description |
---|---|
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.
|
Modifier and Type | Interface and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ModemInterface<T extends ModemInterfaceAddress>
Network interface for modems.
|
Modifier and Type | Interface and Description |
---|---|
interface |
WifiInterface<T extends WifiInterfaceAddress>
Wifi interface
|
Copyright © 2013. All Rights Reserved.