Slice front-end request messages 74/60574/7
authorTom Pantelis <tompantelis@gmail.com>
Wed, 19 Jul 2017 20:47:28 +0000 (16:47 -0400)
committerRobert Varga <nite@hq.sk>
Sun, 30 Jul 2017 10:17:27 +0000 (10:17 +0000)
Added infrastructure to use the MessageSlicer to slice SliceableMessages in
the TransmitQueue.Transmitting class on the front-end. A MessageAssembler is
used on the Shard side to re-assemble. Currently only the
front-end ModifyTransactionRequest is a SliceableMessage as it contains a
NormalizedNode which can be arbitrarily large - the others are small and
don't require slicing.

Change-Id: I7b09e4864e19d3fdb215c2b9dbcb64c14b6a143c
Signed-off-by: Tom Pantelis <tompantelis@gmail.com>

No differences found