Uses of Class
com.biglybt.core.peermanager.piecepicker.util.BitFlags
Packages that use BitFlags
Package
Description
-
Uses of BitFlags in com.biglybt.core.disk
Methods in com.biglybt.core.disk that return BitFlags -
Uses of BitFlags in com.biglybt.core.disk.impl
Fields in com.biglybt.core.disk.impl declared as BitFlagsMethods in com.biglybt.core.disk.impl that return BitFlags -
Uses of BitFlags in com.biglybt.core.lws
Fields in com.biglybt.core.lws declared as BitFlagsMethods in com.biglybt.core.lws that return BitFlags -
Uses of BitFlags in com.biglybt.core.peer
Methods in com.biglybt.core.peer that return BitFlagsMethods in com.biglybt.core.peer with parameters of type BitFlagsModifier and TypeMethodDescriptionvoid
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 -
Uses of BitFlags in com.biglybt.core.peer.impl.transport
Fields in com.biglybt.core.peer.impl.transport declared as BitFlagsModifier and TypeFieldDescriptionprivate BitFlags
PEPeerTransportProtocol.peerHavePieces
lazy allocation; null until neededMethods in com.biglybt.core.peer.impl.transport that return BitFlagsMethods in com.biglybt.core.peer.impl.transport with parameters of type BitFlags -
Uses of BitFlags in com.biglybt.core.peermanager.piecepicker.impl
Methods in com.biglybt.core.peermanager.piecepicker.impl with parameters of type BitFlagsModifier and TypeMethodDescriptionfinal void
PiecePickerImpl.PEPeerListenerImpl.addAvailability
(PEPeer peer, BitFlags peerHavePieces) protected final int
PiecePickerImpl.getPieceToStart
(BitFlags startCandidates) final 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 BitFlagsMethods in com.biglybt.core.peermanager.piecepicker.util with parameters of type BitFlagsConstructors in com.biglybt.core.peermanager.piecepicker.util with parameters of type BitFlags -
Uses of BitFlags in com.biglybt.core.torrent
Methods in com.biglybt.core.torrent with parameters of type BitFlagsModifier and TypeMethodDescriptionTOTorrentFileHashTree.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 BitFlagsModifier and TypeMethodDescriptionTOTorrentFileHashTreeImpl.requestPieceHash
(int piece_number, BitFlags available) -
Uses of BitFlags in com.biglybt.pifimpl.local.peers
Fields in com.biglybt.pifimpl.local.peers declared as BitFlagsMethods in com.biglybt.pifimpl.local.peers that return BitFlags