Uses of Class
org.eblocker.server.common.service.FeatureServiceSubscriber
Packages that use FeatureServiceSubscriber
-
Uses of FeatureServiceSubscriber in org.eblocker.server.common.squid
Constructors in org.eblocker.server.common.squid with parameters of type FeatureServiceSubscriberModifierConstructorDescriptionSquidConfigController(SquidAcl sslClientsAcl, SquidAcl torClientsAcl, SquidAcl disabledClientsAcl, ConfigurableDeviceFilterAcl filteredClientsAcl, SquidAcl mobileClientsAcl, SquidAcl mobileClientsPrivateNetworkAccessAcl, String vpnAclDirectoryPath, String mimeAclFilePath, String xForwardDomainsAclFilePath, String xForwardIpsAclFilePath, String xForwardIps, String squidClearCertCacheScript, String confTemplateFilePath, String confStaticFilePath, String squidConfigSslExclusiveFile, String squidConfigNoSslExclusiveFile, String confFilePath, String cacheLog, String sslKeyFilePath, String sslCertFilePath, String squidWorkers, String controlBarHostName, String controlBarHostFallbackIp, String dnsLocalNames, ScriptRunner scriptRunner, SquidReloadingService reloadingService, DataSource dataSource, SslService sslService, NetworkInterfaceWrapper networkInterface, JsonWebTokenHandler tokenHandler, NetworkServices networkServices, DeviceService deviceService, ConfigurableDeviceFilterAclFactory squidAclFactory, OpenVpnServerService openVpnServerService, Environment environment, Ip6PrefixMonitor prefixMonitor, FeatureServiceSubscriber featureServiceSubscriber) -
Uses of FeatureServiceSubscriber in org.eblocker.server.icap.transaction.processor
Constructors in org.eblocker.server.icap.transaction.processor with parameters of type FeatureServiceSubscriberModifierConstructorDescriptionCaptivePortalCheckProcessor(FeatureServiceSubscriber featureService, boolean simulateCaptivePortal) CompressProcessor(DeviceService deviceService, FeatureServiceSubscriber featureService) EBlockerFilterProcessor(FilterManager filterManager, TransactionCache transactionCache, DataSource dataSource, FeatureServiceSubscriber featureService, String connectionTestPatternBlockerUrl) ReferrerRemoveProcessor(FeatureServiceSubscriber featureService) SetDntHeaderProcessor(FeatureServiceSubscriber featureService) WebRTCBlocker(FeatureServiceSubscriber featureService)