Uses of Class
org.eblocker.server.common.network.NetworkStateMachine
Packages that use NetworkStateMachine
Package
Description
-
Uses of NetworkStateMachine in org.eblocker.server.common
Constructors in org.eblocker.server.common with parameters of type NetworkStateMachineModifierConstructorDescriptionPauseDeviceController(NetworkStateMachine networkStateMachine, ScheduledExecutorService executorService, DeviceService deviceService) -
Uses of NetworkStateMachine in org.eblocker.server.common.network
Constructors in org.eblocker.server.common.network with parameters of type NetworkStateMachineModifierConstructorDescriptionDeviceIpUpdater(DataSource dataSource, DeviceService deviceService, NetworkStateMachine networkStateMachine, DeviceFactory deviceFactory, UserService userService) IpAddressValidator(long recentActivityThreshold, long schedulerRate, IpResponseTable ipResponseTable, String vpnSubnetIp, String vpnSubnetNetmask, java.time.Clock clock, DeviceService deviceService, FeatureToggleRouter featureToggleRouter, NetworkInterfaceWrapper networkInterface, NetworkStateMachine networkStateMachine, PubSubService pubSubService) -
Uses of NetworkStateMachine in org.eblocker.server.common.openvpn.server
Constructors in org.eblocker.server.common.openvpn.server with parameters of type NetworkStateMachineModifierConstructorDescriptionOpenVpnAddressListener(String vpnSubnetIp, String vpnSubnetNetmask, DeviceService deviceService, EblockerDnsServer dnsServer, NetworkStateMachine networkStateMachine, PubSubService pubSubService) -
Uses of NetworkStateMachine in org.eblocker.server.http.controller.impl
Constructors in org.eblocker.server.http.controller.impl with parameters of type NetworkStateMachineModifierConstructorDescriptionDeviceControllerImpl(AnonymousService anonymousService, DevicePermissionsService devicePermissionsService, DeviceScanningService deviceScanningService, DeviceService deviceService, DeviceRegistrationProperties deviceRegistrationProperties, FeatureToggleRouter featureToggleRouter, NetworkInterfaceWrapper networkInterfaceWrapper, NetworkStateMachine networkStateMachine, OpenVpnService openVpnService, PauseDeviceController pauseDeviceController, DeviceFactory deviceFactory) NetworkControllerImpl(DhcpDiscoveryService dhcpDiscoveryService, NetworkStateMachine networkStateMachine, NetworkServices networkServices) OpenVpnServerControllerImpl(OpenVpnServerService openVpnServerService, OpenVpnClientConfigurationService openVpnClientConfigurationService, DeviceService deviceService, DeviceRegistrationProperties deviceRegistrationProperties, NetworkStateMachine networkStateMachine) SSLControllerImpl(SslService sslService, SSLWhitelistService whitelistDomainStore, SslCertificateClientInstallationTracker tracker, DeviceService deviceService, SessionStore sessionStore, PageContextStore pageContextStore, UserService userService, ParentalControlService parentalControlService, SquidWarningService squidWarningService, FailedConnectionSuggestionService failedConnectionSuggestionService, NetworkStateMachine networkStateMachine, com.fasterxml.jackson.databind.ObjectMapper objectMapper, UserAgentService userAgentService, AutoTrustAppService autoTrustAppService) -
Uses of NetworkStateMachine in org.eblocker.server.http.service
Constructors in org.eblocker.server.http.service with parameters of type NetworkStateMachineModifierConstructorDescriptionAnonymousService(DeviceService deviceService, OpenVpnService openVpnService, TorController torController, NetworkStateMachine networkStateMachine) DnsService(NetworkServices networkServices, NetworkStateMachine networkStateMachine, EblockerDnsServer dnsServer, DnsStatisticsService dnsStatisticsService) ParentalControlEnforcerService(ParentalControlAccessRestrictionsService restrictions, NetworkStateMachine networkStateMachine)