Package | Description |
---|---|
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.
|
Constructor and Description |
---|
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.
|
Constructor and Description |
---|
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 and Description |
---|
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 and Description |
---|
DnsServerConfigIP6(List<IP6Address> forwarders,
List<NetworkPair<IP6Address>> allowedNetworks) |
DnsServerConfigIP6(List<IP6Address> forwarders,
List<NetworkPair<IP6Address>> allowedNetworks) |
Constructor and Description |
---|
RouteConfigIP6(IP6Address destination,
IP6Address gateway,
IP6Address netmask,
String interfaceName,
int metric) |
Copyright © 2013. All Rights Reserved.