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 |
NetInterface<T extends NetInterfaceAddress>
NetworkInterface represent a network interface of the system.
|
Modifier and Type | Interface and Description |
---|---|
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.
|
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 |
ModemInterfaceAddress
Modem Interface Address represents the modem state
|
interface |
ModemInterfaceAddressConfig
Modem Interface Address Config represents the modem status and the modem configuration
|
Modifier and Type | Interface and Description |
---|---|
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.