Class PendingWriteQueue

java.lang.Object
io.netty.channel.PendingWriteQueue

public final class PendingWriteQueue extends Object
A queue of write operations which are pending for later execution. It also updates the writability of the associated Channel, so that the pending write operations are also considered to determine the writability.