public interface PostRoutingFilter
| Modifier and Type | Method and Description |
|---|---|
boolean |
rejectDirectHit(PeerAddress peerAddress) |
boolean |
rejectPotentialHit(PeerAddress peerAddress) |
boolean rejectPotentialHit(PeerAddress peerAddress)
true to reject / ignore a potential hit, otherwise
falseboolean rejectDirectHit(PeerAddress peerAddress)
true to reject / ignore a direct hit, otherwise
falseCopyright © 2015. All rights reserved.