-
- All Implemented Interfaces:
-
java.lang.Cloneable
public class BaseMessage implements Cloneable
-
-
Method Summary
Modifier and Type Method Description voidgetDetails(StringBuilder builder)Generate a String summary of this BaseMessage. voiddecode(ChannelOptions opts)voiddecode(ChannelOptions opts, DecodingContext context)voidencode(ChannelOptions opts)static JsonObjecttoJsonObject(BaseMessage message)Base for gson serialisers. -
-
Method Detail
-
getDetails
void getDetails(StringBuilder builder)
Generate a String summary of this BaseMessage.
-
decode
void decode(ChannelOptions opts)
-
decode
void decode(ChannelOptions opts, DecodingContext context)
-
encode
void encode(ChannelOptions opts)
-
toJsonObject
static JsonObject toJsonObject(BaseMessage message)
Base for gson serialisers.
-
-
-
-