Informs the sender that all the bytes of the current {@link Delivery} have been written.
The application must call this method in order for the delivery to be considered complete.
@see #send(byte[], int, int)
TODO fully state the rules regarding when you have to call this method, what happens if you don't call it
before creating another delivery etc.
{@inheritDoc}
Informs the sender that all the bytes of the current {@link Delivery} have been written. The application must call this method in order for the delivery to be considered complete.
@see #send(byte[], int, int)
TODO fully state the rules regarding when you have to call this method, what happens if you don't call it before creating another delivery etc.