Uses of Interface
com.biglybt.core.torrent.TOTorrentFileHashTree.HashRequest
-
-
Uses of TOTorrentFileHashTree.HashRequest in com.biglybt.core.peer.impl
Methods in com.biglybt.core.peer.impl with parameters of type TOTorrentFileHashTree.HashRequest Modifier and Type Method Description void
PEPeerTransport. sendHashRequest(TOTorrentFileHashTree.HashRequest req)
-
Uses of TOTorrentFileHashTree.HashRequest in com.biglybt.core.peer.impl.control
Fields in com.biglybt.core.peer.impl.control declared as TOTorrentFileHashTree.HashRequest Modifier and Type Field Description (package private) TOTorrentFileHashTree.HashRequest
PEPeerControlHashHandlerImpl.PeerHashRequest. request
Methods in com.biglybt.core.peer.impl.control that return TOTorrentFileHashTree.HashRequest Modifier and Type Method Description private TOTorrentFileHashTree.HashRequest
PEPeerControlHashHandlerImpl.PeerHashRequest. getRequest()
Constructors in com.biglybt.core.peer.impl.control with parameters of type TOTorrentFileHashTree.HashRequest Constructor Description PeerHashRequest(PEPeerTransport _peer, TOTorrentFile _tf, TOTorrentFileHashTree.HashRequest _request, DiskManagerCheckRequestListener.HashListener _listener)
-
Uses of TOTorrentFileHashTree.HashRequest in com.biglybt.core.peer.impl.transport
Methods in com.biglybt.core.peer.impl.transport with parameters of type TOTorrentFileHashTree.HashRequest Modifier and Type Method Description void
PEPeerTransportProtocol. sendHashRequest(TOTorrentFileHashTree.HashRequest req)
-
Uses of TOTorrentFileHashTree.HashRequest in com.biglybt.core.torrent
Methods in com.biglybt.core.torrent that return TOTorrentFileHashTree.HashRequest Modifier and Type Method Description TOTorrentFileHashTree.HashRequest
TOTorrentFileHashTree. requestPieceHash(int piece_number, BitFlags available)
-
Uses of TOTorrentFileHashTree.HashRequest in com.biglybt.core.torrent.impl
Classes in com.biglybt.core.torrent.impl that implement TOTorrentFileHashTree.HashRequest Modifier and Type Class Description private class
TOTorrentFileHashTreeImpl.HashRequestImpl
Methods in com.biglybt.core.torrent.impl that return TOTorrentFileHashTree.HashRequest Modifier and Type Method Description TOTorrentFileHashTree.HashRequest
TOTorrentFileHashTreeImpl. requestPieceHash(int piece_number, BitFlags available)
-
Uses of TOTorrentFileHashTree.HashRequest in com.biglybt.pifimpl.local.peers
Methods in com.biglybt.pifimpl.local.peers with parameters of type TOTorrentFileHashTree.HashRequest Modifier and Type Method Description void
PeerForeignDelegate. sendHashRequest(TOTorrentFileHashTree.HashRequest req)
-