cutelyst  4.4.0
A C++ Web Framework built on top of Qt, using the simple approach of Catalyst (Perl) framework.
Cutelyst::Socket Class Referenceabstract
Inheritance diagram for Cutelyst::Socket:

Public Member Functions

 Socket (bool secure, Engine *_engine)
 
virtual void connectionClose ()=0
 
virtual bool flush ()=0
 
virtual bool requestFinished ()=0
 
void resetSocket ()
 

Public Attributes

Engineengine
 
bool isSecure
 
qint8 processing
 
Protocolproto
 
ProtocolDataprotoData
 
QHostAddress remoteAddress
 
quint16 remotePort
 
QByteArray serverAddress
 
bool timeout
 

Detailed Description

Definition at line 24 of file socket.h.