Package | Description |
---|---|
com.eurotech.framework.net.dns |
Interfaces for all DNS server instances.
|
com.eurotech.framework.net.firewall |
Interfaces firewall configuration instances.
|
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
void |
DnsServerConfigIP.setAllowedNetworks(List<NetworkPair<T>> allowedNetworks)
Sets a List of networks that are allowed to make DNS queries
|
Constructor and Description |
---|
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) |
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
void |
FirewallPortForwardConfigIP.setPermittedNetwork(NetworkPair<T> permittedNetwork) |
void |
FirewallOpenPortConfigIP.setPermittedNetwork(NetworkPair<T> permittedNetwork) |
Constructor and Description |
---|
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.