public class PublishMessage extends WampMessage
Client-to-Server message
| Constructor and Description |
|---|
PublishMessage(com.fasterxml.jackson.core.JsonParser jp) |
PublishMessage(String topicURI,
Object event) |
PublishMessage(String topicURI,
Object event,
Boolean excludeMe) |
PublishMessage(String topicURI,
Object event,
Set<String> exclude) |
PublishMessage(String topicURI,
Object event,
Set<String> exclude,
Set<String> eligible) |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getEligible() |
Object |
getEvent() |
Set<String> |
getExclude() |
Boolean |
getExcludeMe() |
String |
getTopicURI() |
String |
toJson(com.fasterxml.jackson.core.JsonFactory jsonFactory) |
String |
toString() |
addHeader, fromJson, getHeader, getType, getWebSocketSessionIdpublic PublishMessage(String topicURI, Object event, Set<String> exclude, Set<String> eligible)
public PublishMessage(com.fasterxml.jackson.core.JsonParser jp)
throws IOException
IOExceptionpublic String getTopicURI()
public Object getEvent()
public Boolean getExcludeMe()
public String toJson(com.fasterxml.jackson.core.JsonFactory jsonFactory) throws IOException
toJson in class WampMessageIOExceptionCopyright © 2014. All Rights Reserved.