| Package | Description |
|---|---|
| net.tomp2p.p2p | |
| net.tomp2p.p2p.builder | |
| net.tomp2p.peers |
| Constructor and Description |
|---|
RoutingMechanism(AtomicReferenceArray<FutureResponse> futureResponses,
FutureRouting futureRoutingResponse,
Collection<PeerFilter> peerFilters)
Creates the routing mechanism.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<PeerFilter> |
RoutingBuilder.peerFilters() |
Collection<PeerFilter> |
BasicBuilder.peerFilters() |
| Modifier and Type | Method and Description |
|---|---|
RoutingBuilder |
RoutingBuilder.peerFilters(Collection<PeerFilter> peerFilters) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultPeerFilter
The default filter accepts all peers.
|
class |
PeerIPFilter
Filter peers if the IP is the same.
|
class |
PeerStatRoutingFilter
The default filter accepts all peers.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<PeerFilter> |
PeerMapConfiguration.peerFilters() |
| Modifier and Type | Method and Description |
|---|---|
PeerMapConfiguration |
PeerMapConfiguration.addPeerFilter(PeerFilter peerFilter) |
Copyright © 2014. All rights reserved.