Uses of Interface
org.johnnei.javatorrent.torrent.algos.pieceselector.IPieceSelector
-
Packages that use IPieceSelector Package Description org.johnnei.javatorrent.torrent org.johnnei.javatorrent.torrent.algos.pieceselector -
-
Uses of IPieceSelector in org.johnnei.javatorrent.torrent
Methods in org.johnnei.javatorrent.torrent that return IPieceSelector Modifier and Type Method Description IPieceSelectorTorrent. getPieceSelector()The regulator which is managing this downloadMethods in org.johnnei.javatorrent.torrent with parameters of type IPieceSelector Modifier and Type Method Description voidTorrent. setPieceSelector(IPieceSelector downloadRegulator) -
Uses of IPieceSelector in org.johnnei.javatorrent.torrent.algos.pieceselector
Classes in org.johnnei.javatorrent.torrent.algos.pieceselector that implement IPieceSelector Modifier and Type Class Description classFullPieceSelectA Piece selection algorithm which favors completing a started piece over starting a second piece.
-