19 #ifndef HAZELCAST_SocketInterceptor
20 #define HAZELCAST_SocketInterceptor
22 #include "hazelcast/util/HazelcastDll.h"
38 virtual void onConnect(
const Socket &connectedSocket) = 0;
45 #endif //HAZELCAST_SocketInterceptor
Base class for socketInterceptor classes to inherit from.
Definition: SocketInterceptor.h:33
Sockets wrapper interface class.
Definition: Socket.h:31