VideoTools
|
to deliver data from a socket. More...
#include <gsocketprotocol.h>
Public Member Functions | |
virtual | ~SocketProtocolSink () |
Destructor. | |
Protected Member Functions | |
virtual void | onData (const char *, size_t)=0 |
Called when data is read from the socket. | |
virtual void | onSecure (const std::string &peer_certificate)=0 |
Called once the secure socket protocol has been successfully negotiated. More... | |
Friends | |
class | SocketProtocolImp |
to deliver data from a socket.
Definition at line 120 of file gsocketprotocol.h.
|
protectedpure virtual |
Called once the secure socket protocol has been successfully negotiated.