|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface AbstractByteArrayCommandTransport.ByteArrayReceiver
Method Summary | |
---|---|
void |
handle(byte[] payload)
Notifies the Channel that the transport has received a new block. |
void |
terminate(java.io.IOException e)
See CommandReceiver#handle(Command) for details. |
Method Detail |
---|
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |