Http::ClientSession Class Reference
#include <ClientSession.h> [code]
Inherits QObject.
Inheritance diagram for Http::ClientSession:
[legend]Collaboration diagram for Http::ClientSession:
[legend]List of all members.
Detailed Description
- Todo:
- Add support for polling! Queue requests and write them when possible. Required for better BitTorrent support.
Definition at line 42 of file ClientSession.h.
Constructor & Destructor Documentation
| Http::ClientSession::ClientSession |
( |
const ClientSession & |
|
) |
[private] |
|
| ClientSession::~ClientSession |
( |
|
) |
|
|
Member Function Documentation
| void ClientSession::get |
( |
const QUrl & |
url, |
|
|
const Header & |
|
|
) |
|
|
| void ClientSession::head |
( |
const QUrl & |
url, |
|
|
const Header & |
|
|
) |
|
|
| void ClientSession::post |
( |
const QUrl & |
url, |
|
|
const Header & |
, |
|
|
const QByteArray & |
|
|
) |
|
|
| void Http::ClientSession::readError |
( |
|
) |
[signal] |
|
| void ClientSession::readResponseBody |
( |
QIODevice * |
file |
) |
|
|
| void Http::ClientSession::responseBodyRead |
( |
|
) |
[signal] |
|
| void Http::ClientSession::responseHeaderRead |
( |
|
) |
[signal] |
|
| void ClientSession::sendRequest |
( |
const QString & |
, |
|
|
const QUrl & |
, |
|
|
const Header & |
, |
|
|
const QByteArray & |
|
|
) |
[inline, private] |
|
| void ClientSession::startReadingResponse |
( |
|
) |
[private, slot] |
|
| void ClientSession::writeRequestBody |
( |
|
) |
[private, slot] |
|
Member Data Documentation
The documentation for this class was generated from the following files: