Uses of Class
org.eblocker.server.common.network.unix.IpSets
Packages that use IpSets
-
Uses of IpSets in org.eblocker.server.common.malware
Constructors in org.eblocker.server.common.malware with parameters of type IpSetsModifierConstructorDescriptionMalwareFilterService(String malwareUrlsFilePath, String malwareIpsFilePath, String malwareIp6sFilePath, IpSetConfig ipSetConfig, IpSetConfig ip6SetConfig, DataSource dataSource, IpSets ipSets, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
Uses of IpSets in org.eblocker.server.common.network
Constructors in org.eblocker.server.common.network with parameters of type IpSetsModifierConstructorDescriptionNetworkStateMachine(NetworkServices services, DataSource dataSource, DnsEnableByDefaultChecker dnsEnableByDefaultChecker, EventLogger eventLogger, IpSets ipSets, SslService sslService, EblockerDnsServer dnsServer, Ip6PrefixMonitor ip6PrefixMonitor)