Package | Description |
---|---|
com.hazelcast.client |
This package contains the serverside client functionality
|
com.hazelcast.client.spi |
Contains classes/interfaces related to the Hazelcast client Service Provider Interface.
|
com.hazelcast.core |
Provides core API interfaces/classes.
|
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 | Method and Description |
---|---|
Client |
ClientClusterService.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 client is connected.
|
void |
ClientListener.clientDisconnected(Client client)
Invoked when a client is disconnected.
|
Copyright © 2018 Hazelcast, Inc.. All rights reserved.