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