![]() |
cutelyst 4.3.0
A C++ Web Framework built on top of Qt, using the simple approach of Catalyst (Perl) framework.
|

Public Member Functions | |
| Socket (bool secure, Engine *_engine) | |
| virtual void | connectionClose ()=0 |
| virtual bool | flush ()=0 |
| virtual bool | requestFinished ()=0 |
| void | resetSocket () |
Public Attributes | |
| Engine * | engine |
| bool | isSecure |
| qint8 | processing |
| Protocol * | proto |
| ProtocolData * | protoData |
| QHostAddress | remoteAddress |
| quint16 | remotePort |
| QByteArray | serverAddress |
| bool | timeout |
| Socket::Socket | ( | bool | secure, |
| Cutelyst::Engine * | _engine | ||
| ) |
Definition at line 15 of file socket.cpp.
|
virtual |
Definition at line 21 of file socket.cpp.
| ProtocolData* Cutelyst::Socket::protoData |
| QHostAddress Cutelyst::Socket::remoteAddress |
| QByteArray Cutelyst::Socket::serverAddress |