Uses of Interface
org.springframework.messaging.simp.user.SimpUser
Packages that use SimpUser 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.Uses of SimpUser in org.springframework.messaging.simp.user
Methods in org.springframework.messaging.simp.user that return SimpUser Modifier and Type Method Description SimpUserMultiServerUserRegistry. getUser(String userName)SimpUserSimpSession. getUser()Return the user associated with the session.SimpUserSimpUserRegistry. getUser(String userName)Get the user for the given name.Uses of SimpUser in org.springframework.web.socket.messaging
Methods in org.springframework.web.socket.messaging that return SimpUser Modifier and Type Method Description SimpUserDefaultSimpUserRegistry. getUser(String userName)Methods in org.springframework.web.socket.messaging that return types with arguments of type SimpUser Modifier and Type Method Description Set<SimpUser>DefaultSimpUserRegistry. getUsers()