Interface PeerExchangerItem.Helper
- Enclosing class:
- PeerExchangerItem
public static interface PeerExchangerItem.Helper
-
Method Summary
Modifier and TypeMethodDescriptionboolean
isSeed()
Does this connection item represent a seed peer?
-
Method Details
-
isSeed
boolean isSeed()Does this connection item represent a seed peer?- Returns:
- true if seeding, false if not
-