#include <XrdClZipListHandler.hh>
|
| void | DoDirList (time_t timeLeft) |
| | Do normal listing if it is a directory (and not a ZIP archive)
|
| |
| void | DoZipOpen (time_t timeLeft) |
| | Open the ZIP archive.
|
| |
| void | DoZipClose (time_t timeLeft) |
| | Close the ZIP archive.
|
| |
◆ Steps
Possible steps in ZIP listing
- STAT : stat the URL
- OPEN : open the ZIP archive
- CLOSE : close the ZIP archive
| Enumerator |
|---|
| STAT | |
| OPEN | |
| CLOSE | |
| DONE | |
◆ ZipListHandler()
◆ ~ZipListHandler()
| XrdCl::ZipListHandler::~ZipListHandler |
( |
| ) |
|
|
inline |
◆ DoDirList()
| void XrdCl::ZipListHandler::DoDirList |
( |
time_t |
timeLeft | ) |
|
|
private |
Do normal listing if it is a directory (and not a ZIP archive)
◆ DoZipClose()
| void XrdCl::ZipListHandler::DoZipClose |
( |
time_t |
timeLeft | ) |
|
|
private |
◆ DoZipOpen()
| void XrdCl::ZipListHandler::DoZipOpen |
( |
time_t |
timeLeft | ) |
|
|
private |
◆ HandleResponse()
◆ pDirList
◆ pFile
| File XrdCl::ZipListHandler::pFile |
|
private |
◆ pFlags
◆ pHandler
◆ pStartTime
| time_t XrdCl::ZipListHandler::pStartTime |
|
private |
◆ pStep
| int XrdCl::ZipListHandler::pStep |
|
private |
◆ pTimeout
| uint16_t XrdCl::ZipListHandler::pTimeout |
|
private |
◆ pUrl
| URL XrdCl::ZipListHandler::pUrl |
|
private |
◆ pZip
The documentation for this class was generated from the following file: