public interface SocketInterceptor
MemberSocketInterceptor
 see SocketInterceptorConfig| Modifier and Type | Method and Description | 
|---|---|
| void | init(Properties properties)Initializes socket interceptor with properties which is set by
  Config.setProperty(String, String) | 
| void | onConnect(Socket connectedSocket)Called when a connection is established. | 
void init(Properties properties)
Config.setProperty(String, String)properties - from hazelcast configvoid onConnect(Socket connectedSocket) throws IOException
connectedSocket - related socketIOExceptionCopyright © 2015 Hazelcast, Inc.. All Rights Reserved.