Apache Mesos
Public Member Functions | Friends | List of all members
process::http::Pipe::Writer Class Reference

#include <http.hpp>

Public Member Functions

bool write (std::string s)
 
bool close ()
 
bool fail (const std::string &message)
 
Future< NothingreaderClosed () const
 
bool operator== (const Writer &other) const
 
bool operator!= (const Writer &other) const
 

Friends

class Pipe
 

Member Function Documentation

bool process::http::Pipe::Writer::close ( )
bool process::http::Pipe::Writer::fail ( const std::string &  message)
bool process::http::Pipe::Writer::operator!= ( const Writer other) const
inline
bool process::http::Pipe::Writer::operator== ( const Writer other) const
inline
Future<Nothing> process::http::Pipe::Writer::readerClosed ( ) const
bool process::http::Pipe::Writer::write ( std::string  s)

Friends And Related Function Documentation

friend class Pipe
friend

The documentation for this class was generated from the following file: