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

Packages that use NetworkPair
com.eurotech.framework.linux.net.iptables   
com.eurotech.framework.net.dns   
com.eurotech.framework.net.firewall   
 

Uses of NetworkPair in com.eurotech.framework.linux.net.iptables
 

Methods in com.eurotech.framework.linux.net.iptables that return NetworkPair
 NetworkPair<IP4Address> LocalRule.getPermittedNetwork()
          Getter for permittedNetwork
 

Methods in com.eurotech.framework.linux.net.iptables with parameters of type NetworkPair
 void LocalRule.setPermittedNetwork(NetworkPair<IP4Address> permittedNetwork)
          Setter for the permittedNetwork.
 

Constructors in com.eurotech.framework.linux.net.iptables with parameters of type NetworkPair
LocalRule(int port, String protocol, NetworkPair<IP4Address> permittedNetwork, String permittedMAC, String sourcePortRange)
          Constructor of LocalRule object.
LocalRule(String portRange, String protocol, NetworkPair<IP4Address> permittedNetwork, String permittedMAC, String sourcePortRange)
          Constructor of LocalRule object.
 

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<T> FirewallPortForwardConfigIP.getPermittedNetwork()
           
 NetworkPair<? extends IPAddress> FirewallPortForwardConfig.getPermittedNetwork()
          Gets the (optional) permitted remote network that can make inbound connections
 NetworkPair<T> FirewallOpenPortConfigIP.getPermittedNetwork()
           
 NetworkPair<? extends IPAddress> FirewallOpenPortConfig.getPermittedNetwork()
          Gets the (optional) permitted remote network that can make inbound connections
 

Methods in com.eurotech.framework.net.firewall with parameters of type NetworkPair
 void FirewallPortForwardConfigIP.setPermittedNetwork(NetworkPair<T> permittedNetwork)
           
 void FirewallOpenPortConfigIP.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 permittedMac, String sourcePortRange)
          Creates a complete Open Port configuration
FirewallOpenPortConfigIP4(int port, NetProtocol protocol, NetworkPair<IP4Address> permittedNetwork, 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.