#include <packetreceiver.h>
Public Member Functions | |
PacketReceiver (SocketType *socket, Queue< PacketType > *queue, Framework< PacketType, SocketType > *framework) | |
~PacketReceiver () | |
void | startListening () |
void | stopListening () |
virtual void | execute () |
virtual void | cleanup () |
void | handlePacket (PacketType *packet) |
unsigned long | bytesReceived () const |
unsigned long | packetsReceived () const |
unsigned long | packetsDelivered () const |
unsigned long | packetsUnreliableSkipped () const |
unsigned long | packetsReliableSkipped () const |
Definition at line 45 of file packetreceiver.h.