Uses of Class
org.jgroups.BaseMessage
-
Packages that use BaseMessage Package Description org.jgroups Provides top-level public JGroups classes such as Channel, Message, etc. -
-
Uses of BaseMessage in org.jgroups
Subclasses of BaseMessage in org.jgroups Modifier and Type Class Description classBatchMessageA message that contains a batch of messages.classBytesMessageAMessagecontaining a byte array as payload.classCompositeMessageA message composed of multiple messages.classEmptyMessageAMessagewithout a payload; optimized for sending only headers (e.g.classFragmentedMessageA message which refers to another message, but only marshals (Streamable.writeTo(DataOutput)) a part of the original message, starting at a givenBytesMessage.offsetand marshalling onlyBytesMessage.lengthbytes.classLongMessageMessage with a long as payload.classNioMessageAMessagewith a (heap-based or direct)ByteBufferas payload.
Note that the payload of an NioMessage must not be modified after sending it (ie.classObjectMessageAMessagewith an object as payload.
-