![]() |
Home · Modules · Classes · Namespaces · Functions |
The QxtHttpServerConnector class provides a built-in HTTP server for QxtHttpSessionManager More...
#include <QxtHttpServerConnector>
Inherits QxtAbstractHttpConnector.
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.
Creates a QxtHttpServerConnector with the given parent.
Copyright © 2007-2011 Qxt Foundation |
Qxt 0.6.2 |