Uses of Class
org.eblocker.server.common.squid.SquidConfigController
Packages that use SquidConfigController
-
Uses of SquidConfigController in org.eblocker.server.common.blacklist
Constructors in org.eblocker.server.common.blacklist with parameters of type SquidConfigControllerModifierConstructorDescriptionDomainBlockingService(String accessDeniedIp, boolean redirectDespiteDisabledSSL, DeviceService deviceService, DomainBlacklistService domainBlacklistService, EblockerDnsServer eblockerDnsServer, ParentalControlService parentalControlService, ParentalControlFilterListsService filterListsService, ProductInfoService productInfoService, SquidConfigController squidConfigController, SslService sslService, UserService userService) -
Uses of SquidConfigController in org.eblocker.server.common.squid
Constructors in org.eblocker.server.common.squid with parameters of type SquidConfigControllerModifierConstructorDescriptionSquidWarningService(long backlogMaxAgeInDays, String ignoredErrors, long updateTaskInitialDelay, long updateTaskFixedRate, long updateTaskMaxRetries, java.time.Clock clock, DataSource dataSource, DeviceService deviceService, ScheduledExecutorService executorService, SquidCacheLogReader cacheLogReader, SquidConfigController squidConfigController)