Uses of Interface
com.hazelcast.client.Client
Packages that use Client
-
Uses of Client in com.hazelcast.client
Methods in com.hazelcast.client that return types with arguments of type ClientModifier and TypeMethodDescriptionClientService.getConnectedClients()
Returns all connected clients to this member.Methods in com.hazelcast.client with parameters of type ClientModifier and TypeMethodDescriptionvoid
ClientListener.clientConnected
(Client client) Invoked when a client is connected.void
ClientListener.clientDisconnected
(Client client) Invoked when a client is disconnected.