|
Class Summary |
| BTBitField |
Represents the pieces that the sender has successfully downloaded.A peer must
send this message immediately after the handshake operation. |
| BTCancel |
Cancels a request we may have sent to the remote host. |
| BTChoke |
Indicates that we will not upload anything to the remote host. |
| BTHave |
Indicates the index of a Piece that the peer has
successfully downloaded and validated. |
| BTInterested |
Indicates that the sender is interested in downloading from the remote host. |
| BTMessage |
Defines BitTorrent messages as defined in the specification,
http://www.bittorrent.org/beps/bep_0003.html#all-non-keepalive-messages-start-with-a-single-byte-which-gives-their-type. |
| BTNotInterested |
Indicates that the sender is not interested in downloading from the
remote host. |
| BTPieceMessage |
Pieces of a BitTorrent are equal sized chunks of a file. |
| BTRequest |
Indicates a block within a
Piece
that the sender is interested in downloading
from the recipient. |
| BTUnchoke |
Indicates that we will are no longer being chocked. |