| Package | Description | 
|---|---|
| com.hazelcast.client | |
| com.hazelcast.core | 
 Provides core API interfaces/classes. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ClientEndpoint  | 
| Modifier and Type | Method and Description | 
|---|---|
Collection<Client> | 
ClientEngineImpl.getEndpoints()  | 
| 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 new client is connected. 
 | 
void | 
ClientListener.clientDisconnected(Client client)
Invoked when a new client is disconnected. 
 | 
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.