public interface PeerMapFilter
| Modifier and Type | Method and Description |
|---|---|
boolean |
rejectPeerMap(PeerAddress peerAddress,
PeerMap peerMap)
Each peer that is added in the map runs through this filter.
|
boolean |
rejectPreRouting(PeerAddress peerAddress,
Collection<PeerAddress> all) |
boolean rejectPeerMap(PeerAddress peerAddress, PeerMap peerMap)
peerAddress - The peer address that is going to be added to the mappeerMap - The peermap where additional information can be retrievedboolean rejectPreRouting(PeerAddress peerAddress, Collection<PeerAddress> all)
Copyright © 2015. All rights reserved.