Notification that content should be written to the encoder. {@link IOControl} instance passed as a parameter to the method can be used to suspend output events if the entity is temporarily unable to produce more content.
When all content is finished, this MUST call {@link ContentEncoder#complete()}. Failure to do so could result in the entity never being written.
@param encoder content encoder.
@param ioctrl I/O control of the underlying connection.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.