Giriş
Şu satırı dahil ederiz
import com.hazelcast.nio.MemberSocketInterceptor;
Açıklaması şöyle.
Member Socket Interceptor can be registered via com.hazelcast.config.SocketInterceptorConfigWarning: a MemberSocketInterceptor provides access to the socket and will bypassany TLS encryption. So be warned that any data send using the SocketInterceptorcould be visible as plain text and could therefor be a security risk.
Kalıtım şöyle
SocketInterceptor
MemberSocketInterceptor
Metodlar şöyle
public void onAccept(Socket acceptedSocket) throws IOException public void onConnect(Socket connectedSocket) throws IOException
Hiç yorum yok:
Yorum Gönder