|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IP6Address | |
|---|---|
| com.eurotech.framework.net | Contains interfaces and event model to manage and configure network interfaces on a given system. |
| com.eurotech.framework.net.dhcp | Interfaces for all DHCP server instances. |
| com.eurotech.framework.net.dns | Interfaces for all DNS server instances. |
| com.eurotech.framework.net.route | Provides services to manage interfaces and their priorities in the static routing table. |
| Uses of IP6Address in com.eurotech.framework.net |
|---|
| Constructors in com.eurotech.framework.net with parameters of type IP6Address | |
|---|---|
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. |
|
| Uses of IP6Address in com.eurotech.framework.net.dhcp |
|---|
| Constructors in com.eurotech.framework.net.dhcp with parameters of type IP6Address | |
|---|---|
DhcpServerConfigIP6(String interfaceName,
boolean enabled,
IP6Address subnet,
IP6Address routerAddress,
IP6Address subnetMask,
int defaultLeaseTime,
int maximumLeaseTime,
short prefix,
IP6Address rangeStart,
IP6Address rangeEnd,
boolean passDns,
List<IP6Address> dnsServers)
The basic Constructor for a DhcpServerConfigIP6 |
|
| Constructor parameters in com.eurotech.framework.net.dhcp with type arguments of type IP6Address | |
|---|---|
DhcpServerConfigIP6(String interfaceName,
boolean enabled,
IP6Address subnet,
IP6Address routerAddress,
IP6Address subnetMask,
int defaultLeaseTime,
int maximumLeaseTime,
short prefix,
IP6Address rangeStart,
IP6Address rangeEnd,
boolean passDns,
List<IP6Address> dnsServers)
The basic Constructor for a DhcpServerConfigIP6 |
|
| Uses of IP6Address in com.eurotech.framework.net.dns |
|---|
| Constructor parameters in com.eurotech.framework.net.dns with type arguments of type IP6Address | |
|---|---|
DnsServerConfigIP6(List<IP6Address> forwarders,
List<NetworkPair<IP6Address>> allowedNetworks)
|
|
DnsServerConfigIP6(List<IP6Address> forwarders,
List<NetworkPair<IP6Address>> allowedNetworks)
|
|
| Uses of IP6Address in com.eurotech.framework.net.route |
|---|
| Constructors in com.eurotech.framework.net.route with parameters of type IP6Address | |
|---|---|
RouteConfigIP6(IP6Address destination,
IP6Address gateway,
IP6Address netmask,
String interfaceName,
int metric)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||