public class DefaultPeerFilter extends Object implements PeerFilter
| Constructor and Description |
|---|
DefaultPeerFilter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
reject(PeerAddress peerAddress)
Each peer that is added in the map runs through this filter.
|
public boolean reject(PeerAddress peerAddress)
PeerFilterreject in interface PeerFilterpeerAddress - The peer address that is going to be added to the mapCopyright © 2014. All rights reserved.