Apache Mesos
|
This is the complete list of members for process::HttpEvent, including all inherited members.
as() const | process::Event | inline |
consume(EventConsumer *consumer)&&override | process::HttpEvent | inlinevirtual |
HttpEvent(std::unique_ptr< http::Request > &&_request, std::unique_ptr< Promise< http::Response >> &&_response) | process::HttpEvent | inline |
HttpEvent(HttpEvent &&)=default | process::HttpEvent | |
HttpEvent(const HttpEvent &)=delete | process::HttpEvent | |
is() const | process::Event | inline |
operator JSON::Object() const | process::Event | inline |
operator=(HttpEvent &&)=default | process::HttpEvent | |
operator=(const HttpEvent &)=delete | process::HttpEvent | |
request | process::HttpEvent | |
response | process::HttpEvent | |
visit(EventVisitor *visitor) const override | process::HttpEvent | inlinevirtual |
~Event() | process::Event | inlinevirtual |
~HttpEvent() override | process::HttpEvent | inline |