netty5/transport/src
Norman Maurer b37a41a535 Allow to get the number of bytes queued in PendingWriteQueue
Motivation:

For some use-cases it would be useful to know the number of bytes queued in the PendingWriteQueue without the need to dequeue them.

Modifications:

Add PendingWriteQueue.bytes().

Result:

Be able to get the number of bytes queued.
2016-07-11 09:05:20 +02:00
..
main/java/io/netty Allow to get the number of bytes queued in PendingWriteQueue 2016-07-11 09:05:20 +02:00
test/java/io/netty Allow to get the number of bytes queued in PendingWriteQueue 2016-07-11 09:05:20 +02:00