Uses of Interface
org.johnnei.javatorrent.tracker.IPeerDistributor
-
Packages that use IPeerDistributor Package Description org.johnnei.javatorrent org.johnnei.javatorrent.tracker -
-
Uses of IPeerDistributor in org.johnnei.javatorrent
Methods in org.johnnei.javatorrent that return IPeerDistributor Modifier and Type Method Description IPeerDistributorTorrentClient. getPeerDistributor()Method parameters in org.johnnei.javatorrent with type arguments of type IPeerDistributor Modifier and Type Method Description TorrentClient.BuilderTorrentClient.Builder. setPeerDistributor(Function<TorrentClient,IPeerDistributor> peerDistributor)Sets the peer distributor which is being used by theIPeerConnectorimplementation. -
Uses of IPeerDistributor in org.johnnei.javatorrent.tracker
Classes in org.johnnei.javatorrent.tracker that implement IPeerDistributor Modifier and Type Class Description classEqualDistributorAn implementation ofIPeerDistributorwhich attempts to equally distribute the peers.classUncappedDistributorAn implementation ofIPeerDistributorwhich does not cap the amount of peers.
-