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.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.modem |
Provides interfaces for instances and configurations of modems.
|
com.eurotech.framework.net.route |
Provides services to manage interfaces and their priorities in the static routing table.
|
com.eurotech.framework.net.wifi |
Provides interfaces for instances and configurations of wifi devices.
|
Modifier and Type | Interface and Description |
---|---|
interface |
NetConfig4
Marker interface for IPv4-based configurations of network interfaces
|
interface |
NetConfig6
Marker interface for IPv6-based configurations of network interfaces
|
Modifier and Type | Class and Description |
---|---|
class |
NetConfigIP<T extends IPAddress>
Base class for configuration of network interfaces.
|
class |
NetConfigIP4
Configuration for a network interface based on IPv4 addresses.
|
class |
NetConfigIP6
Configuration for a network interface based on IPv6 addresses.
|
Modifier and Type | Method and Description |
---|---|
List<NetConfig> |
NetInterfaceAddressConfig.getConfigs()
Returns a List of NetConfig Objects associated with a given NetInterfaceAddressConfig
for a given NetInterface
|
List<NetConfig> |
NetworkAdminService.getFirewallConfiguration()
Gets the firewall configuration of the system as currently specified
|
List<NetConfig> |
NetworkAdminService.getNetworkInterfaceConfigs(String interfaceName)
Returns the configuration information for the specified NetworkInterface name.
|
Modifier and Type | Method and Description |
---|---|
void |
NetworkAdminService.updateEthernetInterfaceConfig(String interfaceName,
boolean autoConnect,
int mtu,
List<NetConfig> netConfigs)
Updates the configuration of the specified EthernetInterface.
|
void |
NetworkAdminService.updateModemInterfaceConfig(String interfaceName,
String serialNum,
String modemId,
int pppNumber,
boolean autoConnect,
int mtu,
List<NetConfig> netConfigs)
Updates the configuration of the specified ModemInterface.
|
void |
NetworkAdminService.updateWifiInterfaceConfig(String interfaceName,
boolean autoConnect,
WifiAccessPoint accessPoint,
List<NetConfig> netConfigs)
Updates the configuration of the specified WifiInterface.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DhcpServerConfig
Marker interface for all DHCP server configuration classes
|
interface |
DhcpServerConfig4
Marker interface for IPv4-based configurations of DHCP Servers
|
interface |
DhcpServerConfig6
Marker interface for IPv6-based configurations of DHCP Servers
|
Modifier and Type | Class and Description |
---|---|
class |
DhcpServerConfigIP<T extends IPAddress>
The abstract representation of a DhcpServerConfig object.
|
class |
DhcpServerConfigIP4
The configuration representing a DHCP server configuration for an IPv4 network.
|
class |
DhcpServerConfigIP6
The configuration representing a DHCP server configuration for an IPv6 network.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DnsServerConfig
The placeholder for all DNS proxy servers
|
interface |
DnsServerConfig4
Placeholder for IPv4 DNS server configurations
|
interface |
DnsServerConfig6
Placeholder for IPv6 DNS server configurations
|
Modifier and Type | Class and Description |
---|---|
class |
DnsServerConfigIP<T extends IPAddress>
Base class for DNS proxy configurations
|
class |
DnsServerConfigIP4
DNS server configurations for IPv4 networks
|
class |
DnsServerConfigIP6
DNS server configurations for IPv6 networks
|
Modifier and Type | Interface and Description |
---|---|
interface |
FirewallOpenPortConfig
Marker interface for firewall open port configurations
|
interface |
FirewallOpenPortConfig4
Marker interface for IPv4 firewall open port configurations
|
interface |
FirewallPortForwardConfig
Marker interface for firewall port forward configurations
|
interface |
FirewallPortForwardConfig4
Marker interface for IPv4 firewall port forward configurations
|
Modifier and Type | Class and Description |
---|---|
class |
FirewallNatConfig
Represents a NAT configuration
|
class |
FirewallOpenPortConfigIP<T extends IPAddress>
The base class for firewall open port configurations
|
class |
FirewallOpenPortConfigIP4
The implementation of IPv4 firewall open port configurations
|
class |
FirewallPortForwardConfigIP<T extends IPAddress>
The base class for firewall port forward configurations
|
class |
FirewallPortForwardConfigIP4 |
Modifier and Type | Class and Description |
---|---|
class |
ModemConfig
Modem configuration representation
|
Modifier and Type | Method and Description |
---|---|
List<NetConfig> |
ModemInterfaceAddressConfig.getConfigs()
Returns a List of NetConfig Objects associated with a given ModemInterfaceAddressConfig
for a given ModemInterface
|
Modifier and Type | Interface and Description |
---|---|
interface |
RouteConfig
Route configuration interface
|
interface |
RouteConfig4
Marker interface for IPv4 route configs
|
interface |
RouteConfig6
Marker interface for IPv6 route configs
|
Modifier and Type | Class and Description |
---|---|
class |
RouteConfigIP<T extends IPAddress>
Base class for Route configurations
|
class |
RouteConfigIP4
Implementation of IPv4 route configurations
|
class |
RouteConfigIP6
Implementation of IPv6 route configurations
|
Modifier and Type | Class and Description |
---|---|
class |
WifiConfig
Configuration for a wifi interface based on IPv4 addresses.
|
Modifier and Type | Method and Description |
---|---|
List<NetConfig> |
WifiInterfaceAddressConfig.getConfigs()
Returns a List of NetConfig Objects associated with a given WifiInterfaceAddressConfig
for a given WifiInterface
|
Copyright © 2013. All Rights Reserved.