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" ) );
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.
virtual void responseComplete()
Method called when the QgsRequestHandler processing has done and the response is ready, just after the main switch for core services and before final sending response to FCGI stdout.
QgsServerFilter(QgsServerInterface *serverInterface)
Constructor QgsServerInterface passed to plugins constructors and must be passed to QgsServerFilter i...
QgsServerInterface Class defining interfaces exposed by QGIS Server and made available to plugins...