public class PlainMessage extends TypedMessage
| Constructor and Description |
|---|
PlainMessage(java.lang.String payload)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
static PlainMessage |
create(java.lang.String text)
Create a plain message object.
|
getPayloadByteBuffer, getTextcreateFromHexPayload, createFromPayload, equals, getPayload, getPayloadByteBuffer, getPayloadHex, getType, hashCodepublic PlainMessage(java.lang.String payload)
payload - plain message payloadpublic static PlainMessage create(java.lang.String text)
text - plain message text