|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.eurotech.framework.net.NetConfigIP<IP6Address>
com.eurotech.framework.net.NetConfigIP6
public class NetConfigIP6
Configuration for a network interface based on IPv6 addresses.
| Constructor Summary | |
|---|---|
NetConfigIP6(NetInterfaceStatus status,
boolean autoConnect)
Empty Constructor |
|
NetConfigIP6(NetInterfaceStatus status,
boolean autoConnect,
boolean dhcp)
Constructor for a DHCP Client Configuration for a network interface based on IPv6 addresses. |
|
NetConfigIP6(NetInterfaceStatus status,
boolean autoConnect,
IP6Address address,
IP6Address subnetMask,
IP6Address gateway)
Constructor for a Static Configuration for a network interface based on IPv6 addresses. |
|
NetConfigIP6(NetInterfaceStatus status,
boolean autoConnect,
IP6Address address,
short networkPrefixLength,
IP6Address gateway)
Constructor for a Static Configuration for a network interface based on IPv6 addresses. |
|
| Method Summary | |
|---|---|
boolean |
isValid()
Checks whether or not this configuration is valid. |
| Methods inherited from class com.eurotech.framework.net.NetConfigIP |
|---|
equals, getAddress, getDnsServers, getDomains, getGateway, getNetworkPrefixLength, getProperties, getStatus, getSubnetMask, hashCode, isAutoConnect, isDhcp, setAddress, setAutoConnect, setDhcp, setDnsServers, setDomains, setGateway, setNetworkPrefixLength, setProperties, setStatus, setSubnetMask, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public NetConfigIP6(NetInterfaceStatus status,
boolean autoConnect)
public NetConfigIP6(NetInterfaceStatus status,
boolean autoConnect,
boolean dhcp)
dhcp - whether or not DHCP client mode should be used
public NetConfigIP6(NetInterfaceStatus status,
boolean autoConnect,
IP6Address address,
short networkPrefixLength,
IP6Address gateway)
throws EsfException
address - - address to be assigned to the interfacenetworkPrefixLength - - network prefix length to be assigned to the interfacegateway - - default gateway to be assigned to the interface
EsfException
public NetConfigIP6(NetInterfaceStatus status,
boolean autoConnect,
IP6Address address,
IP6Address subnetMask,
IP6Address gateway)
throws EsfException
address - - address to be assigned to the interfacesubnetMask - - subnet mask to be assigned to the interfacegateway - - default gateway to be assigned to the interface
EsfException| Method Detail |
|---|
public boolean isValid()
NetConfig
isValid in interface NetConfigisValid in class NetConfigIP<IP6Address>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||