|
XRootD
|
#include <XrdClHttpResponses.hh>
Inheritance diagram for XrdClHttp::ReadResponseInfo:
Collaboration diagram for XrdClHttp::ReadResponseInfo:Public Member Functions | |
| ReadResponseInfo (uint64_t off=0, uint32_t len=0, void *buff=0) | |
| virtual | ~ReadResponseInfo () |
| std::unique_ptr< ResponseInfo > | GetResponseInfo () |
| void | SetResponseInfo (std::unique_ptr< ResponseInfo > info) |
Public Member Functions inherited from XrdCl::ChunkInfo | |
| ChunkInfo (uint64_t off=0, uint32_t len=0, void *buff=0) | |
| Constructor. | |
| virtual | ~ChunkInfo () |
| Destructor. | |
| void * | GetBuffer () |
| Get the buffer. | |
| uint32_t | GetLength () const |
| Get the data length. | |
| uint64_t | GetOffset () const |
| Get the offset. | |
Additional Inherited Members | |
Public Attributes inherited from XrdCl::ChunkInfo | |
| void * | buffer |
| length of the chunk | |
| uint32_t | length |
| offset in the file | |
| uint64_t | offset |
Definition at line 106 of file XrdClHttpResponses.hh.
|
inline |
Definition at line 108 of file XrdClHttpResponses.hh.
References XrdCl::ChunkInfo::ChunkInfo().
Here is the call graph for this function:
|
inlinevirtual |
Definition at line 111 of file XrdClHttpResponses.hh.
|
inline |
Definition at line 113 of file XrdClHttpResponses.hh.
|
inline |
Definition at line 114 of file XrdClHttpResponses.hh.