The C++ framework for developing highly scalable, high performance servers on Windows platforms.

IICEConnectionCallback Class Reference

Inheritance diagram for IICEConnectionCallback:

List of all members.

Public Member Functions

virtual void AddRef ()=0
virtual void Release ()=0
virtual void OnConnectionEstablished ()=0
virtual bool OnDataReceived (JetByteTools::IO::CSmartBuffer &buffer)=0
virtual void OnConnectionClosed ()=0

Protected Member Functions

virtual ~IICEConnectionCallback ()
 We never delete instances of this interface; you must manage the lifetime of the class that implements it.


Constructor & Destructor Documentation

virtual ~IICEConnectionCallback (  )  [protected, virtual]

We never delete instances of this interface; you must manage the lifetime of the class that implements it.


Member Function Documentation

virtual void AddRef (  )  [pure virtual]

virtual void Release (  )  [pure virtual]

virtual void OnConnectionEstablished (  )  [pure virtual]

virtual bool OnDataReceived ( JetByteTools::IO::CSmartBuffer buffer  )  [pure virtual]

virtual void OnConnectionClosed (  )  [pure virtual]


Generated on Sun Sep 12 19:10:22 2021 for The Server Framework - v7.4 by doxygen 1.5.3