public class UnsubscribeMessage extends WampMessage
Client-to-Server message
| Constructor and Description |
|---|
UnsubscribeMessage(com.fasterxml.jackson.core.JsonParser jp) |
UnsubscribeMessage(String topicURI) |
| Modifier and Type | Method and Description |
|---|---|
String |
getTopicURI() |
String |
toJson(com.fasterxml.jackson.core.JsonFactory jsonFactory) |
String |
toString() |
addHeader, fromJson, getHeader, getType, getWampSession, getWebSocketSessionIdpublic UnsubscribeMessage(String topicURI)
public UnsubscribeMessage(com.fasterxml.jackson.core.JsonParser jp)
throws IOException
IOExceptionpublic String getTopicURI()
public String toJson(com.fasterxml.jackson.core.JsonFactory jsonFactory) throws IOException
toJson in class WampMessageIOExceptionCopyright © 2014–2015. All rights reserved.