31 mServerInterface( serverInterface )
37 QgsDebugMsg( QStringLiteral(
"QgsServerFilter plugin default requestReady called" ) );
42 QgsDebugMsg( QStringLiteral(
"QgsServerFilter plugin default responseComplete called" ) );
48 QgsDebugMsg( QStringLiteral(
"QgsServerFilter plugin default sendResponse called" ) );
QgsServerFilter(QgsServerInterface *serverInterface)
Constructor QgsServerInterface passed to plugins constructors and must be passed to QgsServerFilter i...
virtual void responseComplete()
Method called when the QgsRequestHandler processing has done and the response is ready,...
virtual void requestReady()
Method called when the QgsRequestHandler is ready and populated with parameters, just before entering...
virtual void sendResponse()
Method called when the QgsRequestHandler sends its data to FCGI stdout.
QgsServerInterface Class defining interfaces exposed by QGIS Server and made available to plugins.