Hobrasoft httpd server
Embedded HTTP server for Qt and C++
Public Member Functions | List of all members
Example::Httpd::Httpd Class Reference

Own implementation of HTTP server. More...

#include <httpd.h>

Inheritance diagram for Example::Httpd::Httpd:
HobrasoftHttpd::HttpServer

Public Member Functions

 Httpd (QObject *parent)
 Constructor.
 
virtual HobrasoftHttpd::HttpRequestHandler * requestHandler (HobrasoftHttpd::HttpConnection *)
 Returns pointer to new instance of my own request handler HobrasoftHttpd::HttpRequestHandler.
 
- Public Member Functions inherited from HobrasoftHttpd::HttpServer
 HttpServer (QObject *parent)
 Constructor using default HttpSettings object.
 
 HttpServer (const HttpSettings *settings, QObject *parent)
 Constructor using your own HttpSettings. More...
 
void start ()
 Starts of restart HttpServer with new parameters.
 
const HttpSettings * settings () const
 Returs pointer to HttpSettings used in the HttpServer.
 
QVariant webStatus () const
 
QList< QPointer< HobrasoftHttpd::HttpConnection > > connections () const
 

Additional Inherited Members

- Protected Member Functions inherited from HobrasoftHttpd::HttpServer
void close ()
 Closes the QTcpServer bind with your HttpServer.
 

Detailed Description

Own implementation of HTTP server.

It extends the general class HobrasoftHttpd::HttpServer.

Definition at line 31 of file httpd.h.


The documentation for this class was generated from the following files: