| Modifier and Type | Method and Description |
|---|---|
NetworkIF[] |
HardwareLayer.getNetworkIFs()
Instantiates an array of
NetworkIF objects,
representing a network interface |
NetworkIF[] |
Networks.getNetworks()
Get network interfaces on this machine
|
NetworkIF[] |
AbstractNetworks.getNetworks() |
| Modifier and Type | Method and Description |
|---|---|
NetworkIF[] |
LinuxHardwareLayer.getNetworkIFs() |
| Modifier and Type | Method and Description |
|---|---|
static void |
LinuxNetworks.updateNetworkStats(NetworkIF netIF)
Updates interface network statistics on the given interface.
|
| Modifier and Type | Method and Description |
|---|---|
NetworkIF[] |
MacHardwareLayer.getNetworkIFs() |
| Modifier and Type | Method and Description |
|---|---|
static void |
MacNetworks.updateNetworkStats(NetworkIF netIF)
Updates interface network statistics on the given interface.
|
| Modifier and Type | Method and Description |
|---|---|
NetworkIF[] |
FreeBsdHardwareLayer.getNetworkIFs() |
| Modifier and Type | Method and Description |
|---|---|
static void |
FreeBsdNetworks.updateNetworkStats(NetworkIF netIF)
Updates interface network statistics on the given interface.
|
| Modifier and Type | Method and Description |
|---|---|
NetworkIF[] |
SolarisHardwareLayer.getNetworkIFs() |
| Modifier and Type | Method and Description |
|---|---|
static void |
SolarisNetworks.updateNetworkStats(NetworkIF netIF)
Updates interface network statistics on the given interface.
|
| Modifier and Type | Method and Description |
|---|---|
NetworkIF[] |
WindowsHardwareLayer.getNetworkIFs() |
| Modifier and Type | Method and Description |
|---|---|
static void |
WindowsNetworks.updateNetworkStats(NetworkIF netIF)
Updates interface network statistics on the given interface.
|
Copyright © 2019. All rights reserved.