Hazelcast C++ Client
 All Classes Functions Variables Enumerations Pages
Public Member Functions | List of all members
hazelcast::client::SocketInterceptor Class Referenceabstract

Base class for socketInterceptor classes to inherit from. More...

#include <SocketInterceptor.h>

Public Member Functions

virtual void onConnect (const Socket &connectedSocket)=0
 Will be called with the Socket, each time client creates a connection to any Member.
 

Detailed Description

Base class for socketInterceptor classes to inherit from.

See Also
ClientConfig::setSocketInterceptor(SocketInterceptor *socketInterceptor);

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