Uses of Interface
org.johnnei.javatorrent.torrent.algos.choking.IChokingStrategy
-
Packages that use IChokingStrategy Package Description org.johnnei.javatorrent.phases org.johnnei.javatorrent.torrent.algos.choking -
-
Uses of IChokingStrategy in org.johnnei.javatorrent.phases
Methods in org.johnnei.javatorrent.phases that return IChokingStrategy Modifier and Type Method Description IChokingStrategyIDownloadPhase. getChokingStrategy()Gets the choking strategy which is optimal for this phase.IChokingStrategyPhaseData. getChokingStrategy()IChokingStrategyPhaseSeed. getChokingStrategy() -
Uses of IChokingStrategy in org.johnnei.javatorrent.torrent.algos.choking
Classes in org.johnnei.javatorrent.torrent.algos.choking that implement IChokingStrategy Modifier and Type Class Description classPermissiveStrategyA simple choking strategy which attempt to get unchoked by everyone who has any piece we don't have and unchokes anyone who's interested in us.classPermissiveUploadStrategyA choking strategy which doesn't care about us downloading and allows everyone to download from us.
-