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