Package | Description |
---|---|
com.eurotech.framework.net |
Contains interfaces and event model to manage and configure network interfaces on a given system.
|
com.eurotech.framework.net.firewall |
Interfaces firewall configuration instances.
|
Modifier and Type | Method and Description |
---|---|
static NetProtocol |
NetProtocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NetProtocol[] |
NetProtocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
NetProtocol |
FirewallPortForwardConfigIP.getProtocol() |
NetProtocol |
FirewallPortForwardConfig.getProtocol()
Gets the type of network protocol (TCP or UDP) that is used for this configuration
|
NetProtocol |
FirewallOpenPortConfigIP.getProtocol() |
NetProtocol |
FirewallOpenPortConfig.getProtocol()
Gets the type of network protocol (TCP or UDP) that is open for inbound connections
|
Modifier and Type | Method and Description |
---|---|
void |
FirewallPortForwardConfigIP.setProtocol(NetProtocol protocol) |
void |
FirewallOpenPortConfigIP.setProtocol(NetProtocol protocol) |
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.