Uses of Class
com.biglybt.core.peermanager.messaging.bittorrent.BTPiece
Packages that use BTPiece
Package
Description
-
Uses of BTPiece in com.biglybt.core.networkmanager.impl.http
Fields in com.biglybt.core.networkmanager.impl.http declared as BTPieceMethods in com.biglybt.core.networkmanager.impl.http that return BTPieceModifier and TypeMethodDescriptionprotected BTPiece
HTTPNetworkConnection.pendingRequest.getBTPiece()
Methods in com.biglybt.core.networkmanager.impl.http with parameters of type BTPieceModifier and TypeMethodDescriptionprotected void
HTTPNetworkConnection.pendingRequest.setBTPiece
(BTPiece _bt_piece) -
Uses of BTPiece in com.biglybt.core.peer.impl.transport
Methods in com.biglybt.core.peer.impl.transport with parameters of type BTPieceModifier and TypeMethodDescriptionprotected void
PEPeerTransportProtocol.decodePiece
(BTPiece piece) -
Uses of BTPiece in com.biglybt.core.peermanager.utils
Fields in com.biglybt.core.peermanager.utils with type parameters of type BTPieceModifier and TypeFieldDescriptionprivate final HashMap<BTPiece,
DiskManagerReadRequest> OutgoingBTPieceMessageHandler.queued_messages
-
Uses of BTPiece in com.biglybt.pif.messaging.bittorrent
Fields in com.biglybt.pif.messaging.bittorrent declared as BTPiece