Uses of Class
org.jgroups.BytesMessage
-
Packages that use BytesMessage Package Description org.jgroups Provides top-level public JGroups classes such as Channel, Message, etc. -
-
Uses of BytesMessage in org.jgroups
Subclasses of BytesMessage in org.jgroups Modifier and Type Class Description classFragmentedMessageA 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 BytesMessage Modifier and Type Method Description protected <T extends BytesMessage>
TBytesMessage. createMessage()protected <T extends BytesMessage>
TFragmentedMessage. createMessage()Methods in org.jgroups that return BytesMessage Modifier and Type Method Description BytesMessageBytesMessage. setArray(byte[] b, int offset, int length)Sets the internal array to point to a subset of a given array.BytesMessageBytesMessage. setArray(ByteArray buf)Sets the arrayBytesMessageBytesMessage. setFlag(Message.Flag... flags)BytesMessageBytesMessage. setObject(java.lang.Object obj)Takes an object and uses Java serialization to generate the byte array which is set in the message.
-