Uses of Class
com.biglybt.core.peermanager.piecepicker.util.BitFlags
-
-
Uses of BitFlags in com.biglybt.core.disk
Methods in com.biglybt.core.disk that return BitFlags Modifier and Type Method Description BitFlags
DiskManager. getAvailability()
-
Uses of BitFlags in com.biglybt.core.disk.impl
Fields in com.biglybt.core.disk.impl declared as BitFlags Modifier and Type Field Description private BitFlags
DiskManagerImpl. availability
Methods in com.biglybt.core.disk.impl that return BitFlags Modifier and Type Method Description BitFlags
DiskManagerImpl. getAvailability()
-
Uses of BitFlags in com.biglybt.core.lws
Fields in com.biglybt.core.lws declared as BitFlags Modifier and Type Field Description private BitFlags
LWSDiskManager. availability
Methods in com.biglybt.core.lws that return BitFlags Modifier and Type Method Description BitFlags
LWSDiskManager. getAvailability()
-
Uses of BitFlags in com.biglybt.core.peer
Methods in com.biglybt.core.peer that return BitFlags Modifier and Type Method Description BitFlags
PEPeer. getAvailable()
Methods in com.biglybt.core.peer with parameters of type BitFlags Modifier and Type Method Description void
PEPeerListener. addAvailability(PEPeer peer, BitFlags peerHavePieces)
The peer asserts that their availability should be added to the torrent-global availability pool The peer must send when, and only when, their availability is known but not after going to CLOSING state.void
PEPeerListener. removeAvailability(PEPeer peer, BitFlags peerHavePieces)
The peer asserts that their availability must now be taken from the torrent-global availability pool The peer must send this only after having sent a corresponding addAvailability message, and must not send it in a state prior to CLOSING state. -
Uses of BitFlags in com.biglybt.core.peer.impl.control
Methods in com.biglybt.core.peer.impl.control that return BitFlags Modifier and Type Method Description BitFlags
PEPeerControlImpl.MyPeer. getAvailable()
-
Uses of BitFlags in com.biglybt.core.peer.impl.transport
Fields in com.biglybt.core.peer.impl.transport declared as BitFlags Modifier and Type Field Description private BitFlags
PEPeerTransportProtocol. peerHavePieces
lazy allocation; null until neededMethods in com.biglybt.core.peer.impl.transport that return BitFlags Modifier and Type Method Description BitFlags
PEPeerTransportProtocol. getAvailable()
Methods in com.biglybt.core.peer.impl.transport with parameters of type BitFlags Modifier and Type Method Description protected void
PEPeerTransportProtocol. checkFast(BitFlags flags)
-
Uses of BitFlags in com.biglybt.core.peermanager.piecepicker.impl
Methods in com.biglybt.core.peermanager.piecepicker.impl with parameters of type BitFlags Modifier and Type Method Description void
PiecePickerImpl.PEPeerListenerImpl. addAvailability(PEPeer peer, BitFlags peerHavePieces)
protected int
PiecePickerImpl. getPieceToStart(BitFlags startCandidates)
void
PiecePickerImpl.PEPeerListenerImpl. removeAvailability(PEPeer peer, BitFlags peerHavePieces)
Takes away the given pieces from global availability -
Uses of BitFlags in com.biglybt.core.peermanager.piecepicker.util
Methods in com.biglybt.core.peermanager.piecepicker.util that return BitFlags Modifier and Type Method Description BitFlags
BitFlags. and(BitFlags other)
Experimental.Methods in com.biglybt.core.peermanager.piecepicker.util with parameters of type BitFlags Modifier and Type Method Description BitFlags
BitFlags. and(BitFlags other)
Experimental.Constructors in com.biglybt.core.peermanager.piecepicker.util with parameters of type BitFlags Constructor Description BitFlags(BitFlags other)
clone constructor -
Uses of BitFlags in com.biglybt.core.torrent
Methods in com.biglybt.core.torrent with parameters of type BitFlags Modifier and Type Method Description TOTorrentFileHashTree.HashRequest
TOTorrentFileHashTree. requestPieceHash(int piece_number, BitFlags available)
-
Uses of BitFlags in com.biglybt.core.torrent.impl
Methods in com.biglybt.core.torrent.impl with parameters of type BitFlags Modifier and Type Method Description TOTorrentFileHashTree.HashRequest
TOTorrentFileHashTreeImpl. requestPieceHash(int piece_number, BitFlags available)
-
Uses of BitFlags in com.biglybt.pifimpl.local.peers
Fields in com.biglybt.pifimpl.local.peers declared as BitFlags Modifier and Type Field Description private BitFlags
PeerForeignDelegate. bit_flags
Methods in com.biglybt.pifimpl.local.peers that return BitFlags Modifier and Type Method Description BitFlags
PeerForeignDelegate. getAvailable()
-