Uses of Interface
com.biglybt.core.torrent.TOTorrentFileHashTree.HashesReceiver
-
Packages that use TOTorrentFileHashTree.HashesReceiver Package Description com.biglybt.core.peer.impl.control com.biglybt.core.torrent com.biglybt.core.torrent.impl -
-
Uses of TOTorrentFileHashTree.HashesReceiver in com.biglybt.core.peer.impl.control
Classes in com.biglybt.core.peer.impl.control that implement TOTorrentFileHashTree.HashesReceiver Modifier and Type Class Description private static class
PEPeerControlHashHandlerImpl.HashesReceiverImpl
-
Uses of TOTorrentFileHashTree.HashesReceiver in com.biglybt.core.torrent
Methods in com.biglybt.core.torrent that return TOTorrentFileHashTree.HashesReceiver Modifier and Type Method Description TOTorrentFileHashTree.HashesReceiver
TOTorrentFileHashTree.PieceTreeReceiver. getHashesReceiver()
Methods in com.biglybt.core.torrent with parameters of type TOTorrentFileHashTree.HashesReceiver Modifier and Type Method Description boolean
TOTorrentFileHashTree. requestHashes(TOTorrentFileHashTree.PieceTreeProvider piece_tree_provider, TOTorrentFileHashTree.HashesReceiver hashes_receiver, byte[] root_hash, int base_layer, int index, int length, int proof_layers)
-
Uses of TOTorrentFileHashTree.HashesReceiver in com.biglybt.core.torrent.impl
Methods in com.biglybt.core.torrent.impl with parameters of type TOTorrentFileHashTree.HashesReceiver Modifier and Type Method Description boolean
TOTorrentFileHashTreeImpl. requestHashes(TOTorrentFileHashTree.PieceTreeProvider piece_tree_provider, TOTorrentFileHashTree.HashesReceiver hashes_receiver, byte[] root_hash, int base_layer, int index, int length, int proof_layers)
private boolean
TOTorrentFileHashTreeImpl. requestHashesSupport(TOTorrentFileHashTree.PieceTreeProvider piece_tree_provider, TOTorrentFileHashTree.HashesReceiver hashes_receiver, byte[] root_hash, int base_layer, int index, int length, int proof_layers, byte[][] loaded_piece_tree)
-