#include <httpsvc.h>
Public Member Functions | |
PServiceHTTPFile (const PString &filename, BOOL needSig=FALSE) | |
PServiceHTTPFile (const PString &filename, const PFilePath &file, BOOL needSig=FALSE) | |
PServiceHTTPFile (const PString &filename, const PHTTPAuthority &auth, BOOL needSig=FALSE) | |
PServiceHTTPFile (const PString &filename, const PFilePath &file, const PHTTPAuthority &auth, BOOL needSig=FALSE) | |
void | OnLoadedText (PHTTPRequest &, PString &text) |
Protected Member Functions | |
virtual BOOL | GetExpirationDate (PTime &when) |
Protected Attributes | |
BOOL | needSignature |
PServiceHTTPFile::PServiceHTTPFile | ( | const PString & | filename, | |
BOOL | needSig = FALSE | |||
) | [inline] |
PServiceHTTPFile::PServiceHTTPFile | ( | const PString & | filename, | |
const PFilePath & | file, | |||
BOOL | needSig = FALSE | |||
) | [inline] |
PServiceHTTPFile::PServiceHTTPFile | ( | const PString & | filename, | |
const PHTTPAuthority & | auth, | |||
BOOL | needSig = FALSE | |||
) | [inline] |
PServiceHTTPFile::PServiceHTTPFile | ( | const PString & | filename, | |
const PFilePath & | file, | |||
const PHTTPAuthority & | auth, | |||
BOOL | needSig = FALSE | |||
) | [inline] |
void PServiceHTTPFile::OnLoadedText | ( | PHTTPRequest & | , | |
PString & | text | |||
) |
virtual BOOL PServiceHTTPFile::GetExpirationDate | ( | PTime & | when | ) | [protected, virtual] |
when | Time that the resource expires |
BOOL PServiceHTTPFile::needSignature [protected] |