|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ClientExtension
ClientExtension is a client extension mechanism to be able to plug different implementations of some modules, like; SerializationService, SocketChannelWrapperFactory etc.
Method Summary | |
---|---|
void |
afterStart(HazelcastClientInstanceImpl client)
Called after node is started |
void |
beforeStart(HazelcastClientInstanceImpl client)
Called before client is started |
SerializationService |
createSerializationService()
Creates a SerializationService instance to be used by this client. |
SocketChannelWrapperFactory |
getSocketChannelWrapperFactory()
Returns SocketChannelWrapperFactory instance to be used by this client. |
SocketInterceptor |
getSocketInterceptor()
Returns SocketInterceptor for this client if available, otherwise returns null. |
Method Detail |
---|
void beforeStart(HazelcastClientInstanceImpl client)
void afterStart(HazelcastClientInstanceImpl client)
SerializationService createSerializationService()
SocketInterceptor getSocketInterceptor()
SocketChannelWrapperFactory getSocketChannelWrapperFactory()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |