Cuberite
A lightweight, fast and extensible game server for Minecraft
|
The form parser callbacks for requests in the "/webadmin" and "/~webadmin" paths. More...
Public Member Functions | |
cWebadminRequestData (const cHTTPIncomingRequest &a_Request) | |
virtual void | OnFileData (cHTTPFormParser &, const char *a_Data, size_t a_Size) override |
Called when more file data has come for the current file in the form data. More... | |
virtual void | OnFileEnd (cHTTPFormParser &) override |
Called when the current file part has ended in the form data. More... | |
virtual void | OnFileStart (cHTTPFormParser &, const AString &a_FileName) override |
Called when a new file part is encountered in the form data. More... | |
Public Member Functions inherited from cHTTPFormParser::cCallbacks | |
virtual | ~cCallbacks () |
Public Member Functions inherited from cHTTPIncomingRequest::cUserData | |
virtual | ~cUserData () |
Public Attributes | |
cHTTPFormParser | m_Form |
The form parser callbacks for requests in the "/webadmin" and "/~webadmin" paths.
Definition at line 28 of file WebAdmin.cpp.
|
inline |
Definition at line 36 of file WebAdmin.cpp.
|
inlineoverridevirtual |
Called when more file data has come for the current file in the form data.
Implements cHTTPFormParser::cCallbacks.
Definition at line 46 of file WebAdmin.cpp.
|
inlineoverridevirtual |
Called when the current file part has ended in the form data.
Implements cHTTPFormParser::cCallbacks.
Definition at line 51 of file WebAdmin.cpp.
|
inlineoverridevirtual |
Called when a new file part is encountered in the form data.
Implements cHTTPFormParser::cCallbacks.
Definition at line 42 of file WebAdmin.cpp.
cHTTPFormParser cWebadminRequestData::m_Form |
Definition at line 33 of file WebAdmin.cpp.