public class SubscribeMessage extends PubSubMessage
Client-to-Server message
EMPTY_OBJECT| Constructor and Description |
|---|
SubscribeMessage(com.fasterxml.jackson.core.JsonParser jp) |
SubscribeMessage(com.fasterxml.jackson.core.JsonParser jp,
WampSession wampSession) |
SubscribeMessage(String topicURI) |
| Modifier and Type | Method and Description |
|---|---|
String |
toJson(com.fasterxml.jackson.core.JsonFactory jsonFactory) |
String |
toString() |
getDestination, getTopicURI, setTopicURIfromJson, fromJson, fromJson, getHeader, getHeaders, getPayload, getPrincipal, getType, getWampSession, getWebSocketSessionId, replacePrefix, setDestinationTemplateVariables, setHeader, setWebSocketSessionIdpublic SubscribeMessage(String topicURI)
public SubscribeMessage(com.fasterxml.jackson.core.JsonParser jp)
throws IOException
IOExceptionpublic SubscribeMessage(com.fasterxml.jackson.core.JsonParser jp,
WampSession wampSession)
throws IOException
IOExceptionpublic String toJson(com.fasterxml.jackson.core.JsonFactory jsonFactory) throws IOException
toJson in class WampMessageIOExceptionCopyright © 2014–2017. All rights reserved.