#include <SocketEventWatcher.hpp>
Public Member Functions | |
virtual void | onSocketDisconnect (SocketInterface const &iSocket)=0 |
Handle a socket disconnect. | |
virtual void | onSocketConnect (SocketInterface const &iSocket)=0 |
Handle a socket connection. | |
virtual void | onSocketMessage (SocketInterface const &iSocket, std::string const &Message)=0 |
Handle a socket message. | |
virtual void | onSocketRead (SocketInterface const &iSocket, DynamicBuffer< char > &ReadBuffer)=0 |
Handle a socket read. | |
SocketEventWatcher () | |
Default Constructor. | |
virtual | ~SocketEventWatcher () |
Destructor. |
This is an interface for classes wishing to receive socket events
Definition at line 60 of file SocketEventWatcher.hpp.