| Package | Description |
|---|---|
| com.hazelcast.client |
Contains classes/interfaces related to Client
|
| com.hazelcast.client.impl |
Implementation classes of the com.hazelcast.client interfaces
|
| com.hazelcast.client.impl.client |
This contains the Requests and other DTO's exchanged between client/server
|
| Modifier and Type | Method and Description |
|---|---|
ClientEndpoint |
ClientEndpointManager.getEndpoint(Connection conn) |
| Modifier and Type | Method and Description |
|---|---|
Collection<ClientEndpoint> |
ClientEndpointManager.getEndpoints() |
Set<ClientEndpoint> |
ClientEndpointManager.getEndpoints(String clientUuid) |
| Modifier and Type | Method and Description |
|---|---|
void |
ClientEndpointManager.registerEndpoint(ClientEndpoint endpoint) |
void |
ClientEndpointManager.removeEndpoint(ClientEndpoint endpoint) |
void |
ClientEndpointManager.removeEndpoint(ClientEndpoint endpoint,
boolean closeImmediately) |
| Modifier and Type | Class and Description |
|---|---|
class |
ClientEndpointImpl |
| Modifier and Type | Method and Description |
|---|---|
ClientEndpoint |
ClientEndpointManagerImpl.getEndpoint(Connection conn) |
| 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 |
ClientRequest.endpoint |
| Modifier and Type | Method and Description |
|---|---|
ClientEndpoint |
ClientRequest.getEndpoint() |
| Modifier and Type | Method and Description |
|---|---|
void |
ClientRequest.setEndpoint(ClientEndpoint endpoint) |
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.