Package | Description |
---|---|
com.hazelcast.client |
This package contains the serverside client functionality
|
com.hazelcast.nio |
This package contains classes related to New IO
|
Modifier and Type | Method and Description |
---|---|
SocketInterceptor |
ClientExtension.createSocketInterceptor()
Creates a
SocketInterceptor to be used by this client if available,
otherwise returns null |
Modifier and Type | Interface and Description |
---|---|
interface |
MemberSocketInterceptor
Member Socket Interceptor can be registered via
see
SocketInterceptorConfig
Warning: a MemberSocketInterceptor provides access to the socket and will bypass
any TLS encryption. |
Copyright © 2018 Hazelcast, Inc.. All rights reserved.