|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of IP4Address in com.eurotech.framework.linux.net |
---|
Methods in com.eurotech.framework.linux.net that return IP4Address | |
---|---|
IP4Address |
ConnectionInfoImpl.getGateway()
Gets the gateway address associated with this interface |
IP4Address |
ConnectionInfoImpl.getIpAddress()
|
Methods in com.eurotech.framework.linux.net that return types with arguments of type IP4Address | |
---|---|
List<IP4Address> |
ConnectionInfoImpl.getDnsServers()
Gets the DNS addresses associated with this interface |
Uses of IP4Address in com.eurotech.framework.linux.net.iptables |
---|
Methods in com.eurotech.framework.linux.net.iptables that return types with arguments of type IP4Address | |
---|---|
NetworkPair<IP4Address> |
LocalRule.getPermittedNetwork()
Getter for permittedNetwork |
Method parameters in com.eurotech.framework.linux.net.iptables with type arguments of type IP4Address | |
---|---|
void |
LocalRule.setPermittedNetwork(NetworkPair<IP4Address> permittedNetwork)
Setter for the permittedNetwork. |
Constructor parameters in com.eurotech.framework.linux.net.iptables with type arguments of type IP4Address | |
---|---|
LocalRule(int port,
String protocol,
NetworkPair<IP4Address> permittedNetwork,
String permittedMAC,
String sourcePortRange)
Constructor of LocalRule object. |
|
LocalRule(String portRange,
String protocol,
NetworkPair<IP4Address> permittedNetwork,
String permittedMAC,
String sourcePortRange)
Constructor of LocalRule object. |
Uses of IP4Address in com.eurotech.framework.net |
---|
Methods in com.eurotech.framework.net that return IP4Address | |
---|---|
IP4Address |
ConnectionInfo.getGateway()
Gets the gateway address associated with this interface |
IP4Address |
ConnectionInfo.getIpAddress()
Reports IP address |
Methods in com.eurotech.framework.net that return types with arguments of type IP4Address | |
---|---|
List<IP4Address> |
ConnectionInfo.getDnsServers()
Gets the DNS addresses associated with this interface |
List<IP4Address> |
NetConfigIP4.getWinsServers()
Returns the list of Windows Servers to be associated with the interface |
Method parameters in com.eurotech.framework.net with type arguments of type IP4Address | |
---|---|
void |
NetConfigIP4.setWinsServers(List<IP4Address> winsServers)
Sets the list of Windows Servers to be associated with the interface |
Constructors in com.eurotech.framework.net with parameters of type IP4Address | |
---|---|
NetConfigIP4(NetInterfaceStatus status,
boolean autoConnect,
IP4Address address,
IP4Address subnetMask,
IP4Address gateway)
|
|
NetConfigIP4(NetInterfaceStatus status,
boolean autoConnect,
IP4Address address,
short networkPrefixLength,
IP4Address gateway)
|
Uses of IP4Address in com.eurotech.framework.net.dhcp |
---|
Constructors in com.eurotech.framework.net.dhcp with parameters of type IP4Address | |
---|---|
DhcpServerConfigIP4(String interfaceName,
boolean enabled,
IP4Address subnet,
IP4Address routerAddress,
IP4Address subnetMask,
int defaultLeaseTime,
int maximumLeaseTime,
short prefix,
IP4Address rangeStart,
IP4Address rangeEnd,
boolean passDns,
List<IP4Address> dnsServers)
The basic Constructor for a DhcpServerConfigIP4 |
Constructor parameters in com.eurotech.framework.net.dhcp with type arguments of type IP4Address | |
---|---|
DhcpServerConfigIP4(String interfaceName,
boolean enabled,
IP4Address subnet,
IP4Address routerAddress,
IP4Address subnetMask,
int defaultLeaseTime,
int maximumLeaseTime,
short prefix,
IP4Address rangeStart,
IP4Address rangeEnd,
boolean passDns,
List<IP4Address> dnsServers)
The basic Constructor for a DhcpServerConfigIP4 |
Uses of IP4Address in com.eurotech.framework.net.dns |
---|
Constructor parameters in com.eurotech.framework.net.dns with type arguments of type IP4Address | |
---|---|
DnsServerConfigIP4(List<IP4Address> forwarders,
List<NetworkPair<IP4Address>> allowedNetworks)
|
|
DnsServerConfigIP4(List<IP4Address> forwarders,
List<NetworkPair<IP4Address>> allowedNetworks)
|
Uses of IP4Address in com.eurotech.framework.net.firewall |
---|
Methods in com.eurotech.framework.net.firewall that return IP4Address | |
---|---|
IP4Address |
FirewallPortForwardConfigIP.getAddress()
|
IP4Address |
FirewallPortForwardConfig.getAddress()
The LAN IP address to forward connections to |
Methods in com.eurotech.framework.net.firewall with parameters of type IP4Address | |
---|---|
void |
FirewallPortForwardConfigIP.setAddress(IP4Address address)
|
Constructors in com.eurotech.framework.net.firewall with parameters of type IP4Address | |
---|---|
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)
|
Constructor parameters in com.eurotech.framework.net.firewall with type arguments of type IP4Address | |
---|---|
FirewallOpenPortConfigIP4(int port,
NetProtocol protocol,
NetworkPair<IP4Address> permittedNetwork,
String permittedMac,
String sourcePortRange)
|
|
FirewallPortForwardConfigIP4(String interfaceName,
IP4Address address,
NetProtocol protocol,
int inPort,
int outPort,
NetworkPair<IP4Address> permittedNetwork,
String permittedMac,
String sourcePortRange)
|
Uses of IP4Address in com.eurotech.framework.net.route |
---|
Constructors in com.eurotech.framework.net.route with parameters of type IP4Address | |
---|---|
RouteConfigIP4(IP4Address destination,
IP4Address gateway,
IP4Address netmask,
String interfaceName,
int metric)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |