|
XRootD
|
#include <XrdClHttpResponses.hh>
Inheritance diagram for XrdClHttp::QueryResponse:
Collaboration diagram for XrdClHttp::QueryResponse:Public Member Functions | |
| virtual | ~QueryResponse () |
| std::unique_ptr< ResponseInfo > | GetResponseInfo () |
| void | SetResponseInfo (std::unique_ptr< ResponseInfo > info) |
Public Member Functions inherited from XrdCl::Buffer | |
| Buffer (Buffer &&buffer) | |
| Move Constructor. More... | |
| Buffer (uint32_t size=0) | |
| Constructor. More... | |
| virtual | ~Buffer () |
| Destructor. More... | |
| void | AdvanceCursor (uint32_t delta) |
| Advance the cursor. More... | |
| void | Allocate (uint32_t size) |
| Allocate the buffer. More... | |
| void | Append (const char *buffer, uint32_t size) |
| Append data at the position pointed to by the append cursor. More... | |
| void | Append (const char *buffer, uint32_t size, uint32_t offset) |
| Append data at the given offset. More... | |
| void | Free () |
| Free the buffer. More... | |
| void | FromString (const std::string str) |
| Fill the buffer from a string. More... | |
| char * | GetBuffer (uint32_t offset=0) |
| Get the message buffer. More... | |
| const char * | GetBuffer (uint32_t offset=0) const |
| Get the message buffer. More... | |
| char * | GetBufferAtCursor () |
| Get the buffer pointer at the append cursor. More... | |
| const char * | GetBufferAtCursor () const |
| Get the buffer pointer at the append cursor. More... | |
| uint32_t | GetCursor () const |
| Get append cursor. More... | |
| uint32_t | GetSize () const |
| Get the size of the message. More... | |
| void | Grab (char *buffer, uint32_t size) |
| Grab a buffer allocated outside. More... | |
| Buffer & | operator= (Buffer &&buffer) |
| Move assignment operator. More... | |
| void | ReAllocate (uint32_t size) |
| Reallocate the buffer to a new location of a given size. More... | |
| char * | Release () |
| Release the buffer. More... | |
| void | SetCursor (uint32_t cursor) |
| Set the cursor. More... | |
| std::string | ToString () const |
| Convert the buffer to a string. More... | |
| void | Zero () |
| Zero. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from XrdCl::Buffer | |
| void | Steal (Buffer &&buffer) |
Definition at line 64 of file XrdClHttpResponses.hh.
|
inlinevirtual |
Definition at line 66 of file XrdClHttpResponses.hh.
|
inline |
Definition at line 68 of file XrdClHttpResponses.hh.
|
inline |
Definition at line 69 of file XrdClHttpResponses.hh.