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.spi |
Contains classes/interfaces related to Service Provider Interface
such as ClientProxy , ClientClusterService
|
com.hazelcast.client.spi.impl |
Provides util classes for com.hazelcast.client
|
com.hazelcast.core |
Provides core API interfaces/classes.
|
com.hazelcast.internal.management.dto |
These contain the DTO object to exchange information with the management center.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ClientEndpoint
Represents an endpoint to a client.
|
Modifier and Type | Class and Description |
---|---|
class |
ClientEvent
Event used for notification of client connection and disconnection
|
Modifier and Type | Class and Description |
---|---|
class |
ClientEndpointImpl
The
ClientEndpoint and Client implementation. |
class |
ClientImpl
Default
Client implementation. |
Modifier and Type | Method and Description |
---|---|
Client |
HazelcastClientInstanceImpl.getLocalEndpoint() |
Client |
HazelcastClientProxy.getLocalEndpoint() |
Modifier and Type | Method and Description |
---|---|
Collection<Client> |
ClientEngineImpl.getClients() |
Collection<Client> |
ClientServiceProxy.getConnectedClients() |
Modifier and Type | Method and Description |
---|---|
Client |
ClientClusterService.getLocalClient() |
Modifier and Type | Method and Description |
---|---|
Client |
ClientClusterServiceImpl.getLocalClient() |
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.
|
Constructor and Description |
---|
ClientEndPointDTO(Client client) |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.