Uses of Class
com.eurotech.framework.net.NetProtocol

Packages that use NetProtocol
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. 
 

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 FirewallOpenPortConfig.getProtocol()
          Gets the type of network protocol (TCP or UDP) that is open for inbound connections
 NetProtocol FirewallOpenPortConfigIP.getProtocol()
           
 NetProtocol FirewallPortForwardConfig.getProtocol()
          Gets the type of network protocol (TCP or UDP) that is used for this configuration
 NetProtocol FirewallPortForwardConfigIP.getProtocol()
           
 

Methods in com.eurotech.framework.net.firewall with parameters of type NetProtocol
 void FirewallOpenPortConfigIP.setProtocol(NetProtocol protocol)
           
 void FirewallPortForwardConfigIP.setProtocol(NetProtocol protocol)
           
 

Constructors in com.eurotech.framework.net.firewall with parameters of type NetProtocol
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 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.