This class provides an interface for HTTP upgrade handlers.
More...
This class provides an interface for HTTP upgrade handlers.
- See Also
- HttpUpgradeRouter
- Since
- 0.6
virtual bool Tufao::AbstractHttpUpgradeHandler::handleRequest |
( |
Tufao::HttpServerRequest * |
request, |
|
|
const QByteArray & |
head, |
|
|
const QStringList & |
args = QStringList() |
|
) |
| |
|
pure virtualslot |
Handles the HTTP upgrade request
.
- Parameters
-
args | A list of options that may be used by the handler. The HttpUpgradeRouter class uses this argument to send the captured texts in the regex pattern. |
- Return values
-
true | If the handler wants to manage the connection from now on. |
false | If the url isn't interested in this request and the request should be transfered to somebody else. |
The documentation for this class was generated from the following file: