Package | Description |
---|---|
com.hazelcast.client |
Contains classes/interfaces related to Client
|
com.hazelcast.core |
Provides core API interfaces/classes.
|
Modifier and Type | Class and Description |
---|---|
class |
ClientEndpoint |
class |
ClientImpl |
Modifier and Type | Method and Description |
---|---|
Client |
HazelcastClientProxy.getLocalEndpoint() |
Client |
HazelcastClient.getLocalEndpoint() |
Modifier and Type | Method and Description |
---|---|
Collection<Client> |
ClientEngineImpl.getClients() |
Modifier and Type | Method and Description |
---|---|
Collection<Client> |
ClientService.getConnectedClients()
Returns all connected clients to this member.
|
Modifier and Type | Method and Description |
---|---|
void |
ClientListener.clientConnected(Client client)
Invoked when a new client is connected.
|
void |
ClientListener.clientDisconnected(Client client)
Invoked when a new client is disconnected.
|
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.