public class Message extends Object
| Constructor and Description |
|---|
Message(long id,
byte[] chunkBuffer) |
Message(long id,
VPackSlice head,
VPackSlice body) |
| Modifier and Type | Method and Description |
|---|---|
VPackSlice |
getBody() |
VPackSlice |
getHead() |
long |
getId() |
public Message(long id,
byte[] chunkBuffer)
throws BufferUnderflowException,
IndexOutOfBoundsException
public Message(long id,
VPackSlice head,
VPackSlice body)
public long getId()
public VPackSlice getHead()
public VPackSlice getBody()
Copyright © 2016–2017 ArangoDB GmbH. All rights reserved.