|
PWLib
1.10.10
|
#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] |
References needSignature.
| PServiceHTTPFile::PServiceHTTPFile | ( | const PString & | filename, |
| const PFilePath & | file, | ||
| BOOL | needSig = FALSE |
||
| ) | [inline] |
References needSignature.
| PServiceHTTPFile::PServiceHTTPFile | ( | const PString & | filename, |
| const PHTTPAuthority & | auth, | ||
| BOOL | needSig = FALSE |
||
| ) | [inline] |
References needSignature.
| PServiceHTTPFile::PServiceHTTPFile | ( | const PString & | filename, |
| const PFilePath & | file, | ||
| const PHTTPAuthority & | auth, | ||
| BOOL | needSig = FALSE |
||
| ) | [inline] |
References needSignature.
| virtual BOOL PServiceHTTPFile::GetExpirationDate | ( | PTime & | when | ) | [protected, virtual] |
| when | Time that the resource expires |
| void PServiceHTTPFile::OnLoadedText | ( | PHTTPRequest & | , |
| PString & | text | ||
| ) |
BOOL PServiceHTTPFile::needSignature [protected] |
Referenced by PServiceHTTPFile().
1.7.6.1