| Package | Description |
|---|---|
| ds.synapse.peer |
| Modifier and Type | Method and Description |
|---|---|
DHTConnection |
DHTFingerTable.getNextHop(java.math.BigInteger inHashID) |
DHTConnection |
DHTFingerTable.getPeer(int index) |
DHTConnection |
DHTFingerTable.getPredPeer() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<DHTConnection> |
DHTFingerTable.getSuccPeers() |
| Modifier and Type | Method and Description |
|---|---|
SynapseDHTDetails |
DHTLookup.lookup(java.math.BigInteger lookupID,
DHTConnection usePeer,
DHTLookup.HandleOnResponse handleResp) |
void |
DHTLookup.setPeerConnection(DHTConnection inPeerConnect) |
| Constructor and Description |
|---|
DHTLookup(DHTConnection inPeerConnect) |