QGIS API Documentation  3.22.4-Białowieża (ce8e65e95e)
qgsserverfilter.cpp
Go to the documentation of this file.
1 /***************************************************************************
2  qgsseerverfilter.cpp
3  Server I/O filters class for QGIS Server for use by plugins
4  -------------------
5  begin : 2014-09-10
6  copyright : (C) 2014 by Alessandro Pasotti
7  email : a dot pasotti at itopen dot it
8  ***************************************************************************/
9 
10 /***************************************************************************
11  * *
12  * This program is free software; you can redistribute it and/or modify *
13  * it under the terms of the GNU General Public License as published by *
14  * the Free Software Foundation; either version 2 of the License, or *
15  * (at your option) any later version. *
16  * *
17  ***************************************************************************/
18 
19 
20 #include "qgsserverfilter.h"
21 #include "qgslogger.h"
22 
31  mServerInterface( serverInterface )
32 {
33 }
34 
36 {
37  QgsDebugMsg( QStringLiteral( "QgsServerFilter plugin default requestReady called" ) );
38 }
39 
41 {
42  QgsDebugMsg( QStringLiteral( "QgsServerFilter plugin default responseComplete called" ) );
43 }
44 
45 
47 {
48  QgsDebugMsg( QStringLiteral( "QgsServerFilter plugin default sendResponse called" ) );
49 }
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.
#define QgsDebugMsg(str)
Definition: qgslogger.h:38