Uses of Class
com.biglybt.core.peermanager.messaging.bittorrent.BTPiece
-
Packages that use BTPiece Package Description com.biglybt.core.networkmanager.impl.http com.biglybt.core.peer.impl.transport com.biglybt.core.peermanager.utils com.biglybt.pif.messaging.bittorrent -
-
Uses of BTPiece in com.biglybt.core.networkmanager.impl.http
Fields in com.biglybt.core.networkmanager.impl.http declared as BTPiece Modifier and Type Field Description private BTPiece
HTTPNetworkConnection.pendingRequest. bt_piece
Methods in com.biglybt.core.networkmanager.impl.http that return BTPiece Modifier and Type Method Description protected BTPiece
HTTPNetworkConnection.pendingRequest. getBTPiece()
Methods in com.biglybt.core.networkmanager.impl.http with parameters of type BTPiece Modifier and Type Method Description protected 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 BTPiece Modifier and Type Method Description protected 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 BTPiece Modifier and Type Field Description private java.util.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 Modifier and Type Field Description private BTPiece
BTMessagePiece. piece
-