Home · Modules · Classes · Namespaces · Functions

QxtHttpServerConnector Class Reference
[QxtWeb module]

The QxtHttpServerConnector class provides a built-in HTTP server for QxtHttpSessionManager More...

    #include <QxtHttpServerConnector>

Inherits QxtAbstractHttpConnector.

Public Functions

Additional Inherited Members


Detailed Description

The QxtHttpServerConnector class provides a built-in HTTP server for QxtHttpSessionManager

QxtHttpSessionManager does the work of managing sessions and state for the otherwise stateless HTTP protocol, but it relies on QxtAbstractHttpConnector subclasses to implement the protocol used to communicate with the web server.

QxtHttpServerConnector implements a complete HTTP server internally and does not require an external web server to function. However, it provides very little control over the behavior of the web server and may not suitable for high traffic scenarios or virtual hosting configurations.

See also QxtHttpSessionManager.


Member Function Documentation

QxtHttpServerConnector::QxtHttpServerConnector ( QObject * parent = 0 )

Creates a QxtHttpServerConnector with the given parent.


Copyright © 2007-2010 Qxt Foundation
Qxt 0.6.1