cutelyst  4.3.0
A C++ Web Framework built on top of Qt, using the simple approach of Catalyst (Perl) framework.
Public Member Functions | Public Attributes | List of all members
Cutelyst::Socket Class Referenceabstract
Inheritance diagram for Cutelyst::Socket:
Inheritance graph
[legend]

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.