public interface PeerFilter
| Modifier and Type | Method and Description |
|---|---|
boolean |
reject(PeerAddress peerAddress,
Collection<PeerAddress> all,
Number160 target)
Each peer that is added in the map runs through this filter.
|
boolean reject(PeerAddress peerAddress, Collection<PeerAddress> all, Number160 target)
peerAddress - The peer address that is going to be added to the mapCopyright © 2014. All rights reserved.