| Package | Description |
|---|---|
| com.hazelcast.client |
Contains classes/interfaces related to Client
|
| Modifier and Type | Method and Description |
|---|---|
ClientEndpoint |
ClientEndpointManager.getEndpoint(com.hazelcast.nio.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) |
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.