Uses of Interface
com.biglybt.core.torrent.TOTorrentFileHashTree.PieceTreeReceiver
-
Packages that use TOTorrentFileHashTree.PieceTreeReceiver Package Description com.biglybt.core.peer.impl.control com.biglybt.core.torrent -
-
Uses of TOTorrentFileHashTree.PieceTreeReceiver in com.biglybt.core.peer.impl.control
Fields in com.biglybt.core.peer.impl.control with type parameters of type TOTorrentFileHashTree.PieceTreeReceiver Modifier and Type Field Description private java.util.List<TOTorrentFileHashTree.PieceTreeReceiver>
PEPeerControlHashHandlerImpl.PieceTreeRequest. listeners
Methods in com.biglybt.core.peer.impl.control with parameters of type TOTorrentFileHashTree.PieceTreeReceiver Modifier and Type Method Description private void
PEPeerControlHashHandlerImpl.PieceTreeRequest. addListener(TOTorrentFileHashTree.PieceTreeReceiver l)
void
PEPeerControlHashHandlerImpl. getPieceTree(TOTorrentFileHashTree.PieceTreeReceiver receiver, TOTorrentFileHashTree tree, int piece_offset)
Constructors in com.biglybt.core.peer.impl.control with parameters of type TOTorrentFileHashTree.PieceTreeReceiver Constructor Description PieceTreeRequest(int _po, int _pn, TOTorrentFileHashTree.PieceTreeReceiver _listener)
-
Uses of TOTorrentFileHashTree.PieceTreeReceiver in com.biglybt.core.torrent
Methods in com.biglybt.core.torrent with parameters of type TOTorrentFileHashTree.PieceTreeReceiver Modifier and Type Method Description void
TOTorrentFileHashTree.PieceTreeProvider. getPieceTree(TOTorrentFileHashTree.PieceTreeReceiver receiver, TOTorrentFileHashTree tree, int piece_index)
-