Cuberite
A lightweight, fast and extensible game server for Minecraft
Public Member Functions | List of all members
cHTTPFormParser::cCallbacks Class Referenceabstract

#include <HTTPFormParser.h>

Inheritance diagram for cHTTPFormParser::cCallbacks:
Inheritance graph
[legend]

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 ()
 

Detailed Description

Definition at line 36 of file HTTPFormParser.h.

Constructor & Destructor Documentation

◆ ~cCallbacks()

virtual cHTTPFormParser::cCallbacks::~cCallbacks ( )
inlinevirtual

Definition at line 40 of file HTTPFormParser.h.

Member Function Documentation

◆ OnFileData()

virtual void cHTTPFormParser::cCallbacks::OnFileData ( cHTTPFormParser a_Parser,
const char *  a_Data,
size_t  a_Size 
)
pure virtual

Called when more file data has come for the current file in the form data.

Implemented in cWebadminRequestData.

◆ OnFileEnd()

virtual void cHTTPFormParser::cCallbacks::OnFileEnd ( cHTTPFormParser a_Parser)
pure virtual

Called when the current file part has ended in the form data.

Implemented in cWebadminRequestData.

◆ OnFileStart()

virtual void cHTTPFormParser::cCallbacks::OnFileStart ( cHTTPFormParser a_Parser,
const AString a_FileName 
)
pure virtual

Called when a new file part is encountered in the form data.

Implemented in cWebadminRequestData.


The documentation for this class was generated from the following file: