See: Description
Interface | Description |
---|---|
DestinationUserNameProvider | |
SimpSession |
Represents a session of connected user.
|
SimpSubscription |
Represents a subscription within a user session.
|
SimpSubscriptionMatcher |
A strategy for matching subscriptions.
|
SimpUser |
Represents a connected user.
|
SimpUserRegistry |
A registry of currently connected users.
|
UserDestinationResolver |
A strategy for resolving a "user" destination by translating it to one or more
actual destinations one per active user session.
|
UserSessionRegistry | Deprecated
in favor of
SimpUserRegistry in combination with
ApplicationListener listening for
AbstractSubProtocolEvent events. |
Class | Description |
---|---|
DefaultUserDestinationResolver |
A default implementation of
UserDestinationResolver that relies
on a SimpUserRegistry to find active sessions for a user. |
DefaultUserSessionRegistry | Deprecated
as of 4.2 this class is no longer used, see deprecation notes
on
UserSessionRegistry for more details. |
MultiServerUserRegistry |
A user registry that is a composite of the "local" user registry as well as
snapshots of remote user registries.
|
UserDestinationMessageHandler |
MessageHandler with support for "user" destinations. |
UserDestinationResult |
Contains the result from parsing a "user" destination from a source message
and translating it to target destinations (one per active user session).
|
UserRegistryMessageHandler |
A MessageHandler that is subscribed to listen to broadcasts of user registry
information from other application servers as well as to periodically
broadcast the content of the local user registry.
|
UserSessionRegistryAdapter |
A temporary adapter to allow use of deprecated
UserSessionRegistry . |
Also included is SimpUserRegistry
for keeping track of connected user sessions.