|
Atlas 0.7.0
Networking protocol for the Worldforge system.
|
#include <Stream.h>
Public Member Functions | |
| NegotiateHelper (std::list< std::string > &names) | |
| bool | get (std::string &buf, const std::string &header) |
| void | put (std::string &buf, const std::string &header) |
Negotiation of codecs and filters for an Atlas connection
non blocking negotiation of Codecs and Filters requires a list of avalable Codecs and Filters, along with the name of sender and a Socket
|
explicit |
Definition at line 42 of file Stream.cpp.
| bool Atlas::Net::NegotiateHelper::get | ( | std::string & | buf, |
| const std::string & | header | ||
| ) |
Definition at line 47 of file Stream.cpp.
| void Atlas::Net::NegotiateHelper::put | ( | std::string & | buf, |
| const std::string & | header | ||
| ) |
Definition at line 75 of file Stream.cpp.