Package org.jgroups

Class FragmentedMessage

All Implemented Interfaces:
Constructable<Message>, Message, SizeStreamable, Streamable

public class FragmentedMessage extends BytesMessage
A message which refers to another message, but only marshals (Streamable.writeTo(DataOutput)) a part of the original message, starting at a given BytesMessage.offset and marshalling only BytesMessage.length bytes.

The marshalling is done using PartialOutputStream.

Used by FRAG4.

Since:
5.0