QGIS API Documentation
3.16.0-Hannover (43b64b13f3)
|
Go to the documentation of this file.
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 sendResponse()
Method called when the QgsRequestHandler sends its data to FCGI stdout.
virtual void requestReady()
Method called when the QgsRequestHandler is ready and populated with parameters, just before entering...
virtual void responseComplete()
Method called when the QgsRequestHandler processing has done and the response is ready,...
QgsServerInterface Class defining interfaces exposed by QGIS Server and made available to plugins.