Uses of Class
org.eblocker.server.common.service.FeatureToggleRouter
Packages that use FeatureToggleRouter
Package
Description
-
Uses of FeatureToggleRouter in org.eblocker.server.common.network
Constructors in org.eblocker.server.common.network with parameters of type FeatureToggleRouterModifierConstructorDescriptionIp6AddressDelayedValidator(ScheduledExecutorService executorService, FeatureToggleRouter featureToggleRouter, NetworkInterfaceWrapper networkInterface, PubSubService pubSubService) Ip6MulticastPing(FeatureToggleRouter featureToggleRouter, NetworkInterfaceWrapper networkInterface, PubSubService pubSubService, Random random) Ip6RouterAdvertiser(FeatureToggleRouter featureToggleRouter, NetworkInterfaceWrapper networkInterface, PubSubService pubSubService, RouterAdvertisementFactory routerAdvertisementFactory) 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) NeighborDiscoveryListener(IpResponseTable ipResponseTable, java.time.Clock clock, DeviceIpUpdater deviceIpUpdater, FeatureToggleRouter featureToggleRouter, NetworkInterfaceWrapper networkInterface, PubSubService pubSubService, RouterAdvertisementCache routerAdvertisementCache, Ip6AddressDelayedValidator delayedValidator, RouterAdvertisementFactory routerAdvertisementFactory) -
Uses of FeatureToggleRouter in org.eblocker.server.common.network.unix
Constructors in org.eblocker.server.common.network.unix with parameters of type FeatureToggleRouterModifierConstructorDescriptionNetworkServicesUnix(DataSource dataSource, DnsConfiguration dnsConfiguration, NetworkInterfaceConfiguration interfaceConfiguration, IscDhcpServer dhcpServer, FirewallConfigurationIp4 firewallConfiguration, FirewallConfigurationIp6 firewallConfigurationIp6, ScheduledExecutorService executorService, NetworkInterfaceWrapper networkInterface, ArpSpoofer arpSpoofer, ScriptRunner scriptRunner, FeatureToggleRouter featureToggleRouter, long arpSpoofer_startupDelay, long arpSpoofer_fixedDelay, String applyNetworkConfigurationCommand, String applyFirewallConfigurationCommand, String enableIp6Command, EblockerDnsServer eblockerDnsServer, DeviceService deviceService) -
Uses of FeatureToggleRouter in org.eblocker.server.http.controller.impl
Constructors in org.eblocker.server.http.controller.impl with parameters of type FeatureToggleRouterModifierConstructorDescriptionDeviceControllerImpl(AnonymousService anonymousService, DevicePermissionsService devicePermissionsService, DeviceScanningService deviceScanningService, DeviceService deviceService, DeviceRegistrationProperties deviceRegistrationProperties, FeatureToggleRouter featureToggleRouter, NetworkInterfaceWrapper networkInterfaceWrapper, NetworkStateMachine networkStateMachine, OpenVpnService openVpnService, PauseDeviceController pauseDeviceController, DeviceFactory deviceFactory) FeatureToggleControllerImpl(FeatureToggleRouter featureToggleRouter)