| 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 |
MultiServerUserRegistry.getUser(String userName) |
SimpUser |
SimpUserRegistry.getUser(String userName)
Get the user for the given name.
|
| Modifier and Type | Method and Description |
|---|---|
Set<SimpUser> |
MultiServerUserRegistry.getUsers() |
Set<SimpUser> |
SimpUserRegistry.getUsers()
Return a snapshot of all connected users.
|
| Modifier and Type | Method and Description |
|---|---|
SimpUser |
DefaultSimpUserRegistry.getUser(String userName) |
| Modifier and Type | Method and Description |
|---|---|
Set<SimpUser> |
DefaultSimpUserRegistry.getUsers() |