Class FirewallConfigurationIp6
java.lang.Object
org.eblocker.server.common.network.unix.FirewallConfigurationBase
org.eblocker.server.common.network.unix.FirewallConfigurationIp6
-
Field Summary
Fields inherited from class org.eblocker.server.common.network.unix.FirewallConfigurationBase
activeTables, levenshtein -
Constructor Summary
ConstructorsConstructorDescriptionFirewallConfigurationIp6(String configFullPath, String configDeltaPath, TableGeneratorIp6 tableGenerator, NetworkInterfaceWrapper networkInterface, ParentalControlAccessRestrictionsService restrictionsService, Environment environment, Ip6PrefixMonitor ip6PrefixMonitor) -
Method Summary
Modifier and TypeMethodDescriptionprotected IpAddressFiltergetIpAddressFilter(Set<Device> devices) protected TableGeneratorBaseMethods inherited from class org.eblocker.server.common.network.unix.FirewallConfigurationBase
createTablesDiff, enable
-
Constructor Details
-
FirewallConfigurationIp6
@Inject public FirewallConfigurationIp6(String configFullPath, String configDeltaPath, TableGeneratorIp6 tableGenerator, NetworkInterfaceWrapper networkInterface, ParentalControlAccessRestrictionsService restrictionsService, Environment environment, Ip6PrefixMonitor ip6PrefixMonitor)
-
-
Method Details
-
getIpAddressFilter
- Specified by:
getIpAddressFilterin classFirewallConfigurationBase
-
getTableGenerator
- Specified by:
getTableGeneratorin classFirewallConfigurationBase
-