proxygen
folly::AsyncTransport::BufferCallback Class Referenceabstract

#include <AsyncTransport.h>

Inheritance diagram for folly::AsyncTransport::BufferCallback:
BufferCallback proxygen::HTTPSession proxygen::HTTPDownstreamSession proxygen::HTTPUpstreamSession

Public Member Functions

virtual ~BufferCallback ()
 
virtual void onEgressBuffered ()=0
 
virtual void onEgressBufferCleared ()=0
 

Detailed Description

Definition at line 437 of file AsyncTransport.h.

Constructor & Destructor Documentation

virtual folly::AsyncTransport::BufferCallback::~BufferCallback ( )
inlinevirtual

Definition at line 439 of file AsyncTransport.h.

439 {}

Member Function Documentation

virtual void folly::AsyncTransport::BufferCallback::onEgressBufferCleared ( )
pure virtual
virtual void folly::AsyncTransport::BufferCallback::onEgressBuffered ( )
pure virtual

The documentation for this class was generated from the following file: