| Package | Description |
|---|---|
| de.cgrotz.kademlia | |
| de.cgrotz.kademlia.server |
| Modifier and Type | Field and Description |
|---|---|
protected RoutingTable |
Kademlia.routingTable |
| Modifier and Type | Method and Description |
|---|---|
RoutingTable |
Kademlia.getRoutingTable() |
| Constructor and Description |
|---|
KademliaServer(String bindingAddress,
int port,
int kValue,
RoutingTable routingTable,
LocalStorage localStorage,
Node localNode,
Map<String,java.util.function.Consumer<Event>> eventConsumers) |
KademliaServerHandler(RoutingTable routingTable,
LocalStorage localStorage,
Node localNode,
int kValue,
Map<String,java.util.function.Consumer<Event>> eventConsumers) |
Copyright © 2016. All Rights Reserved.