#include <TransferSession.h> [code]
Inherited by Protocols::BitTorrent::Transfers::TransferSessionImpl.
Inheritance diagram for Protocols::BitTorrent::Transfers::TransferSession:

Definition at line 42 of file TransferSession.h.
Public Member Functions | |
| virtual | ~TransferSession () |
| virtual void | sendPacket (const Packet &)=0 |
| virtual void | close ()=0 |
| virtual bool | areWeChoked () const =0 |
| virtual bool | areWeInterested () const =0 |
| virtual bool | areWeSnubbed () const =0 |
| virtual bool | areWeSeeder () const =0 |
| virtual bool | isPeerChoked () const =0 |
| virtual bool | isPeerInterested () const =0 |
| virtual bool | isPeerSnubbed () const =0 |
| virtual bool | isPeerSeeder () const =0 |
| virtual qint64 | totalDownloaded () const =0 |
| virtual qint64 | totalUploaded () const =0 |
| virtual qint64 | currentDownloadSpeed () const =0 |
| virtual qint64 | currentUploadSpeed () const =0 |
| virtual QBitArray | peerPiecesAvailable () const =0 |
| virtual QBitArray | wePiecesAvailable () const =0 |
|
|
Definition at line 47 of file TransferSession.h. |
|
|
Implemented in Protocols::BitTorrent::Transfers::TransferSessionImpl. |
|
|
Implemented in Protocols::BitTorrent::Transfers::TransferSessionImpl. |
|
|
Implemented in Protocols::BitTorrent::Transfers::TransferSessionImpl. |
|
|
Implemented in Protocols::BitTorrent::Transfers::TransferSessionImpl. |
|
|
Implemented in Protocols::BitTorrent::Transfers::TransferSessionImpl. |
|
|
Implemented in Protocols::BitTorrent::Transfers::TransferSessionImpl. |
|
|
Implemented in Protocols::BitTorrent::Transfers::TransferSessionImpl. |
|
|
Implemented in Protocols::BitTorrent::Transfers::TransferSessionImpl. |
|
|
Implemented in Protocols::BitTorrent::Transfers::TransferSessionImpl. |
|
|
Implemented in Protocols::BitTorrent::Transfers::TransferSessionImpl. |
|
|
Implemented in Protocols::BitTorrent::Transfers::TransferSessionImpl. |
|
|
Implemented in Protocols::BitTorrent::Transfers::TransferSessionImpl. |
|
|
Implemented in Protocols::BitTorrent::Transfers::TransferSessionImpl. |
|
|
Implemented in Protocols::BitTorrent::Transfers::TransferSessionImpl. |
|
|
Implemented in Protocols::BitTorrent::Transfers::TransferSessionImpl. |
|
|
Implemented in Protocols::BitTorrent::Transfers::TransferSessionImpl. |