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 |
---|---|
java.util.Set<SimpSubscription> |
MultiServerUserRegistry.findSubscriptions(SimpSubscriptionMatcher matcher) |
java.util.Set<SimpSubscription> |
SimpUserRegistry.findSubscriptions(SimpSubscriptionMatcher matcher)
Find subscriptions with the given matcher.
|
java.util.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 |
---|---|
java.util.Set<SimpSubscription> |
DefaultSimpUserRegistry.findSubscriptions(SimpSubscriptionMatcher matcher) |