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

Signals | |
| void | finished () |
Public Member Functions | |
| TcpSocket (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) | |
| 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 26 of file socket.cpp.
|
finaloverridevirtual |
Implements Cutelyst::Socket.
Definition at line 37 of file socket.cpp.
|
finaloverridevirtual |
Implements Cutelyst::Socket.
Definition at line 52 of file socket.cpp.
|
finaloverridevirtual |
Implements Cutelyst::Socket.
Definition at line 43 of file socket.cpp.
| void TcpSocket::socketDisconnected | ( | ) |
Definition at line 57 of file socket.cpp.