Appender | Append to the end of a buffer chain, growing the chain (by allocating new buffers) in increments of at least growth bytes every time. Won't grow (and push() and ensure() will throw) if growth == 0. |
Cursor | Read-only cursor over an IOBuf chain. |
CursorBase | Base class implementing the shared cursor logic over an IOBuf chain. |
QueueAppender | Appender that writes to the end of an IOBufQueue. |
RWCursor | Read-write cursor over an IOBuf chain. |
ThinCursor | A register-pass facade for a Cursor over an IOBuf chain. |
Writable | Mixin providing write operations for cursor types. |