| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NetProtocol | |
|---|---|
| com.eurotech.framework.net | |
| com.eurotech.framework.net.firewall | |
| Uses of NetProtocol in com.eurotech.framework.net | 
|---|
| Methods in com.eurotech.framework.net that return NetProtocol | |
|---|---|
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.  | 
| Uses of NetProtocol in com.eurotech.framework.net.firewall | 
|---|
| Methods in com.eurotech.framework.net.firewall that return NetProtocol | |
|---|---|
 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  | 
| Methods in com.eurotech.framework.net.firewall with parameters of type NetProtocol | |
|---|---|
 void | 
FirewallPortForwardConfigIP.setProtocol(NetProtocol protocol)
 | 
 void | 
FirewallOpenPortConfigIP.setProtocol(NetProtocol protocol)
 | 
| Constructors in com.eurotech.framework.net.firewall with parameters of type NetProtocol | |
|---|---|
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)
 | 
|
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||