| Package | Description |
|---|---|
| com.hazelcast.client |
This package contains the serverside client functionality
|
| 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 |
|---|---|
boolean |
ClientEndpointManager.registerEndpoint(ClientEndpoint endpoint)
Registers an endpoint with this ClientEndpointManager.
|
void |
ClientEndpointManager.removeEndpoint(ClientEndpoint endpoint)
Removes an endpoint from this ClientEndpointManager.
|
Copyright © 2018 Hazelcast, Inc.. All rights reserved.