libktorrent  2.1.1
Public Member Functions | List of all members
utp::Transmitter Class Referenceabstract

#include <connection.h>

Inheritance diagram for utp::Transmitter:
Inheritance graph
[legend]

Public Member Functions

virtual void closed (Connection::Ptr conn)=0
 Called when the connection is closed.
 
virtual bool sendTo (Connection::Ptr conn, const PacketBuffer &packet)=0
 Send a packet of a connection.
 
virtual void stateChanged (Connection::Ptr conn, bool readable, bool writeable)=0
 Connection has become readable, writeable or both.
 

Detailed Description

Interface class for transmitting packets and notifying if a connection becomes readable or writeable

Definition at line 227 of file connection.h.


The documentation for this class was generated from the following file: