#include <http.h>
Inheritance diagram for PHTTPConnectionInfo:
PHTTPConnectionInfo::PHTTPConnectionInfo | ( | ) |
PHTTP::Commands PHTTPConnectionInfo::GetCommandCode | ( | ) | const [inline] |
const PString& PHTTPConnectionInfo::GetCommandName | ( | ) | const [inline] |
const PURL& PHTTPConnectionInfo::GetURL | ( | ) | const [inline] |
const PMIMEInfo& PHTTPConnectionInfo::GetMIME | ( | ) | const [inline] |
PBoolean PHTTPConnectionInfo::IsCompatible | ( | int | major, | |
int | minor | |||
) | const |
PBoolean PHTTPConnectionInfo::IsPersistant | ( | ) | const [inline] |
PBoolean PHTTPConnectionInfo::WasPersistant | ( | ) | const [inline] |
PBoolean PHTTPConnectionInfo::IsProxyConnection | ( | ) | const [inline] |
int PHTTPConnectionInfo::GetMajorVersion | ( | ) | const [inline] |
int PHTTPConnectionInfo::GetMinorVersion | ( | ) | const [inline] |
long PHTTPConnectionInfo::GetEntityBodyLength | ( | ) | const [inline] |
PTimeInterval PHTTPConnectionInfo::GetPersistenceTimeout | ( | ) | const [inline] |
Get the maximum time a persistent connection may persist.
void PHTTPConnectionInfo::SetPersistenceTimeout | ( | const PTimeInterval & | t | ) | [inline] |
Set the maximum time a persistent connection may persist.
unsigned PHTTPConnectionInfo::GetPersistenceMaximumTransations | ( | ) | const [inline] |
Get the maximum number of transations (GET/POST etc) for persistent connection. If this is zero then there is no maximum.
void PHTTPConnectionInfo::SetPersistenceMaximumTransations | ( | unsigned | m | ) | [inline] |
Set the maximum number of transations (GET/POST etc) for persistent connection. If this is zero then there is no maximum.
const PMultipartFormInfoArray& PHTTPConnectionInfo::GetMultipartFormInfo | ( | ) | const [inline] |
void PHTTPConnectionInfo::ResetMultipartFormInfo | ( | ) | [inline] |
PString PHTTPConnectionInfo::GetEntityBody | ( | ) | const [inline] |
PBoolean PHTTPConnectionInfo::Initialise | ( | PHTTPServer & | server, | |
PString & | args | |||
) | [protected] |
void PHTTPConnectionInfo::DecodeMultipartFormInfo | ( | const PString & | type, | |
const PString & | entityBody | |||
) | [protected] |
friend class PHTTPServer [friend] |
PHTTP::Commands PHTTPConnectionInfo::commandCode [protected] |
PString PHTTPConnectionInfo::commandName [protected] |
PURL PHTTPConnectionInfo::url [protected] |
PMIMEInfo PHTTPConnectionInfo::mimeInfo [protected] |
PBoolean PHTTPConnectionInfo::isPersistant [protected] |
PBoolean PHTTPConnectionInfo::wasPersistant [protected] |
PBoolean PHTTPConnectionInfo::isProxyConnection [protected] |
int PHTTPConnectionInfo::majorVersion [protected] |
int PHTTPConnectionInfo::minorVersion [protected] |
PString PHTTPConnectionInfo::entityBody [protected] |
long PHTTPConnectionInfo::entityBodyLength [protected] |
PTimeInterval PHTTPConnectionInfo::persistenceTimeout [protected] |
unsigned PHTTPConnectionInfo::persistenceMaximum [protected] |
PMultipartFormInfoArray PHTTPConnectionInfo::multipartFormInfoArray [protected] |