#include <TransportStatus.h> [code]
Inherited by Protocols::BitTorrent::Transfers::Session, Protocols::Generics::GenericSession, and Protocols::Generics::TcpTransportFactory.
Inheritance diagram for Protocols::Generics::TransportStatus:

This is a required interface for any Transport implementation. The Transport implementation will send its status notifications over TransportStatus.
Definition at line 44 of file TransportStatus.h.
Public Member Functions | |
| virtual | ~TransportStatus () |
| virtual void | transportConnected (Transport *)=0 |
| virtual void | transportReadyRead (Transport *)=0 |
| virtual void | transportReadyWrite (Transport *)=0 |
| virtual void | transportDisconnected (Transport *)=0 |
|
|
Definition at line 51 of file TransportStatus.h. |
|
|
Implemented in Protocols::Generics::GenericSession, and Protocols::Generics::TcpTransportFactory. |
|
|
Implemented in Protocols::Generics::GenericSession, and Protocols::Generics::TcpTransportFactory. |
|
|
Implemented in Protocols::Generics::GenericSession, and Protocols::Generics::TcpTransportFactory. |
|
|
Implemented in Protocols::Generics::GenericSession, and Protocols::Generics::TcpTransportFactory. |