Package com.pi4j.system
Class NetworkInfo
- java.lang.Object
-
- com.pi4j.system.NetworkInfo
-
public class NetworkInfo extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
getFQDN()
static String[]
getFQDNs()
static String
getHostname()
static String
getIPAddress()
static String[]
getIPAddresses()
static String[]
getNameservers()
-
-
-
Method Detail
-
getHostname
public static String getHostname() throws IOException, InterruptedException
- Throws:
IOException
InterruptedException
-
getFQDN
public static String getFQDN() throws IOException, InterruptedException
- Throws:
IOException
InterruptedException
-
getIPAddresses
public static String[] getIPAddresses() throws IOException, InterruptedException
- Throws:
IOException
InterruptedException
-
getIPAddress
public static String getIPAddress() throws IOException, InterruptedException
- Throws:
IOException
InterruptedException
-
getFQDNs
public static String[] getFQDNs() throws IOException, InterruptedException
- Throws:
IOException
InterruptedException
-
getNameservers
public static String[] getNameservers() throws IOException, InterruptedException
- Throws:
IOException
InterruptedException
-
-