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

Signals | |
| void | finished () |
Public Member Functions | |
| LocalSocket (Cutelyst::Engine *engine, QObject *parent=nullptr) | |
| void | connectionClose () override final |
| bool | flush () override final |
| bool | requestFinished () override final |
| void | socketDisconnected () |
Public Member Functions inherited from Cutelyst::Socket | |
| Socket (bool secure, Engine *_engine) | |
| virtual void | connectionClose ()=0 |
| virtual bool | flush ()=0 |
| virtual bool | requestFinished ()=0 |
| void | resetSocket () |
Additional Inherited Members | |
Public Attributes inherited from Cutelyst::Socket | |
| Engine * | engine |
| bool | isSecure |
| qint8 | processing |
| Protocol * | proto |
| ProtocolData * | protoData |
| QHostAddress | remoteAddress |
| quint16 | remotePort |
| QByteArray | serverAddress |
| bool | timeout |
|
explicit |
Definition at line 66 of file socket.cpp.
|
finaloverridevirtual |
Implements Cutelyst::Socket.
Definition at line 77 of file socket.cpp.
|
finaloverridevirtual |
Implements Cutelyst::Socket.
Definition at line 92 of file socket.cpp.
|
finaloverridevirtual |
Implements Cutelyst::Socket.
Definition at line 83 of file socket.cpp.
| void LocalSocket::socketDisconnected | ( | ) |
Definition at line 97 of file socket.cpp.