Cuberite
A lightweight, fast and extensible game server for Minecraft
|
#include <TransferEncodingParser.h>
Public Member Functions | |
virtual void | OnBodyData (const void *a_Data, size_t a_Size)=0 |
Called for each chunk of the incoming body data. More... | |
virtual void | OnBodyFinished (void)=0 |
Called when the entire body has been reported by OnBodyData(). More... | |
virtual void | OnError (const AString &a_ErrorDescription)=0 |
Called when an error has occured while parsing. More... | |
virtual | ~cCallbacks () |
Definition at line 24 of file TransferEncodingParser.h.
|
inlinevirtual |
Definition at line 28 of file TransferEncodingParser.h.
|
pure virtual |
Called for each chunk of the incoming body data.
Implemented in cHTTPMessageParser.
|
pure virtual |
Called when the entire body has been reported by OnBodyData().
Implemented in cHTTPMessageParser.
|
pure virtual |
Called when an error has occured while parsing.
Implemented in cHTTPMessageParser.