| 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.impl.protocol.task | Client tasks associated with requests. | 
| Modifier and Type | Method and Description | 
|---|---|
| ClientEndpoint | ClientEndpointManager. getEndpoint(Connection connection)Gets the endpoint for a given connection. | 
| Modifier and Type | Method and Description | 
|---|---|
| Collection<ClientEndpoint> | ClientEndpointManager. getEndpoints()Returns the current endpoints. | 
| Set<ClientEndpoint> | ClientEndpointManager. getEndpoints(String clientUuid)Gets all the endpoints for a given client. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ClientEndpointManager. registerEndpoint(ClientEndpoint endpoint)Registers an endpoint with this ClientEndpointManager. | 
| void | ClientEndpointManager. removeEndpoint(ClientEndpoint endpoint)Removes an endpoint from this ClientEndpointManager. | 
| void | ClientEndpointManager. removeEndpoint(ClientEndpoint endpoint,
              boolean closeImmediately)Removes an endpoint and optionally closes it immediately. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ClientEndpointImplThe  ClientEndpointandClientimplementation. | 
| Modifier and Type | Method and Description | 
|---|---|
| ClientEndpoint | ClientEndpointManagerImpl. getEndpoint(Connection connection) | 
| Modifier and Type | Method and Description | 
|---|---|
| Collection<ClientEndpoint> | ClientEndpointManagerImpl. getEndpoints() | 
| Set<ClientEndpoint> | ClientEndpointManagerImpl. getEndpoints(String clientUuid) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ClientEngineImpl. bind(ClientEndpoint endpoint) | 
| void | ClientEndpointManagerImpl. registerEndpoint(ClientEndpoint endpoint) | 
| void | ClientEndpointManagerImpl. removeEndpoint(ClientEndpoint endpoint) | 
| void | ClientEndpointManagerImpl. removeEndpoint(ClientEndpoint ce,
              boolean closeImmediately) | 
| Modifier and Type | Field and Description | 
|---|---|
| protected ClientEndpoint | AbstractMessageTask. endpoint | 
| Modifier and Type | Method and Description | 
|---|---|
| protected ClientEndpoint | AbstractMessageTask. getEndpoint() | 
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.