| Package | Description |
|---|---|
| oshi.hardware |
Provides interfaces to hardware such as Memory, Power Sources, and Processor
|
| oshi.hardware.common |
Provides abstract classes for common code
|
| oshi.hardware.platform.linux |
Provides information about hardware such as Memory, Power Sources, and
Processor on Linux systems
|
| oshi.hardware.platform.mac |
Provides information about hardware such as Memory, Power Sources, and
Processor on Mac systems
|
| oshi.hardware.platform.windows |
Provides information about hardware such as Memory, Power Sources, and
Processor on Windows systems
|
| Modifier and Type | Method and Description |
|---|---|
NetworkIF[] |
HardwareAbstractionLayer.getNetworkIFs()
Instantiates an array of
NetworkIF objects, representing a
network interfaces pool |
NetworkIF[] |
Networks.getNetworks()
Get network interfaces on this machine
|
| Modifier and Type | Method and Description |
|---|---|
void |
Networks.updateNetworkStats(NetworkIF netIF)
Updates interface network statistics on the given interface.
|
| Modifier and Type | Method and Description |
|---|---|
NetworkIF[] |
AbstractNetworks.getNetworks()
Get network interfaces on this machine
|
| Modifier and Type | Method and Description |
|---|---|
NetworkIF[] |
LinuxHardwareAbstractionLayer.getNetworkIFs()
Instantiates an array of
NetworkIF objects, representing a
network interfaces pool |
| Modifier and Type | Method and Description |
|---|---|
void |
LinuxNetworks.updateNetworkStats(NetworkIF netIF)
Updates interface network statistics on the given interface.
|
| Modifier and Type | Method and Description |
|---|---|
NetworkIF[] |
MacHardwareAbstractionLayer.getNetworkIFs()
Instantiates an array of
NetworkIF objects, representing a
network interfaces pool |
| Modifier and Type | Method and Description |
|---|---|
void |
MacNetworks.updateNetworkStats(NetworkIF netIF)
Updates interface network statistics on the given interface.
|
| Modifier and Type | Method and Description |
|---|---|
NetworkIF[] |
WindowsHardwareAbstractionLayer.getNetworkIFs()
Instantiates an array of
NetworkIF objects, representing a
network interfaces pool |
| Modifier and Type | Method and Description |
|---|---|
void |
WindowsNetworks.updateNetworkStats(NetworkIF netIF)
Updates interface network statistics on the given interface.
|
Copyright © 2010–2016 com.github.dblock. All rights reserved.