Uses of Class
org.eblocker.server.common.network.unix.IpSetConfig
Packages that use IpSetConfig
Package
Description
-
Uses of IpSetConfig in org.eblocker.server.common
Methods in org.eblocker.server.common that return IpSetConfigModifier and TypeMethodDescriptionEblockerModule.provideMalwareFilterIp6Set(String name, String type, String family, int maxSize) EblockerModule.provideMalwareFilterIpSet(String name, String type, String family, int maxSize) -
Uses of IpSetConfig in org.eblocker.server.common.malware
Constructors in org.eblocker.server.common.malware with parameters of type IpSetConfigModifierConstructorDescriptionMalwareFilterService(String malwareUrlsFilePath, String malwareIpsFilePath, String malwareIp6sFilePath, IpSetConfig ipSetConfig, IpSetConfig ip6SetConfig, DataSource dataSource, IpSets ipSets, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
Uses of IpSetConfig in org.eblocker.server.common.network.unix
Methods in org.eblocker.server.common.network.unix with parameters of type IpSetConfigModifier and TypeMethodDescriptionvoidIpSets.createIpSet(IpSetConfig ipSetConfig) voidIpSets.updateIpSet(IpSetConfig ipSetConfig, Set<String> entries)