public class SubscribeMessage extends WampMessage
Client-to-Server message
| Constructor and Description |
|---|
SubscribeMessage(com.fasterxml.jackson.core.JsonParser jp) |
SubscribeMessage(String topicURI) |
| Modifier and Type | Method and Description |
|---|---|
String |
getTopicURI() |
String |
toJson(com.fasterxml.jackson.core.JsonFactory jsonFactory) |
String |
toString() |
addHeader, fromJson, getHeader, getType, getWebSocketSessionIdpublic SubscribeMessage(String topicURI)
public SubscribeMessage(com.fasterxml.jackson.core.JsonParser jp)
throws IOException
IOExceptionpublic String toJson(com.fasterxml.jackson.core.JsonFactory jsonFactory) throws IOException
toJson in class WampMessageIOExceptionpublic String getTopicURI()
Copyright © 2014. All Rights Reserved.