public interface FirewallOpenPortConfig extends NetConfig
Modifier and Type | Method and Description |
---|---|
String |
getPermittedMac()
Gets the (optional) permitted MAC address that is allowed to make inbound connections
|
NetworkPair<? extends IPAddress> |
getPermittedNetwork()
Gets the (optional) permitted remote network that can make inbound connections
|
int |
getPort()
Gets the port that is open for inbound connections
|
NetProtocol |
getProtocol()
Gets the type of network protocol (TCP or UDP) that is open for inbound connections
|
String |
getSourcePortRange()
Gets the (optional) permitted source port range that is allowed to make inbound connections
|
int getPort()
NetProtocol getProtocol()
NetworkPair<? extends IPAddress> getPermittedNetwork()
String getPermittedMac()
String getSourcePortRange()
Copyright © 2013. All Rights Reserved.