![]() |
Home · Modules · Classes · Namespaces · Functions |
The QxtWeb module provides tools for creating web services using Qt. More...
QxtWeb provides tools for creating event-driven web services using Qt.
The general usage pattern is as follows:
When a new visitor connects who does not belong to a session, a new service instance is created. When a request is received, a QxtAbstractWebService::pageRequestedEvent() is dispatched to the service. When the service is ready to respond to the request, it posts a QxtWebPageEvent to the session manager. This is done asynchronously; there is no requirement that the pageRequestedEvent handler must respond to the request before the function ends, but such a response must eventually be posted or the web browser will eventually time out.
Copyright © 2007-2010 Qxt Foundation |
Qxt 0.7.0 |