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
IOExceptionInterruptedExceptionString getFQDN() throws IOException, InterruptedException
IOExceptionInterruptedExceptionString[] getIPAddresses() throws IOException, InterruptedException
IOExceptionInterruptedExceptionString getIPAddress() throws IOException, InterruptedException
IOExceptionInterruptedExceptionString[] getFQDNs() throws IOException, InterruptedException
IOExceptionInterruptedExceptionString[] getNameservers() throws IOException, InterruptedException
IOExceptionInterruptedExceptionCopyright © 2012-2013 Pi4J. All Rights Reserved.