Uses of Class
org.eblocker.server.common.Environment
Packages that use Environment
-
Uses of Environment in org.eblocker.server.common.network.unix
Constructors in org.eblocker.server.common.network.unix with parameters of type EnvironmentModifierConstructorDescriptionFirewallConfigurationBase(java.nio.file.Path configFullPath, java.nio.file.Path configDeltaPath, Environment environment) FirewallConfigurationIp4(String configFullPath, String configDeltaPath, TableGeneratorIp4 tableGenerator, NetworkServices networkServices, ParentalControlAccessRestrictionsService restrictionsService, Environment environment) FirewallConfigurationIp6(String configFullPath, String configDeltaPath, TableGeneratorIp6 tableGenerator, NetworkInterfaceWrapper networkInterface, ParentalControlAccessRestrictionsService restrictionsService, Environment environment, Ip6PrefixMonitor ip6PrefixMonitor) -
Uses of Environment in org.eblocker.server.common.squid
Constructors in org.eblocker.server.common.squid with parameters of type EnvironmentModifierConstructorDescriptionSquidConfigController(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)