|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.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 ConnectionInfo
IP4Address
public IP4Address getGateway()
getGateway
in interface ConnectionInfo
public List<IP4Address> getDnsServers()
getDnsServers
in interface ConnectionInfo
public String getIfaceName()
getIfaceName
in interface ConnectionInfo
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |