| Package | Description | 
|---|---|
| com.hazelcast.client.impl | 
 Implementation classes of the com.hazelcast.client interfaces 
 | 
| com.hazelcast.client.impl.protocol.task | 
 Client tasks associated with requests. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ClientEndpointImpl
The  
ClientEndpoint and Client implementation. | 
| Modifier and Type | Method and Description | 
|---|---|
ClientEndpoint | 
ClientEndpointManager.getEndpoint(Connection connection)
Gets the endpoint for a given connection. 
 | 
ClientEndpoint | 
ClientEndpointManagerImpl.getEndpoint(Connection connection)  | 
| Modifier and Type | Method and Description | 
|---|---|
Collection<ClientEndpoint> | 
ClientEndpointManager.getEndpoints()
Returns the current endpoints. 
 | 
Collection<ClientEndpoint> | 
ClientEndpointManagerImpl.getEndpoints()  | 
Set<ClientEndpoint> | 
ClientEndpointManager.getEndpoints(String clientUuid)
Gets all the endpoints for a given client. 
 | 
Set<ClientEndpoint> | 
ClientEndpointManagerImpl.getEndpoints(String clientUuid)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ClientEngineImpl.bind(ClientEndpoint endpoint)  | 
void | 
ClientEngine.bind(ClientEndpoint endpoint)  | 
void | 
NoOpClientEngine.bind(ClientEndpoint endpoint)  | 
void | 
ClientPartitionListenerService.deregisterPartitionListener(ClientEndpoint clientEndpoint)  | 
boolean | 
ClientEndpointManager.registerEndpoint(ClientEndpoint endpoint)
Registers an endpoint with this ClientEndpointManager. 
 | 
boolean | 
ClientEndpointManagerImpl.registerEndpoint(ClientEndpoint endpoint)  | 
void | 
ClientPartitionListenerService.registerPartitionListener(ClientEndpoint clientEndpoint,
                         long correlationId)  | 
void | 
ClientEndpointManager.removeEndpoint(ClientEndpoint endpoint)
Removes an endpoint from this ClientEndpointManager. 
 | 
void | 
ClientEndpointManagerImpl.removeEndpoint(ClientEndpoint clientEndpoint)  | 
| Modifier and Type | Field and Description | 
|---|---|
protected ClientEndpoint | 
AbstractMessageTask.endpoint  | 
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.