|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Client | |
|---|---|
| com.hazelcast.client | This package contains the serverside client functionality |
| com.hazelcast.core | Provides core API interfaces/classes. |
| Uses of Client in com.hazelcast.client |
|---|
| Classes in com.hazelcast.client that implement Client | |
|---|---|
class |
ClientEndpoint
|
class |
ClientImpl
|
| Methods in com.hazelcast.client that return Client | |
|---|---|
Client |
HazelcastClientProxy.getLocalEndpoint()
|
Client |
HazelcastClient.getLocalEndpoint()
|
| Methods in com.hazelcast.client that return types with arguments of type Client | |
|---|---|
Collection<Client> |
ClientEngineImpl.getClients()
|
| Uses of Client in com.hazelcast.core |
|---|
| Methods in com.hazelcast.core that return types with arguments of type Client | |
|---|---|
Collection<Client> |
ClientService.getConnectedClients()
Returns all connected clients to this member. |
| Methods in com.hazelcast.core with parameters of type Client | |
|---|---|
void |
ClientListener.clientConnected(Client client)
Invoked when a new client is connected. |
void |
ClientListener.clientDisconnected(Client client)
Invoked when a new client is disconnected. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||