#include <fsInternetURLFiles.h>
Public Member Functions | |
| fsInternetResult | GetList (fsInternetURLServer *pServer, LPCSTR pszPath) |
| void | RetreiveInfoWhileGettingList (BOOL b) |
| void | SetHttpEventFunc (fntHttpFilesEventFunc pfn, LPVOID lpParam) |
| LPCSTR | GetCurrentPath () |
| LPCSTR | GetLastError () |
| void | Abort () |
| fsFileInfo * | GetFileInfo (UINT uIndex) |
| UINT | GetFileCount () |
| fsInternetURLFiles () | |
| virtual | ~fsInternetURLFiles () |
| fsInternetResult | GetList (fsInternetURLServer *pServer, LPCSTR pszPath) |
| void | RetreiveInfoWhileGettingList (BOOL b) |
| void | SetHttpEventFunc (fntHttpFilesEventFunc pfn, LPVOID lpParam) |
| LPCSTR | GetCurrentPath () |
| LPCSTR | GetLastError () |
| void | Abort () |
| fsFileInfo * | GetFileInfo (UINT uIndex) |
| UINT | GetFileCount () |
| fsInternetURLFiles () | |
| virtual | ~fsInternetURLFiles () |
Protected Attributes | |
| fsInternetFiles * | m_pFiles |
| fsFtpFiles | m_ftpFiles |
| fsHttpFiles | m_httpFiles |
Definition at line 20 of file fsInternetURLFiles.h.
| fsInternetURLFiles::fsInternetURLFiles | ( | ) |
| fsInternetURLFiles::~fsInternetURLFiles | ( | ) | [virtual] |
Definition at line 13 of file fsInternetURLFiles.cpp.
| fsInternetURLFiles::fsInternetURLFiles | ( | ) |
| virtual fsInternetURLFiles::~fsInternetURLFiles | ( | ) | [virtual] |
| fsInternetResult fsInternetURLFiles::GetList | ( | fsInternetURLServer * | pServer, | |
| LPCSTR | pszPath | |||
| ) |
Definition at line 18 of file fsInternetURLFiles.cpp.
References fsInternetURLServer::GetFtpServer(), fsInternetURLServer::GetHttpServer(), fsInternetFiles::GetList(), IR_BADURL, fsInternetURLServer::IsFtpServer(), fsInternetURLServer::IsHttpServer(), fsInternetURLServer::IsHttpsServer(), m_ftpFiles, m_httpFiles, m_pFiles, fsFtpFiles::SetServer(), fsHttpFiles::SetServer(), and fsHttpFiles::UseSecure().
Referenced by fsInternetFileListMgr::_threadGetList().
| void fsInternetURLFiles::RetreiveInfoWhileGettingList | ( | BOOL | b | ) |
Definition at line 71 of file fsInternetURLFiles.cpp.
References m_httpFiles, and fsHttpFiles::RetreiveInfoWhileGettingList().
Referenced by fsInternetFileListMgr::_threadGetList().
| void fsInternetURLFiles::SetHttpEventFunc | ( | fntHttpFilesEventFunc | pfn, | |
| LPVOID | lpParam | |||
| ) |
Definition at line 66 of file fsInternetURLFiles.cpp.
References m_httpFiles, and fsHttpFiles::SetEventFunc().
Referenced by fsInternetFileListMgr::_threadGetList().
| LPCSTR fsInternetURLFiles::GetCurrentPath | ( | ) |
Definition at line 61 of file fsInternetURLFiles.cpp.
References fsInternetFiles::GetCurrentPath(), m_pFiles, and NULL.
Referenced by fsInternetFileListMgr::GetCurrentPath(), and fsInternetFileListMgr::GetCurrentUrl().
| LPCSTR fsInternetURLFiles::GetLastError | ( | ) |
Definition at line 56 of file fsInternetURLFiles.cpp.
References fsInternetFiles::GetLastError(), and m_pFiles.
Referenced by fsInternetFileListMgr::GetLastErrorDesc().
| void fsInternetURLFiles::Abort | ( | ) |
Definition at line 50 of file fsInternetURLFiles.cpp.
References fsInternetFiles::Abort(), and m_pFiles.
Referenced by fsInternetFileListMgr::Stop().
| fsFileInfo * fsInternetURLFiles::GetFileInfo | ( | UINT | uIndex | ) |
Definition at line 45 of file fsInternetURLFiles.cpp.
References fsInternetFiles::GetFileInfo(), and m_pFiles.
Referenced by fsInternetFileListMgr::GetFileInfo().
| UINT fsInternetURLFiles::GetFileCount | ( | ) |
Definition at line 40 of file fsInternetURLFiles.cpp.
References fsInternetFiles::GetFileCount(), and m_pFiles.
Referenced by fsInternetFileListMgr::GetFileCount().
| fsInternetResult fsInternetURLFiles::GetList | ( | fsInternetURLServer * | pServer, | |
| LPCSTR | pszPath | |||
| ) |
| void fsInternetURLFiles::RetreiveInfoWhileGettingList | ( | BOOL | b | ) |
| void fsInternetURLFiles::SetHttpEventFunc | ( | fntHttpFilesEventFunc | pfn, | |
| LPVOID | lpParam | |||
| ) |
| LPCSTR fsInternetURLFiles::GetCurrentPath | ( | ) |
| LPCSTR fsInternetURLFiles::GetLastError | ( | ) |
| void fsInternetURLFiles::Abort | ( | ) |
| fsFileInfo* fsInternetURLFiles::GetFileInfo | ( | UINT | uIndex | ) |
| UINT fsInternetURLFiles::GetFileCount | ( | ) |
fsInternetFiles * fsInternetURLFiles::m_pFiles [protected] |
Definition at line 36 of file fsInternetURLFiles.h.
Referenced by Abort(), fsInternetURLFiles(), GetCurrentPath(), GetFileCount(), GetFileInfo(), GetLastError(), and GetList().
fsFtpFiles fsInternetURLFiles::m_ftpFiles [protected] |
fsHttpFiles fsInternetURLFiles::m_httpFiles [protected] |
Definition at line 38 of file fsInternetURLFiles.h.
Referenced by GetList(), RetreiveInfoWhileGettingList(), and SetHttpEventFunc().
1.5.6