public interface NetworkInformationService
Modifier and Type | Method and Description |
---|---|
String |
getFQDN() |
String[] |
getFQDNs() |
String |
getHostname() |
String |
getIPAddress() |
String[] |
getIPAddresses() |
String[] |
getNameservers() |
String getHostname() throws IOException, InterruptedException
IOException
InterruptedException
String getFQDN() throws IOException, InterruptedException
IOException
InterruptedException
String[] getIPAddresses() throws IOException, InterruptedException
IOException
InterruptedException
String getIPAddress() throws IOException, InterruptedException
IOException
InterruptedException
String[] getFQDNs() throws IOException, InterruptedException
IOException
InterruptedException
String[] getNameservers() throws IOException, InterruptedException
IOException
InterruptedException
Copyright © 2012–2016 Pi4J. All rights reserved.