Class Ip6MulticastPing
java.lang.Object
org.eblocker.server.common.network.Ip6MulticastPing
Sends an echo request to the all-nodes multicast address ff02::1
This is used to get addresses of passive clients which mostly will reply with a echo response which will be picked
up by NeighborDiscoveryListener.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIp6MulticastPing(FeatureToggleRouter featureToggleRouter, NetworkInterfaceWrapper networkInterface, PubSubService pubSubService, Random random) -
Method Summary
-
Constructor Details
-
Ip6MulticastPing
@Inject public Ip6MulticastPing(FeatureToggleRouter featureToggleRouter, NetworkInterfaceWrapper networkInterface, PubSubService pubSubService, Random random)
-
-
Method Details
-
ping
public void ping()
-