Uses of Class
com.biglybt.core.peer.impl.control.PEPeerControlHashHandlerImpl.PeerHashRequest
-
Packages that use PEPeerControlHashHandlerImpl.PeerHashRequest Package Description com.biglybt.core.peer.impl.control -
-
Uses of PEPeerControlHashHandlerImpl.PeerHashRequest in com.biglybt.core.peer.impl.control
Fields in com.biglybt.core.peer.impl.control declared as PEPeerControlHashHandlerImpl.PeerHashRequest Modifier and Type Field Description private PEPeerControlHashHandlerImpl.PeerHashRequest[][]
PEPeerControlHashHandlerImpl. piece_requests
Fields in com.biglybt.core.peer.impl.control with type parameters of type PEPeerControlHashHandlerImpl.PeerHashRequest Modifier and Type Field Description private java.util.Set<PEPeerControlHashHandlerImpl.PeerHashRequest>
PEPeerControlHashHandlerImpl. active_requests
private java.util.Map<TOTorrentFileHashTree,PEPeerControlHashHandlerImpl.PeerHashRequest>
PEPeerControlHashHandlerImpl. incomplete_tree_reqs
private java.util.Map<PEPeerTransport,java.util.List<PEPeerControlHashHandlerImpl.PeerHashRequest>>
PEPeerControlHashHandlerImpl. peer_requests
Methods in com.biglybt.core.peer.impl.control that return PEPeerControlHashHandlerImpl.PeerHashRequest Modifier and Type Method Description private PEPeerControlHashHandlerImpl.PeerHashRequest
PEPeerControlHashHandlerImpl. hashRequestSupport(int piece_number, DiskManagerCheckRequestListener.HashListener listener)
private PEPeerControlHashHandlerImpl.PeerHashRequest
PEPeerControlHashHandlerImpl. request(PEPeerTransport peer, int piece_number, DiskManagerCheckRequestListener.HashListener listener_maybe_null)
Methods in com.biglybt.core.peer.impl.control with parameters of type PEPeerControlHashHandlerImpl.PeerHashRequest Modifier and Type Method Description private void
PEPeerControlHashHandlerImpl. removeFromPieceRequests(PEPeerControlHashHandlerImpl.PeerHashRequest peer_request)
-