|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.eurotech.framework.linux.net.ConnectionInfoImpl
public class ConnectionInfoImpl
| Constructor Summary | |
|---|---|
ConnectionInfoImpl(String ifaceName)
Creates a ConnectionInfo instance with the previously persisted connection properties if they existed |
|
| Method Summary | |
|---|---|
List<IP4Address> |
getDnsServers()
Gets the DNS addresses associated with this interface |
IP4Address |
getGateway()
Gets the gateway address associated with this interface |
String |
getIfaceName()
Gets the interface name associated with this connection information |
IP4Address |
getIpAddress()
Reports IP address |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConnectionInfoImpl(String ifaceName)
throws EsfException
ifaceName - The interface name tied to the connection information
EsfException| Method Detail |
|---|
public IP4Address getIpAddress()
ConnectionInfo
getIpAddress in interface ConnectionInfoIP4Addresspublic IP4Address getGateway()
getGateway in interface ConnectionInfopublic List<IP4Address> getDnsServers()
getDnsServers in interface ConnectionInfopublic String getIfaceName()
getIfaceName in interface ConnectionInfo
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||