|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IP4Address | |
|---|---|
| com.eurotech.framework.net | Contains interfaces and event model to manage and configure network interfaces on a given system. |
| com.eurotech.framework.net.dhcp | Interfaces for all DHCP server instances. |
| com.eurotech.framework.net.dns | Interfaces for all DNS server instances. |
| com.eurotech.framework.net.firewall | Interfaces firewall configuration instances. |
| com.eurotech.framework.net.route | Provides services to manage interfaces and their priorities in the static routing table. |
| 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 |
NetworkAdminService.manageDhcpServer(String interfaceName,
boolean enable,
NetworkPair<IP4Address> allowedNetwork)
Used to control DHCP servers on specified interfaces. |
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 |
FirewallPortForwardConfig.getAddress()
The LAN IP address to forward connections to |
IP4Address |
FirewallPortForwardConfigIP.getAddress()
|
| 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 permittedInterfaceName,
String unpermittedInterfaceName,
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 | |||||||||