tufao
0.8.1
An asynchronous web framework for C++ built on top of Qt
|
This class provides an factory interface to create AbstractHttpServerRequestHandler objects. More...
Public Member Functions | |
virtual AbstractHttpServerRequestHandler * | createHandler (QObject *parent)=0 |
Creates one handler. More... | |
This class provides an factory interface to create AbstractHttpServerRequestHandler objects.
If you want to implement plugins to interact with HttpPluginServer, then you need to make your plugins implement this interface.
|
pure virtual |
Creates one handler.
All handlers created by this method should return objects with similar behaviour (e.g. returning objects from the same class).