Package org.webswing.server.model
Class EncodedMessage
- java.lang.Object
-
- org.webswing.server.model.EncodedMessage
-
public class EncodedMessage extends Object
-
-
Constructor Summary
Constructors Constructor Description EncodedMessage(org.webswing.model.MsgOut message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetJsonMessage()intgetLength(boolean binary)byte[]getProtoMessage()
-
-
-
Method Detail
-
getJsonMessage
public String getJsonMessage()
-
getProtoMessage
public byte[] getProtoMessage()
-
getLength
public int getLength(boolean binary)
-
-