Interface AZStylePeerExchange
-
- All Superinterfaces:
Message
- All Known Implementing Classes:
AZPeerExchange
,UTPeerExchange
public interface AZStylePeerExchange extends Message
Represents a class which supports AZ style peer exchange (with a list of added peers and a list of dropped peers).
-
-
Field Summary
-
Fields inherited from interface com.biglybt.core.peermanager.messaging.Message
TYPE_DATA_PAYLOAD, TYPE_PROTOCOL_PAYLOAD
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PeerItem[]
getAddedPeers()
PeerItem[]
getDroppedPeers()
int
getMaxAllowedPeersPerVolley(boolean initial, boolean added)
-
Methods inherited from interface com.biglybt.core.peermanager.messaging.Message
deserialize, destroy, getData, getDescription, getFeatureID, getFeatureSubID, getID, getIDBytes, getType, getVersion
-
-