Uses of Class
org.eblocker.server.common.network.IpResponseTable
Packages that use IpResponseTable
-
Uses of IpResponseTable in org.eblocker.server.common.network
Constructors in org.eblocker.server.common.network with parameters of type IpResponseTableModifierConstructorDescriptionArpListener(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) 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 IpResponseTable in org.eblocker.server.http.service
Constructors in org.eblocker.server.http.service with parameters of type IpResponseTableModifierConstructorDescriptionDeviceService(DataSource datasource, DeviceRegistrationProperties deviceRegistrationProperties, UserAgentService userAgentService, NetworkInterfaceWrapper networkInterfaceWrapper, DeviceFactory deviceFactory, IpResponseTable ipResponseTable, java.time.Clock clock, int deviceOfflineAfterSeconds)