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).
    • Method Detail

      • getAddedPeers

        PeerItem[] getAddedPeers()
      • getDroppedPeers

        PeerItem[] getDroppedPeers()
      • getMaxAllowedPeersPerVolley

        int getMaxAllowedPeersPerVolley​(boolean initial,
                                        boolean added)