| Package | Description |
|---|---|
| net.tomp2p.p2p | |
| net.tomp2p.p2p.builder |
| Modifier and Type | Method and Description |
|---|---|
FutureRouting |
RoutingMechanism.futureRoutingResponse() |
FutureRouting |
DistributedRouting.quit(RoutingBuilder routingBuilder,
ChannelCreator cc) |
FutureRouting |
DistributedRouting.route(RoutingBuilder routingBuilder,
Message.Type type,
ChannelCreator cc)
Looks for a route to the given locationKey.
|
| Modifier and Type | Method and Description |
|---|---|
FutureDone<Pair<FutureRouting,FutureRouting>> |
DistributedRouting.bootstrap(Collection<PeerAddress> peerAddresses,
RoutingBuilder routingBuilder,
ChannelCreator cc)
Bootstraps to the given peerAddresses, i.e.
|
FutureDone<Pair<FutureRouting,FutureRouting>> |
DistributedRouting.bootstrap(Collection<PeerAddress> peerAddresses,
RoutingBuilder routingBuilder,
ChannelCreator cc)
Bootstraps to the given peerAddresses, i.e.
|
| Constructor and Description |
|---|
RoutingMechanism(AtomicReferenceArray<FutureResponse> futureResponses,
FutureRouting futureRoutingResponse,
Collection<PeerFilter> peerFilters)
Creates the routing mechanism.
|
| Modifier and Type | Method and Description |
|---|---|
RoutingMechanism |
RoutingBuilder.createRoutingMechanism(FutureRouting futureRouting) |
Copyright © 2014. All rights reserved.