Uses of Class
org.eblocker.server.common.update.AutomaticUpdater
Packages that use AutomaticUpdater
Package
Description
-
Uses of AutomaticUpdater in org.eblocker.server.app
Constructors in org.eblocker.server.app with parameters of type AutomaticUpdaterModifierConstructorDescriptionBackgroundServices(ScheduledExecutorService highPrioExecutorService, ScheduledExecutorService lowPrioExecutorService, Executor unlimitedCachePoolExecutor, DhcpListener dhcpListener, DhcpBindListener dhcpBindListener, TorController torController, Ip6AddressMonitor ip6AddressMonitor, SessionPurgerScheduler sessionPurgerScheduler, StartupTaskScheduler startupTaskScheduler, ArpListener arpListener, NeighborDiscoveryListener neighborDiscoveryListener, ProblematicRouterDetectionScheduler problematicRouterDetectionScheduler, FilterManagerScheduler filterManagerScheduler, AutomaticUpdater autoUpdater, AppModuleServiceScheduler appModuleServiceScheduler, PCAccessRestrictionsServiceScheduler pcAccessRestrictionsServiceScheduler, OpenVpnServiceScheduler openVpnServiceScheduler, OpenVpnAddressListener openVpnAddressListener, DeviceServiceScheduler deviceServiceScheduler, TrafficAccounterScheduler trafficAccounterScheduler, NetworkInterfaceWatchdog networkInterfaceWatchdog, MessageCenterServiceScheduler messageCenterServiceScheduler, MalwareUpdateScheduler malwareUpdateScheduler, DnsStatisticsScheduler dnsStatisticsScheduler, DnsGatewayNamesScheduler dnsGatewayNamesScheduler, ZeroconfRegistrationService zeroconfRegistrationService, ControlBarAliasUpdater controlBarAliasUpdater, IpAdressValidatorScheduler ipAdressValidatorScheduler, Ip6MulticastPingScheduler ip6MulticastPingScheduler, Ip6RouterAdvertiserScheduler ip6RouterAdvertiserScheduler, DeviceScanningService deviceScanningService, LicenseExpirationCheckScheduler licenseExpirationCheckScheduler, DynDnsUpdateScheduler dynDnsUpdateScheduler, FilterStatisticsDeleteScheduler filterStatisticsDeleteScheduler, FilterStatisticsUpdateScheduler filterStatisticsUpdateScheduler, BlockedDomainsWriteScheduler blockedDomainsWriteScheduler, UpnpWatchdogScheduler upnpWatchdogScheduler, BlockerUpdateScheduler blockerUpdateScheduler, RecordedDomainsWriteScheduler recordedDomainsWriteScheduler, ContentFilterUpdateScheduler contentFilterUpdateScheduler, long torDelay) -
Uses of AutomaticUpdater in org.eblocker.server.http.controller.impl
Constructors in org.eblocker.server.http.controller.impl with parameters of type AutomaticUpdaterModifierConstructorDescriptionUpdateControllerImpl(SystemUpdater systemUpdater, AutomaticUpdater autoUpdater, RegistrationService registrationService, SystemStatusService systemStatusService, ProductInfoService productInfoService, int secondsBetweenUpdateRequests) -
Uses of AutomaticUpdater in org.eblocker.server.http.security
Constructors in org.eblocker.server.http.security with parameters of type AutomaticUpdaterModifierConstructorDescriptionSecurityService(JsonWebTokenHandler tokenHandler, long tokenUserValiditySeconds, long tokenDashboardValiditySeconds, long passwordResetValiditySeconds, long passwordResetGracePeriodSeconds, DataSource dataSource, SystemUpdater systemUpdater, AutomaticUpdater automaticUpdater, ScriptRunner scriptRunner, String prepareShutdownScript, EventLogger eventLogger, DeviceService deviceService, UserService userService, ProductInfoService productInfoService, long passwordFailedMaxPenaltySeconds, long passwordFailedPenaltyIncrementSeconds, java.time.Clock clock) -
Uses of AutomaticUpdater in org.eblocker.server.http.service
Constructors in org.eblocker.server.http.service with parameters of type AutomaticUpdaterModifierConstructorDescriptionDoctorService(NetworkServices networkServices, SslService sslService, AutomaticUpdater automaticUpdater, SystemUpdater systemUpdater, DnsStatisticsService dnsStatisticsService, DnsService dnsService, DeviceFactory deviceFactory, DeviceService deviceService, ParentalControlService parentalControlService, ProblematicRouterDetection problematicRouterDetection, ProductInfoService productInfoService, AppModuleService appModuleService, FilterManager filterManager, SecurityService securityService, DomainBlockingService domainBlockingService)