Toolbox snapshot
The Reactive C++ Toolbox
|
This is the complete list of members for toolbox::http::App, including all inherited members.
App() noexcept=default | toolbox::http::App | |
App(const App &) noexcept=default | toolbox::http::App | |
App(App &&) noexcept=default | toolbox::http::App | |
do_on_http_connect(CyclTime now, const Endpoint &ep)=0 | toolbox::http::App | protectedpure virtual |
do_on_http_disconnect(CyclTime now, const Endpoint &ep) noexcept=0 | toolbox::http::App | protectedpure virtual |
do_on_http_error(CyclTime now, const Endpoint &ep, const std::exception &e, OStream &os) noexcept=0 | toolbox::http::App | protectedpure virtual |
do_on_http_message(CyclTime now, const Endpoint &ep, const Request &req, OStream &os)=0 | toolbox::http::App | protectedpure virtual |
do_on_http_timeout(CyclTime now, const Endpoint &ep) noexcept=0 | toolbox::http::App | protectedpure virtual |
Endpoint typedef | toolbox::http::App | |
on_http_connect(CyclTime now, const Endpoint &ep) | toolbox::http::App | inline |
on_http_disconnect(CyclTime now, const Endpoint &ep) noexcept | toolbox::http::App | inline |
on_http_error(CyclTime now, const Endpoint &ep, const std::exception &e, OStream &os) noexcept | toolbox::http::App | inline |
on_http_message(CyclTime now, const Endpoint &ep, const Request &req, OStream &os) | toolbox::http::App | inline |
on_http_timeout(CyclTime now, const Endpoint &ep) noexcept | toolbox::http::App | inline |
operator=(const App &) noexcept=default | toolbox::http::App | |
operator=(App &&) noexcept=default | toolbox::http::App | |
Protocol typedef | toolbox::http::App | |
~App() | toolbox::http::App | virtual |