#include <RFC1867.h>
Definition at line 27 of file RFC1867.h.
virtual proxygen::RFC1867Codec::Callback::~Callback |
( |
| ) |
|
|
inlinevirtual |
virtual void proxygen::RFC1867Codec::Callback::onError |
( |
| ) |
|
|
pure virtual |
virtual int proxygen::RFC1867Codec::Callback::onFieldData |
( |
std::unique_ptr< folly::IOBuf > |
, |
|
|
uint64_t |
postBytesProcessed |
|
) |
| |
|
pure virtual |
virtual void proxygen::RFC1867Codec::Callback::onFieldEnd |
( |
bool |
endedOnBoundary, |
|
|
uint64_t |
postBytesProcessed |
|
) |
| |
|
pure virtual |
On reading to end of a part indicated by boundary
- Parameters
-
endedOnBoundary | indicate successful part end |
Referenced by ~Callback().
The documentation for this class was generated from the following file: