Uses of Class
com.eurotech.framework.net.NetworkPair

Packages that use NetworkPair
com.eurotech.framework.net Contains interfaces and event model to manage and configure network interfaces on a given system. 
com.eurotech.framework.net.dns Interfaces for all DNS server instances. 
com.eurotech.framework.net.firewall Interfaces firewall configuration instances. 
 

Uses of NetworkPair in com.eurotech.framework.net
 

Methods in com.eurotech.framework.net with parameters of type NetworkPair
 void NetworkAdminService.manageDhcpServer(String interfaceName, boolean enable, NetworkPair<IP4Address> allowedNetwork)
          Used to control DHCP servers on specified interfaces.
 

Uses of NetworkPair in com.eurotech.framework.net.dns
 

Methods in com.eurotech.framework.net.dns that return types with arguments of type NetworkPair
 List<NetworkPair<T>> DnsServerConfigIP.getAllowedNetworks()
          Gets a List of networks that are allowed to make DNS queries
 List<? extends NetworkPair<? extends IPAddress>> DnsServerConfig.getAllowedNetworks()
          returns the allowed networks for resolving DNS queries
 

Method parameters in com.eurotech.framework.net.dns with type arguments of type NetworkPair
 void DnsServerConfigIP.setAllowedNetworks(List<NetworkPair<T>> allowedNetworks)
          Sets a List of networks that are allowed to make DNS queries
 

Constructor parameters in com.eurotech.framework.net.dns with type arguments of type NetworkPair
DnsServerConfigIP(List<T> forwarders, List<NetworkPair<T>> allowedNetworks)
          Creates a DNS configuration with a default set of forwarders and a set of allowed networks
DnsServerConfigIP4(List<IP4Address> forwarders, List<NetworkPair<IP4Address>> allowedNetworks)
           
DnsServerConfigIP6(List<IP6Address> forwarders, List<NetworkPair<IP6Address>> allowedNetworks)
           
 

Uses of NetworkPair in com.eurotech.framework.net.firewall
 

Methods in com.eurotech.framework.net.firewall that return NetworkPair
 NetworkPair<? extends IPAddress> FirewallOpenPortConfig.getPermittedNetwork()
          Gets the (optional) permitted remote network that can make inbound connections
 NetworkPair<T> FirewallOpenPortConfigIP.getPermittedNetwork()
           
 NetworkPair<? extends IPAddress> FirewallPortForwardConfig.getPermittedNetwork()
          Gets the (optional) permitted remote network that can make inbound connections
 NetworkPair<T> FirewallPortForwardConfigIP.getPermittedNetwork()
           
 

Methods in com.eurotech.framework.net.firewall with parameters of type NetworkPair
 void FirewallOpenPortConfigIP.setPermittedNetwork(NetworkPair<T> permittedNetwork)
           
 void FirewallPortForwardConfigIP.setPermittedNetwork(NetworkPair<T> permittedNetwork)
           
 

Constructors in com.eurotech.framework.net.firewall with parameters of type NetworkPair
FirewallOpenPortConfigIP(int port, NetProtocol protocol, NetworkPair<T> permittedNetwork, String permittedInterfaceName, String unpermittedInterfaceName, String permittedMac, String sourcePortRange)
          Creates a complete Open Port configuration
FirewallOpenPortConfigIP4(int port, NetProtocol protocol, NetworkPair<IP4Address> permittedNetwork, String permittedInterfaceName, String unpermittedInterfaceName, String permittedMac, String sourcePortRange)
           
FirewallPortForwardConfigIP(String interfaceName, IP4Address address, NetProtocol protocol, int inPort, int outPort, NetworkPair<T> permittedNetwork, String permittedMac, String sourcePortRange)
          Creates a complete port forward configuration
FirewallPortForwardConfigIP4(String interfaceName, IP4Address address, NetProtocol protocol, int inPort, int outPort, NetworkPair<IP4Address> permittedNetwork, String permittedMac, String sourcePortRange)
           
 



Copyright © 2013. All Rights Reserved.