Package org.drasyl.handler.dht.chord
Class ChordResponse
java.lang.Object
org.drasyl.handler.dht.chord.ChordResponse
Reply sent in response to
ChordLookup
including the closest node for a given id
.- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract DrasylAddress
abstract long
getId()
static ChordResponse
of
(long id, DrasylAddress address)
-
Constructor Details
-
ChordResponse
public ChordResponse()
-
-
Method Details
-
getId
public abstract long getId() -
getAddress
-
of
-