com.eurotech.framework.net.dns
Class DnsServerConfigIP6

java.lang.Object
  extended by com.eurotech.framework.net.dns.DnsServerConfigIP<IP6Address>
      extended by com.eurotech.framework.net.dns.DnsServerConfigIP6
All Implemented Interfaces:
DnsServerConfig, DnsServerConfig6, NetConfig

public class DnsServerConfigIP6
extends DnsServerConfigIP<IP6Address>
implements DnsServerConfig6

DNS server configurations for IPv6 networks

Author:
eurotech

Constructor Summary
DnsServerConfigIP6(List<IP6Address> forwarders, List<NetworkPair<IP6Address>> allowedNetworks)
           
 
Method Summary
 boolean isValid()
          Checks whether or not this configuration is valid.
 
Methods inherited from class com.eurotech.framework.net.dns.DnsServerConfigIP
getAllowedNetworks, getForwarders, setAllowedNetworks, setForwarders, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.eurotech.framework.net.dns.DnsServerConfig
getAllowedNetworks, getForwarders
 

Constructor Detail

DnsServerConfigIP6

public DnsServerConfigIP6(List<IP6Address> forwarders,
                          List<NetworkPair<IP6Address>> allowedNetworks)
Method Detail

isValid

public boolean isValid()
Description copied from interface: NetConfig
Checks whether or not this configuration is valid.

Specified by:
isValid in interface NetConfig
Returns:
true if the configuration is valid, otherwise false


Copyright © 2013. All Rights Reserved.