public class InetSettings
extends java.lang.Object
implements java.io.Serializable
A collection of InetInterface
objects, one for each network interface
on the system.
Avoid adding and removing items in the collection. The number of objects in the collection must be the same as the number of physical + logical network interfaces.
Constructor and Description |
---|
InetSettings() |
InetSettings(java.util.ArrayList inetList) |
InetSettings(InetSettings inetSettings) |
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getAllIPAddresses() |
java.lang.String[] |
getAllNames() |
java.util.ArrayList |
getInetList() |
void |
setInetList(java.util.ArrayList inetList) |
java.lang.String |
toString() |
void |
updateInterface(InetInterface inetInterface) |
public InetSettings()
public InetSettings(InetSettings inetSettings)
public InetSettings(java.util.ArrayList inetList)
public java.lang.String[] getAllIPAddresses()
public java.lang.String[] getAllNames()
public void updateInterface(InetInterface inetInterface)
public java.util.ArrayList getInetList()
public void setInetList(java.util.ArrayList inetList)
public java.lang.String toString()
toString
in class java.lang.Object
Copyright ©, 2005-2019 Prolancer Pty Ltd, Sydney Australia.