Uses of Interface
org.eblocker.server.common.network.NetworkServices
Packages that use NetworkServices
Package
Description
-
Uses of NetworkServices in org.eblocker.server.common.data.messagecenter.provider
Constructors in org.eblocker.server.common.data.messagecenter.provider with parameters of type NetworkServicesModifierConstructorDescriptionLocalDnsIsNotGatewayMessageProvider(EblockerDnsServer dnsServer, NetworkServices networkServices) -
Uses of NetworkServices in org.eblocker.server.common.network
Classes in org.eblocker.server.common.network that implement NetworkServicesModifier and TypeClassDescriptionclassBase class for network services that are platform independent.Methods in org.eblocker.server.common.network with parameters of type NetworkServicesModifier and TypeMethodDescriptionvoidNetworkState.onConfigurationUpdate(NetworkServices services, NetworkConfiguration configuration, boolean willReboot) Performs all steps that are necessary to update the configuration.voidNetworkStateLocalDhcp.onConfigurationUpdate(NetworkServices services, NetworkConfiguration configuration, boolean willReboot) abstract voidNetworkState.onEntry(NetworkServices services, NetworkConfiguration configuration, boolean willReboot) Perform all steps that are necessary to enter this state, e.g. services must be configured and started.voidNetworkStateExternalDhcp.onEntry(NetworkServices services, NetworkConfiguration configuration, boolean willReboot) voidNetworkStateLocalDhcp.onEntry(NetworkServices services, NetworkConfiguration configuration, boolean willReboot) voidNetworkStatePlugAndPlay.onEntry(NetworkServices services, NetworkConfiguration configuration, boolean willReboot) abstract voidNetworkState.onExit(NetworkServices services) Perform all steps that are necessary to leave this state, e.g. services must be stopped.voidNetworkStateExternalDhcp.onExit(NetworkServices services) voidNetworkStateLocalDhcp.onExit(NetworkServices services) voidNetworkStatePlugAndPlay.onExit(NetworkServices services) Constructors in org.eblocker.server.common.network with parameters of type NetworkServicesModifierConstructorDescriptionNetworkStateMachine(NetworkServices services, DataSource dataSource, DnsEnableByDefaultChecker dnsEnableByDefaultChecker, EventLogger eventLogger, IpSets ipSets, SslService sslService, EblockerDnsServer dnsServer, Ip6PrefixMonitor ip6PrefixMonitor) ProblematicRouterDetection(NetworkServices networkServices, RouterCompatibilityMessageProvider routerCompatibilityMessageProvider) -
Uses of NetworkServices in org.eblocker.server.common.network.unix
Classes in org.eblocker.server.common.network.unix that implement NetworkServicesModifier and TypeClassDescriptionclassConfigures and controls network services on Unix OSesConstructors in org.eblocker.server.common.network.unix with parameters of type NetworkServicesModifierConstructorDescriptionDnsEnableByDefaultChecker(boolean enabledByDefault, String defaultDisableFile, DataSource dataSource, NetworkServices networkServices) FirewallConfigurationIp4(String configFullPath, String configDeltaPath, TableGeneratorIp4 tableGenerator, NetworkServices networkServices, ParentalControlAccessRestrictionsService restrictionsService, Environment environment) -
Uses of NetworkServices in org.eblocker.server.common.squid
Constructors in org.eblocker.server.common.squid with parameters of type NetworkServicesModifierConstructorDescriptionSquidConfigController(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 NetworkServices in org.eblocker.server.http.controller.impl
Constructors in org.eblocker.server.http.controller.impl with parameters of type NetworkServicesModifierConstructorDescriptionNetworkControllerImpl(DhcpDiscoveryService dhcpDiscoveryService, NetworkStateMachine networkStateMachine, NetworkServices networkServices) -
Uses of NetworkServices in org.eblocker.server.http.service
Constructors in org.eblocker.server.http.service with parameters of type NetworkServicesModifierConstructorDescriptionDnsService(NetworkServices networkServices, NetworkStateMachine networkStateMachine, EblockerDnsServer dnsServer, DnsStatisticsService dnsStatisticsService) 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) -
Uses of NetworkServices in org.eblocker.server.icap.transaction.processor
Constructors in org.eblocker.server.icap.transaction.processor with parameters of type NetworkServicesModifierConstructorDescriptionRedirectFromSetupPageProcessor(String setupUrlPrefix, String setupUrlPaths, String dashboardHost, String connectionCheckRoutingTestUrl, DeviceRegistrationProperties deviceRegistrationProperties, DnsService dnsService, NetworkServices networkServices)