#include <PacketSession.h> [code]
Inherits Protocols::Generics::GenericSession.
Inheritance diagram for Protocols::BitTorrent::Transfers::PacketSession:


Definition at line 48 of file PacketSession.h.
Public Member Functions | |
| PacketSession (auto_ptr< Transport > transport, SessionStatus *status) | |
| ~PacketSession () | |
Private Types | |
| typedef FifoQueue | PacketQueue |
Private Member Functions | |
| CALITKO_TESTABLE | PacketSession (const PacketSession &) |
| PacketSession & | operator= (const PacketSession &) |
Private Attributes | |
| auto_ptr< Transport > | transport |
| PacketProtocol | packetProtocol |
| PacketSerializer | packetSerializer |
| PacketQueue | packetQueue |
| SessionStatus * | status |
|
|
Definition at line 58 of file PacketSession.h. |
|
|
|
|
||||||||||||
|
Definition at line 28 of file PacketSession.cpp. |
|
|
Definition at line 39 of file PacketSession.cpp. |
|
|
|
|
|
Definition at line 61 of file PacketSession.h. |
|
|
Definition at line 63 of file PacketSession.h. |
|
|
Definition at line 62 of file PacketSession.h. |
|
|
Reimplemented from Protocols::Generics::GenericSession. Definition at line 64 of file PacketSession.h. |
|
|
Reimplemented from Protocols::Generics::GenericSession. Definition at line 60 of file PacketSession.h. |