Uses of Class
org.jgroups.BytesMessage
Packages that use BytesMessage
Package
Description
Provides top-level public JGroups classes such as Channel, Message, etc.
-
Uses of BytesMessage in org.jgroups
Subclasses of BytesMessage in org.jgroupsModifier and TypeClassDescriptionclassA message which refers to another message, but only marshals (Streamable.writeTo(DataOutput)) a part of the original message, starting at a givenoffsetand marshalling onlylengthbytes.Methods in org.jgroups with type parameters of type BytesMessageModifier and TypeMethodDescriptionprotected <T extends BytesMessage>
TBytesMessage.createMessage()protected <T extends BytesMessage>
TFragmentedMessage.createMessage()Methods in org.jgroups that return BytesMessageModifier and TypeMethodDescriptionBytesMessage.setArray(byte[] b, int offset, int length) Sets the internal array to point to a subset of a given array.Sets the arrayBytesMessage.setFlag(Message.Flag... flags) Takes an object and uses Java serialization to generate the byte array which is set in the message.