ANNA Suite
2020b
Multipurpose development suite for Telco applications
|
This is the complete list of members for anna::http::Message, including all inherited members.
a_codeBuffer | anna::comm::Message | protected |
allocate(const int nbytes) noexcept(false) | anna::DataBlock | |
append(const char *data, const int len) noexcept(false) | anna::DataBlock | |
append(const DataBlock &other) noexcept(false) | anna::DataBlock | inline |
assign(const DataBlock &right) noexcept(false) | anna::DataBlock | inline |
assign(const char *buffer, const int size) noexcept(false) | anna::DataBlock | |
asString() const =0 | anna::http::Message | pure virtual |
anna::comm::Message::asString(const int characterByLine=24) const | anna::DataBlock | |
clear() | anna::http::Message | inline |
clearBody() | anna::comm::Message | inline |
code() noexcept(false) | anna::http::Message | virtual |
const_header_iterator typedef | anna::http::Message | |
createHeader(const Header::Type::_v type) noexcept(false) | anna::http::Message | inline |
createHeader(const std::string &name) noexcept(false) | anna::http::Message | inline |
DataBlock(const bool deepCopy=false) | anna::DataBlock | inlineexplicit |
DataBlock(const char *buffer, const int size, const bool deepCopy=false) noexcept(false) | anna::DataBlock | |
DataBlock(const DataBlock &other) noexcept(false) | anna::DataBlock | |
deepCopy() const | anna::DataBlock | inline |
find(const Header::Type::_v type) const | anna::http::Message | inline |
find(const Header::Type::_v type) | anna::http::Message | |
find(const char *name) | anna::http::Message | |
getBody() const | anna::comm::Message | inline |
getData() const | anna::DataBlock | inline |
getExtraParameters() const | anna::http::Message | inline |
getMaxSize() const | anna::DataBlock | inline |
getSize() const | anna::DataBlock | inline |
getType() const | anna::http::Message | inline |
getVersion() const | anna::http::Message | inline |
getVersionAsEnum() const | anna::http::Message | inline |
header(header_iterator &ii) | anna::http::Message | inlinestatic |
header(const_header_iterator &ii) | anna::http::Message | inlinestatic |
header_begin() | anna::http::Message | inline |
header_begin() const | anna::http::Message | inline |
header_end() | anna::http::Message | inline |
header_end() const | anna::http::Message | inline |
header_iterator typedef | anna::http::Message | |
initialize(const char *buffer, const int size) noexcept(false) | anna::DataBlock | protected |
isEmpty() const | anna::DataBlock | inline |
Message(const Type::_v type) | anna::http::Message | inlineprotected |
anna::comm::Message::Message() | anna::comm::Message | |
anna::comm::Message::Message(const StatusCodeBuffer::_v statusCodeBuffer) | anna::comm::Message | explicitprotected |
anna::comm::Message::Message(DataBlock &codeBuffer) | anna::comm::Message | explicitprotected |
operator+=(const char c) noexcept(false) | anna::DataBlock | inline |
operator+=(const DataBlock &right) noexcept(false) | anna::DataBlock | inline |
operator+=(const std::string &str) noexcept(false) | anna::DataBlock | inline |
anna::DataBlock::operator=(const DataBlock &right) noexcept(false) | anna::DataBlock | |
anna::DataBlock::operator=(const char c) noexcept(false) | anna::DataBlock | inline |
anna::DataBlock::operator=(const std::string &str) noexcept(false) | anna::DataBlock | inline |
operator[](const int pos) const noexcept(false) | anna::DataBlock | |
operator[](const int pos) noexcept(false) | anna::DataBlock | |
parser::Abstract class | anna::http::Message | friend |
remove(const int pos, const int nbytes) noexcept(false) | anna::DataBlock | |
remove(const int nbytes) noexcept(false) | anna::DataBlock | |
setBody(const xml::Node *node) noexcept(false) | anna::http::Message | virtual |
anna::comm::Message::setBody(const DataBlock &body) noexcept(false) | anna::comm::Message | inline |
anna::comm::Message::setBody(const char *buffer, const int size) noexcept(false) | anna::comm::Message | inline |
setBuffer(const char *buffer) | anna::DataBlock | inlineprotected |
setMaxSize(const int maxSize) | anna::DataBlock | inlineprotected |
setSize(const int size) noexcept(false) | anna::DataBlock | |
setVersion(const std::string &version) | anna::http::Message | inline |
setVersion(const Version::_v version) | anna::http::Message | inline |
~DataBlock() | anna::DataBlock | virtual |
~Message() | anna::comm::Message | virtual |