![]() |
Cuberite
A lightweight, fast and extensible game server for Minecraft
|
#include <MultipartParser.h>
Public Member Functions | |
virtual void | OnPartData (const char *a_Data, size_t a_Size)=0 |
Called when body for a part is received. More... | |
virtual void | OnPartEnd (void)=0 |
Called when the current part ends. More... | |
virtual void | OnPartHeader (const AString &a_Key, const AString &a_Value)=0 |
Called when a complete header line is received for a part. More... | |
virtual void | OnPartStart (void)=0 |
Called when a new part starts. More... | |
virtual | ~cCallbacks () |
Definition at line 22 of file MultipartParser.h.
|
inlinevirtual |
Definition at line 26 of file MultipartParser.h.
|
pure virtual |
Called when body for a part is received.
Implemented in cHTTPFormParser.
|
pure virtual |
Called when the current part ends.
Implemented in cHTTPFormParser.
|
pure virtual |
Called when a complete header line is received for a part.
Implemented in cHTTPFormParser.
|
pure virtual |
Called when a new part starts.
Implemented in cHTTPFormParser.