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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract DrasylAddressabstract longgetId()static ChordResponseof(long id, DrasylAddress address)
-
Constructor Details
-
ChordResponse
public ChordResponse()
-
-
Method Details
-
getId
public abstract long getId() -
getAddress
-
of
-