public class PrefixMessage extends WampMessage
Auxiliary Messages
| Constructor and Description |
|---|
PrefixMessage(com.fasterxml.jackson.core.JsonParser jp) |
PrefixMessage(String prefix,
String uri) |
| Modifier and Type | Method and Description |
|---|---|
String |
getPrefix() |
String |
getUri() |
String |
toJson(com.fasterxml.jackson.core.JsonFactory jsonFactory) |
String |
toString() |
addHeader, fromJson, getHeader, getType, getWebSocketSessionIdpublic PrefixMessage(com.fasterxml.jackson.core.JsonParser jp)
throws IOException
IOExceptionpublic String getPrefix()
public String getUri()
public String toJson(com.fasterxml.jackson.core.JsonFactory jsonFactory) throws IOException
toJson in class WampMessageIOExceptionCopyright © 2014. All Rights Reserved.