HttpTester Class Reference

Inherits QObject.

Inheritance diagram for HttpTester:

Inheritance graph
[legend]
Collaboration diagram for HttpTester:

Collaboration graph
[legend]
List of all members.

Detailed Description

Definition at line 15 of file HttpTester.cpp.

Public Member Functions

 HttpTester (QCoreApplication *)
 ~HttpTester ()

Private Slots

void connectionEstablishedSlot ()
void responseHeaderReadSlot ()
void responseBodyReadSlot ()
void readErrorSlot ()

Private Attributes

QCoreApplicationapp
TcpConnection * connection
ClientSessionsession
QBuffer buffer


Constructor & Destructor Documentation

HttpTester::HttpTester QCoreApplication  ) 
 

Definition at line 36 of file HttpTester.cpp.

HttpTester::~HttpTester  ) 
 

Definition at line 50 of file HttpTester.cpp.


Member Function Documentation

void HttpTester::connectionEstablishedSlot  )  [private, slot]
 

Definition at line 57 of file HttpTester.cpp.

void HttpTester::readErrorSlot  )  [private, slot]
 

Definition at line 89 of file HttpTester.cpp.

void HttpTester::responseBodyReadSlot  )  [private, slot]
 

Definition at line 83 of file HttpTester.cpp.

void HttpTester::responseHeaderReadSlot  )  [private, slot]
 

Definition at line 74 of file HttpTester.cpp.


Member Data Documentation

QCoreApplication* HttpTester::app [private]
 

Definition at line 30 of file HttpTester.cpp.

QBuffer HttpTester::buffer [private]
 

Definition at line 33 of file HttpTester.cpp.

TcpConnection* HttpTester::connection [private]
 

Definition at line 31 of file HttpTester.cpp.

ClientSession* HttpTester::session [private]
 

Definition at line 32 of file HttpTester.cpp.


The documentation for this class was generated from the following file: