Uses of Class
org.eblocker.server.common.network.NetworkInterfaceWrapper
Packages that use NetworkInterfaceWrapper
Package
Description
-
Uses of NetworkInterfaceWrapper in org.eblocker.server.common.network
Constructors in org.eblocker.server.common.network with parameters of type NetworkInterfaceWrapperModifierConstructorDescriptionArpListener(ConcurrentMap<String, Long> arpProbeCache, IpResponseTable ipResponseTable, PubSubService pubSubService, NetworkInterfaceWrapper networkInterface, java.time.Clock clock, DeviceIpUpdater deviceIpUpdater) ArpSpoofer(int healingNumPackets, long onlineThreshold, long suspendPeriod, Ip4Address emergencyIp, ConcurrentMap<String, Long> arpProbeCache, IpResponseTable ipResponseTable, java.time.Clock clock, DataSource dataSource, DeviceService deviceService, PubSubService pubSubService, NetworkInterfaceWrapper networkInterface) ArpSweeper(int maxSize, PubSubService pubSubService, NetworkInterfaceWrapper networkInterface) BaseURLs(NetworkInterfaceWrapper networkInterface, int httpPort, int httpsPort, String setupEblockerUrl, String controlBarHostName) DhcpBindListener(String scriptPath, PubSubService pubSubService, NetworkInterfaceWrapper networkInterface, DataSource dataSource) Ip6AddressDelayedValidator(ScheduledExecutorService executorService, FeatureToggleRouter featureToggleRouter, NetworkInterfaceWrapper networkInterface, PubSubService pubSubService) Ip6AddressMonitor(String monitorCommand, String killCommand, ScriptRunner scriptRunner, NetworkInterfaceWrapper networkInterface) 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) NetworkInterfaceWatchdog(NetworkInterfaceWrapper networkInterface, DataSource dataSource, EventLogger eventLogger) NetworkServicesBase(DataSource dataSource, ScheduledExecutorService executorService, NetworkInterfaceWrapper networkInterface, ArpSpoofer arpSpoofer, long arpSpooferStartupDelay, long arpSpooferFixedDelay, EblockerDnsServer eblockerDnsServer, DeviceService deviceService) ZeroconfRegistrationService(int httpPort, String serviceName, DeviceRegistrationProperties deviceRegistrationProperties, NetworkInterfaceWrapper networkInterface) -
Uses of NetworkInterfaceWrapper in org.eblocker.server.common.network.icmpv6
Constructors in org.eblocker.server.common.network.icmpv6 with parameters of type NetworkInterfaceWrapperModifierConstructorDescriptionRouterAdvertisementFactory(RouterAdvertisement.RouterPreference routerPreference, int routerLifetime, int dnsLifetime, RouterAdvertisementCache routerAdvertisementCache, NetworkInterfaceWrapper networkInterface) -
Uses of NetworkInterfaceWrapper in org.eblocker.server.common.network.unix
Constructors in org.eblocker.server.common.network.unix with parameters of type NetworkInterfaceWrapperModifierConstructorDescriptionEblockerDnsServer(String flushCommand, String updateCommand, String defaultCustomNameServers, String defaultLocalNames, String defaultTorNameServers, String enabledFlagFile, String controlBarHostname, Ip4Address controlBarIpAddress, String vpnSubnetIp, String vpnSubnetNetmask, java.time.Clock clock, DataSource dataSource, DeviceService deviceService, DhcpBindListener dhcpBindListener, DhcpClientLeaseReader dhcpClientLeaseReader, NetworkInterfaceWrapper networkInterface, PubSubService pubSubService, RouterAdvertisementCache routerAdvertisementCache) FirewallConfigurationIp6(String configFullPath, String configDeltaPath, TableGeneratorIp6 tableGenerator, NetworkInterfaceWrapper networkInterface, ParentalControlAccessRestrictionsService restrictionsService, Environment environment, Ip6PrefixMonitor ip6PrefixMonitor) NetworkServicesUnix(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 NetworkInterfaceWrapper in org.eblocker.server.common.session
Constructors in org.eblocker.server.common.session with parameters of type NetworkInterfaceWrapperModifierConstructorDescriptionSessionStore(NetworkInterfaceWrapper networkInterface, DeviceService deviceService, UserAgentService userAgentService) -
Uses of NetworkInterfaceWrapper in org.eblocker.server.common.squid
Constructors in org.eblocker.server.common.squid with parameters of type NetworkInterfaceWrapperModifierConstructorDescriptionSquidConfigController(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 NetworkInterfaceWrapper in org.eblocker.server.common.status
Constructors in org.eblocker.server.common.status with parameters of type NetworkInterfaceWrapperModifierConstructorDescriptionStartupStatusReporter(String version, String writeFileCommand, ScriptRunner scriptRunner, NetworkInterfaceWrapper networkInterface, java.time.Clock clock) -
Uses of NetworkInterfaceWrapper in org.eblocker.server.http.controller.impl
Constructors in org.eblocker.server.http.controller.impl with parameters of type NetworkInterfaceWrapperModifierConstructorDescriptionDeviceControllerImpl(AnonymousService anonymousService, DevicePermissionsService devicePermissionsService, DeviceScanningService deviceScanningService, DeviceService deviceService, DeviceRegistrationProperties deviceRegistrationProperties, FeatureToggleRouter featureToggleRouter, NetworkInterfaceWrapper networkInterfaceWrapper, NetworkStateMachine networkStateMachine, OpenVpnService openVpnService, PauseDeviceController pauseDeviceController, DeviceFactory deviceFactory) -
Uses of NetworkInterfaceWrapper in org.eblocker.server.http.server
Constructors in org.eblocker.server.http.server with parameters of type NetworkInterfaceWrapperModifierConstructorDescriptionSSLContextHandler(String controlBarHostName, String emergencyIp, String defaultLocalNames, String keyStorePath, String keyStorePassword, String renewalKeyStorePath, NetworkInterfaceWrapper networkInterface, SslService sslService) -
Uses of NetworkInterfaceWrapper in org.eblocker.server.http.service
Constructors in org.eblocker.server.http.service with parameters of type NetworkInterfaceWrapperModifierConstructorDescriptionDeviceScanningService(ArpSweeper arpSweeper, DataSource dataSource, ScheduledExecutorService highPrioExecutorService, long startupDelay, long defaultScanningInterval, String environment, NetworkInterfaceWrapper networkInterface) DeviceService(DataSource datasource, DeviceRegistrationProperties deviceRegistrationProperties, UserAgentService userAgentService, NetworkInterfaceWrapper networkInterfaceWrapper, DeviceFactory deviceFactory, IpResponseTable ipResponseTable, java.time.Clock clock, int deviceOfflineAfterSeconds) -
Uses of NetworkInterfaceWrapper in org.eblocker.server.icap.transaction.processor
Constructors in org.eblocker.server.icap.transaction.processor with parameters of type NetworkInterfaceWrapperModifierConstructorDescriptionInsertClientSslCheckProcessor(String scriptTemplate, int currentPort, int renewalPort, BaseURLs baseURLs, NetworkInterfaceWrapper networkInterface, SslService sslService, SslCertificateClientInstallationTracker tracker) -
Uses of NetworkInterfaceWrapper in org.eblocker.server.upnp
Constructors in org.eblocker.server.upnp with parameters of type NetworkInterfaceWrapperModifierConstructorDescriptionUpnpManagementService(NetworkInterfaceWrapper networkInterfaceWrapper, org.fourthline.cling.UpnpService upnpService, UpnpPortForwardingAddFactory upnpPortForwardingAddFactory, UpnpPortForwardingDeleteFactory upnpPortForwardingDeleteFactory, UpnpActionCallbackFactory upnpActionCallbackFactory, UpnpActionInvocationFactory upnpActionInvocationFacory, int upnpDiscoveryMaxSteps, int upnpDiscoveryWaitingTime)