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.client |
This contains the Requests and other DTO's exchanged between client/server
|
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 |
ClientEndpointImpl
The
ClientEndpoint and Client implementation. |
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) |
void |
ClientEngineImpl.sendResponse(ClientEndpoint endpoint,
Data key,
Object response,
int callId,
boolean isError,
boolean isEvent) |
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 © 2014 Hazelcast, Inc.. All Rights Reserved.