add(const ACE_CString &name, const ACE_CString &value) | ACE::INet::HeaderBase | inline |
add_cookie(const ACE_CString &cookie) | ACE::HTTP::Response | |
CHUNKED_TRANSFER_ENCODING | ACE::HTTP::Header | static |
clear() | ACE::INet::HeaderBase | inline |
CONNECTION | ACE::HTTP::Header | static |
CONNECTION_CLOSE | ACE::HTTP::Header | static |
CONNECTION_KEEP_ALIVE | ACE::HTTP::Header | static |
CONTENT_LENGTH | ACE::INet::HeaderBase | static |
CONTENT_TYPE | ACE::INet::HeaderBase | static |
COOKIE | ACE::HTTP::Response | static |
EMPTY | ACE::INet::HeaderBase | static |
eof_ | ACE::INet::HeaderBase | protectedstatic |
get(const ACE_CString &name, ACE_CString &value) const | ACE::INet::HeaderBase | inline |
get_content_length() const | ACE::INet::HeaderBase | inlinevirtual |
get_content_type() const | ACE::INet::HeaderBase | inlinevirtual |
get_cookies(ACE_Array< ACE_CString > &cookies) const | ACE::HTTP::Response | |
get_status() const | ACE::HTTP::Response | inline |
get_values(const ACE_CString &name, ACE_Array< ACE_CString > &values) const | ACE::INet::HeaderBase | |
get_version() const | ACE::HTTP::Header | inline |
has(const ACE_CString &name) const | ACE::INet::HeaderBase | inline |
has_chunked_transfer_encoding() const | ACE::HTTP::Header | inline |
has_keep_alive() const | ACE::HTTP::Header | inline |
Header() | ACE::HTTP::Header | |
Header(const ACE_CString &version) | ACE::HTTP::Header | |
HeaderBase() | ACE::INet::HeaderBase | |
HTTP_1_0 | ACE::HTTP::Header | static |
HTTP_1_1 | ACE::HTTP::Header | static |
Limits enum name | ACE::HTTP::Response | private |
MAX_REASON_LENGTH enum value | ACE::HTTP::Response | private |
MAX_STATUS_LENGTH enum value | ACE::HTTP::Response | private |
MAX_VERSION_LENGTH enum value | ACE::HTTP::Response | private |
read(std::istream &str) | ACE::HTTP::Response | virtual |
read_field(std::istream &str, ACE_CString &var, size_t maxlen, char delim) | ACE::INet::HeaderBase | inlineprotected |
read_ws_field(std::istream &str, ACE_CString &var, size_t maxlen) | ACE::INet::HeaderBase | inlineprotected |
remove(const ACE_CString &name) | ACE::INet::HeaderBase | inline |
reset() | ACE::HTTP::Response | inline |
reset(const Status &status) | ACE::HTTP::Response | inline |
reset(const ACE_CString &version, const Status &status=Status()) | ACE::HTTP::Response | inline |
Response() | ACE::HTTP::Response | |
Response(const Status &status) | ACE::HTTP::Response | |
Response(const ACE_CString &version, const Status &status=Status()) | ACE::HTTP::Response | |
set(const ACE_CString &name, const ACE_CString &value) | ACE::INet::HeaderBase | |
set_chunked_transfer_encoding(bool flag) | ACE::HTTP::Header | inline |
set_content_length(int length) | ACE::INet::HeaderBase | virtual |
set_content_type(const ACE_CString &mime_type) | ACE::INet::HeaderBase | inlinevirtual |
set_keep_alive(bool keep_alive) | ACE::HTTP::Header | inline |
set_status(const Status &status) | ACE::HTTP::Response | inline |
set_version(const ACE_CString &version) | ACE::HTTP::Header | inline |
status_ | ACE::HTTP::Response | private |
TRANSFER_ENCODING | ACE::HTTP::Header | static |
UNKNOWN_CONTENT_LENGTH | ACE::INet::HeaderBase | static |
UNKNOWN_CONTENT_TYPE | ACE::INet::HeaderBase | static |
write(std::ostream &str) const | ACE::HTTP::Response | virtual |
~Header() | ACE::HTTP::Header | virtual |
~HeaderBase() | ACE::INet::HeaderBase | virtual |
~Response() | ACE::HTTP::Response | virtual |