Package | Description |
---|---|
org.eclipse.kura.net.dns |
Interfaces for all DNS server instances.
|
org.eclipse.kura.net.firewall |
Interfaces firewall configuration instances.
|
Modifier and Type | Method and Description |
---|---|
Set<NetworkPair<T>> |
DnsServerConfigIP.getAllowedNetworks()
Gets a List of networks that are allowed to make DNS queries
|
Set<? extends NetworkPair<? extends IPAddress>> |
DnsServerConfig.getAllowedNetworks()
returns the allowed networks for resolving DNS queries
|
Modifier and Type | Method and Description |
---|---|
void |
DnsServerConfigIP.setAllowedNetworks(Set<NetworkPair<T>> allowedNetworks)
Sets a List of networks that are allowed to make DNS queries
|
Constructor and Description |
---|
DnsServerConfigIP(Set<T> forwarders,
Set<NetworkPair<T>> allowedNetworks)
Creates a DNS configuration with a default set of forwarders and a set of allowed networks
|
DnsServerConfigIP4(Set<IP4Address> forwarders,
Set<NetworkPair<IP4Address>> allowedNetworks) |
DnsServerConfigIP6(Set<IP6Address> forwarders,
Set<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 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 inboundIface,
String outboundIface,
IP4Address address,
NetProtocol protocol,
int inPort,
int outPort,
boolean masquerade,
NetworkPair<T> permittedNetwork,
String permittedMac,
String sourcePortRange)
Creates a complete port forward configuration
|
FirewallPortForwardConfigIP4(String inboundIface,
String outboundIface,
IP4Address address,
NetProtocol protocol,
int inPort,
int outPort,
boolean masquerade,
NetworkPair<IP4Address> permittedNetwork,
String permittedMac,
String sourcePortRange) |
Copyright © 2015. All Rights Reserved.