Definition at line 41 of file WSSession.h.
◆ WSMsg() [1/2]
◆ WSMsg() [2/2]
ripple::WSMsg::WSMsg |
( |
WSMsg const & |
| ) |
|
|
delete |
◆ ~WSMsg()
virtual ripple::WSMsg::~WSMsg |
( |
| ) |
|
|
virtualdefault |
◆ operator=()
◆ prepare()
Retrieve message data.
Returns a tribool indicating whether or not data is available, and a ConstBufferSequence representing the data.
tribool values: maybe: Data is not ready yet false: Data is available true: Data is available, and it is the last chunk of bytes.
Derived classes that do not know when the data ends (for example, when returning the output of a paged database query) may return true
and an empty vector.
Implemented in ripple::StreambufWSMsg< Streambuf >.