public static interface AbstractByteArrayCommandTransport.ByteArrayReceiver
void handle(byte[] payload)
Channel
that the transport has received a new block.
As discussed in AbstractByteArrayCommandTransport.writeBlock(Channel, byte[])
,
the block boundary is significant.void terminate(java.io.IOException e)
CommandReceiver#handle(Command)
for details.Copyright © 2013. All Rights Reserved.