|
xrootd
|
The message representation used throughout the system. More...
#include <XrdClMessage.hh>


Public Member Functions | |
| Message (uint32_t size=0) | |
| Constructor. More... | |
| Message (Message &&msg) | |
| Move Constructor. More... | |
| Message & | operator= (Message &&msg) |
| Move assignment operator. More... | |
| virtual | ~Message () |
| Destructor. More... | |
| bool | IsMarshalled () const |
| Check if the message is marshalled. More... | |
| void | SetIsMarshalled (bool isMarshalled) |
| Set the marshalling status. More... | |
| void | SetDescription (const std::string &description) |
| Set the description of the message. More... | |
| const std::string & | GetDescription () const |
| Get the description of the message. More... | |
| void | SetSessionId (uint64_t sessionId) |
| Set the session ID which this message is meant for. More... | |
| uint64_t | GetSessionId () const |
| Get the session ID the message is meant for. More... | |
| void | SetVirtReqID (uint16_t virtReqID) |
| Set virtual request ID for the message. More... | |
| uint16_t | GetVirtReqID () const |
| Get virtual request ID for the message. More... | |
Public Member Functions inherited from XrdCl::Buffer | |
| Buffer (uint32_t size=0) | |
| Constructor. More... | |
| Buffer (Buffer &&buffer) | |
| Move Constructor. More... | |
| Buffer & | operator= (Buffer &&buffer) |
| Move assignment operator. More... | |
| virtual | ~Buffer () |
| Destructor. More... | |
| const char * | GetBuffer (uint32_t offset=0) const |
| Get the message buffer. More... | |
| char * | GetBuffer (uint32_t offset=0) |
| Get the message buffer. More... | |
| void | ReAllocate (uint32_t size) |
| Reallocate the buffer to a new location of a given size. More... | |
| void | Free () |
| Free the buffer. More... | |
| void | Allocate (uint32_t size) |
| Allocate the buffer. More... | |
| void | Zero () |
| Zero. More... | |
| uint32_t | GetSize () const |
| Get the size of the message. More... | |
| uint32_t | GetCursor () const |
| Get append cursor. More... | |
| void | SetCursor (uint32_t cursor) |
| Set the cursor. More... | |
| void | AdvanceCursor (uint32_t delta) |
| Advance the cursor. 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... | |
| char * | GetBufferAtCursor () |
| Get the buffer pointer at the append cursor. More... | |
| const char * | GetBufferAtCursor () const |
| Get the buffer pointer at the append cursor. More... | |
| void | FromString (const std::string str) |
| Fill the buffer from a string. More... | |
| std::string | ToString () const |
| Convert the buffer to a string. More... | |
| void | Grab (char *buffer, uint32_t size) |
| Grab a buffer allocated outside. More... | |
| char * | Release () |
| Release the buffer. More... | |
Private Attributes | |
| bool | pIsMarshalled |
| uint64_t | pSessionId |
| std::string | pDescription |
| uint16_t | pVirtReqID |
Additional Inherited Members | |
Protected Member Functions inherited from XrdCl::Buffer | |
| void | Steal (Buffer &&buffer) |
The message representation used throughout the system.
|
inline |
Constructor.
References XrdCl::Buffer::Zero().
|
inline |
Move Constructor.
|
inlinevirtual |
Destructor.
|
inline |
Get the description of the message.
References pDescription.
Referenced by XrdCl::AsyncRawReader::Read(), XrdCl::AsyncDiscardReader::Read(), XrdCl::AsyncMsgWriter::Write(), and XrdCl::XRootDMsgHandler::XRootDMsgHandler().
|
inline |
Get the session ID the message is meant for.
References pSessionId.
Referenced by XrdCl::XRootDMsgHandler::XRootDMsgHandler().
|
inline |
Get virtual request ID for the message.
References pVirtReqID.
Referenced by XrdCl::AsyncRawReader::GetResponse().
|
inline |
Check if the message is marshalled.
References pIsMarshalled.
Move assignment operator.
References pIsMarshalled, pSessionId, pVirtReqID, and XrdCl::Buffer::Steal().
|
inline |
Set the description of the message.
References pDescription.
Referenced by XrdCl::XRootDTransport::SetDescription().
|
inline |
Set the marshalling status.
References pIsMarshalled.
Referenced by XrdCl::XRootDTransport::MarshallRequest().
|
inline |
Set the session ID which this message is meant for.
References pSessionId.
|
inline |
Set virtual request ID for the message.
References pVirtReqID.
|
private |
Referenced by GetDescription(), and SetDescription().
|
private |
Referenced by IsMarshalled(), operator=(), and SetIsMarshalled().
|
private |
Referenced by GetSessionId(), operator=(), and SetSessionId().
|
private |
Referenced by GetVirtReqID(), operator=(), and SetVirtReqID().
1.8.5