Package org.drasyl.handler.discovery
Class AddPathEvent
java.lang.Object
org.drasyl.handler.discovery.AddPathEvent
- All Implemented Interfaces:
PathEvent
Signals that a direct routing path has been discovered to
PathEvent.getAddress()
.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract InetSocketAddress
static AddPathEvent
of
(DrasylAddress publicKey, InetSocketAddress inetAddress, Object path) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.drasyl.handler.discovery.PathEvent
getAddress, getPath
-
Constructor Details
-
AddPathEvent
public AddPathEvent()
-
-
Method Details
-
getInetAddress
-
of
-