Apache Mesos
|
#include <master.hpp>
Public Member Functions | |
HttpConnection (const process::http::Pipe::Writer &_writer, ContentType _contentType, id::UUID _streamId) | |
template<typename Message , typename Event = v1::scheduler::Event> | |
bool | send (const Message &message) |
bool | close () |
process::Future< Nothing > | closed () const |
Public Attributes | |
process::http::Pipe::Writer | writer |
ContentType | contentType |
id::UUID | streamId |
|
inline |
|
inline |
|
inline |
|
inline |
ContentType mesos::internal::master::HttpConnection::contentType |
id::UUID mesos::internal::master::HttpConnection::streamId |
process::http::Pipe::Writer mesos::internal::master::HttpConnection::writer |