Package hudson.remoting
Interface AbstractByteArrayCommandTransport.ByteArrayReceiver
- Enclosing class:
- AbstractByteArrayCommandTransport
public static interface AbstractByteArrayCommandTransport.ByteArrayReceiver
-
Method Details
-
handle
void handle(byte[] payload) Notifies theChannel
that the transport has received a new block. As discussed inAbstractByteArrayCommandTransport.writeBlock(Channel, byte[])
, the block boundary is significant. -
terminate
-