This is the complete list of members for CacheTransport, including all inherited members.
CacheTransport(int fd_connection) | CacheTransport | explicit |
CacheTransport(int fd_connection, uint32_t flags) | CacheTransport | |
fd_connection() const | CacheTransport | inline |
fd_connection_ | CacheTransport | private |
FillMsgHash(const shash::Any &hash, cvmfs::MsgHash *msg_hash) | CacheTransport | |
FillObjectType(int object_flags, cvmfs::EnumObjectType *wire_type) | CacheTransport | |
flags_ | CacheTransport | private |
kEnvReadyNotifyFd | CacheTransport | static |
kFailureNotification | CacheTransport | static |
kFlagHasAttachment | CacheTransport | static |
kFlagSendIgnoreFailure | CacheTransport | static |
kFlagSendNonBlocking | CacheTransport | static |
kHeaderSize | CacheTransport | static |
kInnerHeaderSize | CacheTransport | static |
kMaxMsgSize | CacheTransport | static |
kMaxStackAlloc | CacheTransport | privatestatic |
kReadyNotification | CacheTransport | static |
kWireProtocolVersion | CacheTransport | static |
ParseMsgHash(const cvmfs::MsgHash &msg_hash, shash::Any *hash) | CacheTransport | |
ParseObjectType(cvmfs::EnumObjectType wire_type, int *object_flags) | CacheTransport | |
RecvFrame(Frame *frame) | CacheTransport | |
RecvHeader(uint32_t *size, bool *has_attachment) | CacheTransport | private |
SendData(void *message, uint32_t msg_size, void *attachment=NULL, uint32_t att_size=0) | CacheTransport | private |
SendFrame(Frame *frame) | CacheTransport | |
SendNonBlocking(struct iovec *iov, unsigned iovcnt) | CacheTransport | private |
~CacheTransport() | CacheTransport | inline |