|
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. More... | |
| virtual | ~ChunkInfo () |
| Destructor. More... | |
| void * | GetBuffer () |
| Get the buffer. More... | |
| uint32_t | GetLength () const |
| Get the data length. More... | |
| uint64_t | GetOffset () const |
| Get the offset. More... | |
Additional Inherited Members | |
Public Attributes inherited from XrdCl::ChunkInfo | |
| void * | buffer |
| length of the chunk More... | |
| uint32_t | length |
| offset in the file More... | |
| uint64_t | offset |
Definition at line 106 of file XrdClHttpResponses.hh.
|
inline |
Definition at line 108 of file XrdClHttpResponses.hh.
|
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.