| Package | Description | 
|---|---|
| com.hazelcast.client | 
 Contains classes/interfaces related to Client 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Collection<Client> | 
ClientService.getConnectedClients()
Returns all connected clients to this member. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ClientListener.clientConnected(Client client)
Invoked when a client is connected. 
 | 
void | 
ClientListener.clientDisconnected(Client client)
Invoked when a client is disconnected. 
 | 
Copyright © 2023 Hazelcast, Inc.. All rights reserved.