Interface OperatingSystemDetails.NetworkDetails

Enclosing interface:
OperatingSystemDetails

public static interface OperatingSystemDetails.NetworkDetails
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the hardware address (usually MAC) of the interface if it has one and if it can be accessed given the current privileges
    Get the display name of network interface
    Get the name of network interface
  • Method Details

    • getName

      String getName()
      Get the name of network interface
    • getDescription

      String getDescription()
      Get the display name of network interface
    • getAddress

      String getAddress()
      Returns the hardware address (usually MAC) of the interface if it has one and if it can be accessed given the current privileges