Apache Mesos
mesos::internal::HttpConnectionProcess< Call, Event > Member List

This is the complete list of members for mesos::internal::HttpConnectionProcess< Call, Event >, including all inherited members.

_read(const process::http::Pipe::Reader &reader, const process::Future< Result< Event >> &event)mesos::internal::HttpConnectionProcess< Call, Event >inlineprotected
_send(const id::UUID &_connectionId, const Call &call, const process::http::Response &response)mesos::internal::HttpConnectionProcess< Call, Event >inlineprotected
AuthenticatedHttpRequestHandler typedefprocess::ProcessBaseprotected
connect(const id::UUID &_connectionId)mesos::internal::HttpConnectionProcess< Call, Event >inlineprotected
connected(const id::UUID &_connectionId, const process::Future< std::tuple< process::http::Connection, process::http::Connection >> &_connections)mesos::internal::HttpConnectionProcess< Call, Event >inlineprotected
consume(MessageEvent &&event) overrideprocess::ProcessBaseprotectedvirtual
consume(DispatchEvent &&event) overrideprocess::ProcessBaseprotectedvirtual
consume(HttpEvent &&event) overrideprocess::ProcessBaseprotectedvirtual
consume(ExitedEvent &&event) overrideprocess::ProcessBaseprotectedvirtual
consume(TerminateEvent &&event) overrideprocess::ProcessBaseprotectedvirtual
delegate(const std::string &name, const UPID &pid)process::ProcessBaseinlineprotected
detected(const process::Future< Option< process::http::URL >> &future)mesos::internal::HttpConnectionProcess< Call, Event >inlineprotected
disconnect()mesos::internal::HttpConnectionProcess< Call, Event >inlineprotected
disconnected(const id::UUID &_connectionId, const std::string &failure)mesos::internal::HttpConnectionProcess< Call, Event >inlineprotected
eventCount()process::ProcessBaseprotected
exited(const UPID &)process::ProcessBaseinlineprotectedvirtual
finalize() overridemesos::internal::HttpConnectionProcess< Call, Event >inlineprotectedvirtual
httpprocess::ProcessBase
HttpConnectionProcess(const std::string &prefix, process::Owned< EndpointDetector > _detector, ContentType _contentType, const Option< std::string > &_token, const std::function< Option< Error >(const Call &)> &validate, const std::function< void(void)> &connected, const std::function< void(void)> &disconnected, const std::function< void(const std::queue< Event > &)> &received)mesos::internal::HttpConnectionProcess< Call, Event >inline
HttpRequestHandler typedefprocess::ProcessBaseprotected
httpSequenceprocess::ProcessBase
initialize()process::ProcessBaseinlineprotectedvirtual
install(const std::string &name, const MessageHandler &handler)process::ProcessBaseinlineprotected
install(const std::string &name, void(T::*method)(const UPID &, const std::string &))process::ProcessBaseinlineprotected
link(const UPID &pid, const RemoteConnection remote=RemoteConnection::REUSE)process::ProcessBaseprotected
lost(const UPID &)process::ProcessBaseinlineprotectedvirtual
messageprocess::ProcessBase
MessageHandler typedefprocess::ProcessBaseprotected
operator<<(std::ostream &stream, State state)mesos::internal::HttpConnectionProcess< Call, Event >friend
ProcessBase(const std::string &id="")process::ProcessBaseexplicit
provide(const std::string &name, const std::string &path, const std::map< std::string, std::string > &types=mime::types)process::ProcessBaseinlineprotected
read()mesos::internal::HttpConnectionProcess< Call, Event >inlineprotected
receive(const Event &event)mesos::internal::HttpConnectionProcess< Call, Event >inlineprotected
RemoteConnection enum nameprocess::ProcessBaseprotected
route(const std::string &name, const Option< std::string > &help, const HttpRequestHandler &handler, const RouteOptions &options=RouteOptions())process::ProcessBaseprotected
route(const std::string &name, const Option< std::string > &help, Future< http::Response >(T::*method)(const http::Request &), const RouteOptions &options=RouteOptions())process::ProcessBaseinlineprotected
route(const std::string &name, const std::string &realm, const Option< std::string > &help, const AuthenticatedHttpRequestHandler &handler, const RouteOptions &options=RouteOptions())process::ProcessBaseprotected
route(const std::string &name, const Option< std::string > &realm, const Option< std::string > &help, Future< http::Response >(T::*method)(const http::Request &, const Option< http::authentication::Principal > &), const RouteOptions &options=RouteOptions())process::ProcessBaseinlineprotected
Self typedefmesos::internal::HttpConnectionProcess< Call, Event >protected
self() constprocess::Process< HttpConnectionProcess< Call, Event > >inline
send(const Call &call)mesos::internal::HttpConnectionProcess< Call, Event >inline
Process< HttpConnectionProcess< Call, Event > >::send(const UPID &to, const std::string &name, const char *data=nullptr, size_t length=0)process::ProcessBaseprotected
Process< HttpConnectionProcess< Call, Event > >::send(const UPID &to, std::string &&name)process::ProcessBaseprotected
Process< HttpConnectionProcess< Call, Event > >::send(const UPID &to, std::string &&name, std::string &&data)process::ProcessBaseprotected
serve(Event &&event)process::ProcessBaseinlineprotectedvirtual
start()mesos::internal::HttpConnectionProcess< Call, Event >inline
This typedefprocess::Process< HttpConnectionProcess< Call, Event > >protected
~EventConsumer()process::EventConsumerinlinevirtual
~Process() overrideprocess::Process< HttpConnectionProcess< Call, Event > >inline
~ProcessBase() overrideprocess::ProcessBase