Calculates the total number of bytes that are currently buffered in the transport to be written later.

Synopsis

Declared in <folly/io/async/AsyncTransport.h>

virtual
size_t
getAppBytesBuffered() const;

Return Value

The number of application‐level bytes buffered.

Created with MrDocs