Uses of Class
org.eblocker.server.http.service.AppModuleService
Packages that use AppModuleService
Package
Description
-
Uses of AppModuleService in org.eblocker.server.common.scheduler
Constructors in org.eblocker.server.common.scheduler with parameters of type AppModuleServiceModifierConstructorDescriptionAppModuleServiceScheduler(AppModuleService appModuleService, long startupDelay, long fixedDelay) -
Uses of AppModuleService in org.eblocker.server.http.backup
Constructors in org.eblocker.server.http.backup with parameters of type AppModuleService -
Uses of AppModuleService in org.eblocker.server.http.controller.impl
Constructors in org.eblocker.server.http.controller.impl with parameters of type AppModuleServiceModifierConstructorDescriptionAppWhitelistModuleControllerImpl(AppModuleService appModuleService) -
Uses of AppModuleService in org.eblocker.server.http.service
Constructors in org.eblocker.server.http.service with parameters of type AppModuleServiceModifierConstructorDescriptionAutoTrustAppService(SquidWarningService squidWarningService, AppModuleService appModuleService, DomainBlockingService domainBlockingService, DeviceService deviceService) DoctorService(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) RecordingService(int defaultRecordingSizeLimit, int defaultRecordingTimeLimit, String recordingFilePath, String analysisFileHandshakesPath, String analysisFileDataPath, DataSource dataSource, ScriptRunner scriptRunner, AppModuleService appModuleService, TextLineProvider textLineProvider, java.time.Clock clock) SSLWhitelistService(String sslWhitelistOnlyDomainsFilePath, String whitelistIPsFilePath, String userAddList, String userRemoveList, SquidReloadingService squidReloadingService, AppModuleService appModuleService)