Cuberite
A lightweight, fast and extensible game server for Minecraft
|
#include <HTTPFormParser.h>
Public Member Functions | |
virtual void | OnFileData (cHTTPFormParser &a_Parser, const char *a_Data, size_t a_Size)=0 |
Called when more file data has come for the current file in the form data. More... | |
virtual void | OnFileEnd (cHTTPFormParser &a_Parser)=0 |
Called when the current file part has ended in the form data. More... | |
virtual void | OnFileStart (cHTTPFormParser &a_Parser, const AString &a_FileName)=0 |
Called when a new file part is encountered in the form data. More... | |
virtual | ~cCallbacks () |
Definition at line 36 of file HTTPFormParser.h.
|
inlinevirtual |
Definition at line 40 of file HTTPFormParser.h.
|
pure virtual |
Called when more file data has come for the current file in the form data.
Implemented in cWebadminRequestData.
|
pure virtual |
Called when the current file part has ended in the form data.
Implemented in cWebadminRequestData.
|
pure virtual |
Called when a new file part is encountered in the form data.
Implemented in cWebadminRequestData.