Class ArpSpoofer
java.lang.Object
org.eblocker.server.common.network.ArpSpoofer
- All Implemented Interfaces:
Runnable
-
Constructor Summary
ConstructorsConstructorDescriptionArpSpoofer(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) -
Method Summary
-
Constructor Details
-
ArpSpoofer
@Inject public 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)
-
-
Method Details