public class CallErrorMessage extends WampMessage
Server-to-Client message
| Constructor and Description |
|---|
CallErrorMessage(com.fasterxml.jackson.core.JsonParser jp) |
CallErrorMessage(String callID,
String errorURI,
String errorDesc) |
CallErrorMessage(String callID,
String errorURI,
String errorDesc,
Object errorDetails) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCallID() |
String |
getErrorDesc() |
Object |
getErrorDetails() |
String |
getErrorURI() |
String |
toJson(com.fasterxml.jackson.core.JsonFactory jsonFactory) |
String |
toString() |
addHeader, fromJson, getHeader, getType, getWebSocketSessionIdpublic CallErrorMessage(String callID, String errorURI, String errorDesc, Object errorDetails)
public CallErrorMessage(com.fasterxml.jackson.core.JsonParser jp)
throws IOException
IOExceptionpublic String getCallID()
public String getErrorURI()
public String getErrorDesc()
public Object getErrorDetails()
public String toJson(com.fasterxml.jackson.core.JsonFactory jsonFactory) throws IOException
toJson in class WampMessageIOExceptionCopyright © 2014. All Rights Reserved.