|
Classified ads
|
Interface for receiving network traffic. More...
#include <connection.h>

Public Member Functions | |
| virtual bool | dataReceived (const QByteArray &aData, Connection &aConnection)=0 |
| virtual void | connectionClosed (Connection *aDeletee)=0 |
| virtual void | connectionReady (Connection *aBusinessEntity)=0 |
Interface for receiving network traffic.
class that must be implemented by animals that wish to receive data from connection
|
pure virtual |
method for communicating fact that connection ends
Implemented in NetworkListener.
|
pure virtual |
method for communicating fact that connection is open for business
Implemented in NetworkListener.
|
pure virtual |
method for sending data received
Implemented in NetworkListener.
1.8.8