23 #ifndef HAZELCAST_SocketInterceptor
24 #define HAZELCAST_SocketInterceptor
27 #include "hazelcast/util/HazelcastDll.h"
50 #endif //HAZELCAST_SocketInterceptor
Base class for socketInterceptor classes to inherit from.
Definition: SocketInterceptor.h:38
c Sockets wrapper class.
Definition: Socket.h:62
virtual void onConnect(const Socket &connectedSocket)=0
Will be called with the Socket, each time client creates a connection to any Member.