Uses of Class
org.eblocker.server.common.network.Ip6PrefixMonitor
Packages that use Ip6PrefixMonitor
Package
Description
-
Uses of Ip6PrefixMonitor in org.eblocker.server.common.network
Constructors in org.eblocker.server.common.network with parameters of type Ip6PrefixMonitorModifierConstructorDescriptionNetworkStateMachine(NetworkServices services, DataSource dataSource, DnsEnableByDefaultChecker dnsEnableByDefaultChecker, EventLogger eventLogger, IpSets ipSets, SslService sslService, EblockerDnsServer dnsServer, Ip6PrefixMonitor ip6PrefixMonitor) -
Uses of Ip6PrefixMonitor in org.eblocker.server.common.network.unix
Constructors in org.eblocker.server.common.network.unix with parameters of type Ip6PrefixMonitorModifierConstructorDescriptionFirewallConfigurationIp6(String configFullPath, String configDeltaPath, TableGeneratorIp6 tableGenerator, NetworkInterfaceWrapper networkInterface, ParentalControlAccessRestrictionsService restrictionsService, Environment environment, Ip6PrefixMonitor ip6PrefixMonitor) -
Uses of Ip6PrefixMonitor in org.eblocker.server.common.squid
Constructors in org.eblocker.server.common.squid with parameters of type Ip6PrefixMonitorModifierConstructorDescriptionSquidConfigController(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)