| ClientSessionInfo |
Client session information to be used when running in a cluster.
|
| ClientSessionTask |
Class that defines possible remote operations that could be performed
on remote client sessions.
|
| ComponentSessionTask |
Class that defines possible remote operations that could be performed
on remote component sessions (for external components only).
|
| ConnectionMultiplexerSessionTask |
Class that defines possible remote operations that could be performed
on remote connection manager sessions.
|
| ConnectionSettings |
|
| ConnectionSettings.Client |
|
| ConnectionSettings.Component |
|
| ConnectionSettings.Multiplex |
|
| ConnectionSettings.Server |
|
| DeliverRawTextTask |
Cluster task that will ask a remote cluster node to deliver some raw text to a local session.
|
| DomainPair |
Holds a (possibly authenticated) domain pair.
|
| GetSessionsCountTask |
Task that will be executed in cluster nodes to get the number of sessions hosted by the
cluster node.
|
| IncomingServerSessionInfo |
Incoming server session information to be used when running in a cluster.
|
| IncomingServerSessionTask |
Class that defines possible remote operations that could be performed
on remote incoming server sessions.
|
| LocalClientSession |
Represents a session between the server and a client.
|
| LocalComponentSession |
Represents a session between the server and a component.
|
| LocalComponentSession.LocalExternalComponent |
The ExternalComponent acts as a proxy of the remote connected component.
|
| LocalConnectionMultiplexerSession |
Represents a session between the server and a connection manager.
|
| LocalIncomingServerSession |
Server-to-server communication is done using two TCP connections between the servers.
|
| LocalOutgoingServerSession |
Server-to-server communication is done using two TCP connections between the servers.
|
| LocalServerSession |
|
| LocalSession |
The session represents a connection between the server and a client (c2s) or
another server (s2s) as well as a connection with a component.
|
| OutgoingServerSessionTask |
Class that defines possible remote operations that could be performed
on remote outgoing server sessions.
|
| ProcessPacketTask |
Cluster task that will ask a remote cluster node to deliver some packet to a local session.
|
| RemoteClientSession |
Surrogate for client sessions hosted in some remote cluster node.
|
| RemoteComponentSession |
Surrogate for sessions of external components hosted in some remote cluster node.
|
| RemoteConnectionMultiplexerSession |
Surrogate for connection manager sessions hosted in some remote cluster node.
|
| RemoteIncomingServerSession |
Surrogate for incoming server sessions hosted in some remote cluster node.
|
| RemoteOutgoingServerSession |
Surrogate for outgoing server sessions hosted in some remote cluster node.
|
| RemoteSession |
Base class for sessions being hosted in other cluster nodes.
|
| RemoteSessionLocatorImpl |
Locator of sessions that know how to talk to Hazelcast cluster nodes.
|
| RemoteSessionTask |
Operations to be executed in a remote session hosted in a remote cluster node.
|
| SoftwareServerVersionManager |
A SoftwareServerVersionManager is the main responsible for sending query to remote entity and
Obtain software information from the remote entity server using XEP-0092 .
|
| SoftwareVersionManager |
A SoftwareVersionManager is the main responsible for sending query to remote entity and
Obtain software information from the remote entity using XEP-0092 .
|