public static interface AbstractByteArrayCommandTransport.ByteArrayReceiver
| Modifier and Type | Method and Description |
|---|---|
void |
handle(byte[] payload)
Notifies the
Channel that the transport has received a new block. |
void |
terminate(IOException e) |
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.CommandReceiver#handlevoid terminate(IOException e)
CommandReceiver#terminateCopyright © 2004–2020. All rights reserved.