| 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 | 
|---|---|
Set<SimpSubscription> | 
MultiServerUserRegistry.findSubscriptions(SimpSubscriptionMatcher matcher)  | 
Set<SimpSubscription> | 
SimpUserRegistry.findSubscriptions(SimpSubscriptionMatcher matcher)
Find subscriptions with the given matcher. 
 | 
Set<SimpSubscription> | 
SimpSession.getSubscriptions()
Return the subscriptions for this session. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
SimpSubscriptionMatcher.match(SimpSubscription subscription)
Match the given subscription. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Set<SimpSubscription> | 
DefaultSimpUserRegistry.findSubscriptions(SimpSubscriptionMatcher matcher)  |