Return the number of application‐level bytes written.
Synopsis
Declared in <folly/io/async/AsyncTransport.h>
virtual
size_t
getAppBytesWritten() const = 0;
Return Value
The number of application‐level bytes written.
Created with MrDocs