|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FirewallOpenPortConfig
Marker interface for firewall open port configurations
Method Summary | |
---|---|
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 |
Methods inherited from interface com.eurotech.framework.net.NetConfig |
---|
isValid |
Method Detail |
---|
int getPort()
NetProtocol getProtocol()
NetworkPair<? extends IPAddress> getPermittedNetwork()
String getPermittedMac()
String getSourcePortRange()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |