VideoTools
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
GNet::SocketProtocolSink Class Referenceabstract

to deliver data from a socket. More...

#include <gsocketprotocol.h>

+ Inheritance diagram for GNet::SocketProtocolSink:

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
 

Detailed Description

to deliver data from a socket.

Definition at line 120 of file gsocketprotocol.h.

Member Function Documentation

virtual void GNet::SocketProtocolSink::onSecure ( const std::string &  peer_certificate)
protectedpure virtual

Called once the secure socket protocol has been successfully negotiated.


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