Class Message
- java.lang.Object
-
- com.c8db.internal.velocystream.internal.Message
-
public class Message extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.arangodb.velocypack.VPackSlicegetBody()com.arangodb.velocypack.VPackSlicegetHead()longgetId()
-
-
-
Constructor Detail
-
Message
public Message(long id, byte[] chunkBuffer) throws BufferUnderflowException, IndexOutOfBoundsException
-
Message
public Message(long id, com.arangodb.velocypack.VPackSlice head, com.arangodb.velocypack.VPackSlice body)
-
-