Sender.send

Sends some data for the current delivery. The application may call this method multiple times for the same delivery.

@param buffer the buffer to read the data from.

@return the number of bytes read from the provided buffer.

  1. int send(byte[] bytes, int offset, int length)
  2. int send(ReadableBuffer buffer)
    interface Sender

Meta