|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClientEndpoint | |
---|---|
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 |
Uses of ClientEndpoint in com.hazelcast.client |
---|
Methods in com.hazelcast.client that return ClientEndpoint | |
---|---|
ClientEndpoint |
ClientEndpointManager.getEndpoint(Connection connection)
Gets the endpoint for a given connection. |
Methods in com.hazelcast.client that return types with arguments of type ClientEndpoint | |
---|---|
Collection<ClientEndpoint> |
ClientEndpointManager.getEndpoints()
Returns the current endpoints. |
Set<ClientEndpoint> |
ClientEndpointManager.getEndpoints(String clientUuid)
Gets all the endpoints for a given client. |
Methods in com.hazelcast.client with parameters of type ClientEndpoint | |
---|---|
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. |
Uses of ClientEndpoint in com.hazelcast.client.impl |
---|
Classes in com.hazelcast.client.impl that implement ClientEndpoint | |
---|---|
class |
ClientEndpointImpl
The ClientEndpoint and Client implementation. |
Methods in com.hazelcast.client.impl that return ClientEndpoint | |
---|---|
ClientEndpoint |
ClientEndpointManagerImpl.getEndpoint(Connection connection)
|
Methods in com.hazelcast.client.impl that return types with arguments of type ClientEndpoint | |
---|---|
Collection<ClientEndpoint> |
ClientEndpointManagerImpl.getEndpoints()
|
Set<ClientEndpoint> |
ClientEndpointManagerImpl.getEndpoints(String clientUuid)
|
Methods in com.hazelcast.client.impl with parameters of type ClientEndpoint | |
---|---|
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)
|
Uses of ClientEndpoint in com.hazelcast.client.impl.client |
---|
Fields in com.hazelcast.client.impl.client declared as ClientEndpoint | |
---|---|
protected ClientEndpoint |
ClientRequest.endpoint
|
Methods in com.hazelcast.client.impl.client that return ClientEndpoint | |
---|---|
ClientEndpoint |
ClientRequest.getEndpoint()
|
Methods in com.hazelcast.client.impl.client with parameters of type ClientEndpoint | |
---|---|
void |
ClientRequest.setEndpoint(ClientEndpoint endpoint)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |