| Package | Description | 
|---|---|
| com.hazelcast.client | Contains classes/interfaces related to Client | 
| com.hazelcast.client.impl | Contains most of the client side HazelcastInstance implementation functionality. | 
| com.hazelcast.client.spi | Contains classes/interfaces related to the Hazelcast client Service Provider Interface. | 
| com.hazelcast.client.spi.impl | Provides util classes for the Hazelcast client SPI. | 
| com.hazelcast.core | Provides core API interfaces/classes. | 
| com.hazelcast.internal.management.dto | These contain the DTO object to exchange information with the management center. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | ClientEndpointRepresents an endpoint to a client. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ClientEventEvent used for notification of client connection and disconnection | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ClientEndpointImplThe  ClientEndpointandClientimplementation. | 
| class  | ClientImplDefault  Clientimplementation. | 
| Modifier and Type | Method and Description | 
|---|---|
| Client | HazelcastClientInstanceImpl. getLocalEndpoint() | 
| Client | HazelcastClientProxy. getLocalEndpoint() | 
| Modifier and Type | Method and Description | 
|---|---|
| Collection<Client> | ClientEngineImpl. getClients() | 
| Collection<Client> | ClientServiceProxy. getConnectedClients() | 
| Modifier and Type | Method and Description | 
|---|---|
| Client | ClientClusterService. getLocalClient() | 
| Modifier and Type | Method and Description | 
|---|---|
| Client | ClientClusterServiceImpl. getLocalClient() | 
| 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. | 
| Constructor and Description | 
|---|
| ClientEndPointDTO(Client client) | 
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.