Package | Description |
---|---|
org.springframework.messaging.simp.user |
Support for handling messages to "user" destinations (i.e.
|
org.springframework.web.socket.messaging |
WebSocket integration for Spring's messaging module.
|
Modifier and Type | Method and Description |
---|---|
SimpUser |
SimpSession.getUser()
Return the user associated with the session.
|
SimpUser |
SimpUserRegistry.getUser(String userName)
Get the user for the given name.
|
SimpUser |
MultiServerUserRegistry.getUser(String userName) |
Modifier and Type | Method and Description |
---|---|
Set<SimpUser> |
SimpUserRegistry.getUsers()
Return a snapshot of all connected users.
|
Set<SimpUser> |
MultiServerUserRegistry.getUsers() |
Modifier and Type | Method and Description |
---|---|
SimpUser |
DefaultSimpUserRegistry.getUser(String userName) |
Modifier and Type | Method and Description |
---|---|
Set<SimpUser> |
DefaultSimpUserRegistry.getUsers() |