3 #include "telnetpp/client_option.hpp" 4 #include <boost/signals2/signal.hpp> 7 namespace telnetpp {
namespace options {
namespace new_environ {
34 boost::optional<std::string> value;
53 std::vector<token> request_variables(std::vector<request>
const &requests);
62 boost::signals2::signal<
63 std::vector<token> (
response const &res),
65 > on_variable_changed;
72 std::vector<telnetpp::token> handle_subnegotiation(
u8stream const &content);
A response that is received from the remote server.
Definition: client.hpp:30
An implementation of the client side of the Telnet New-Environ option.
Definition: client.hpp:41
A class that represents a Telnet option's client side.
Definition: client_option.hpp:34
A collection of bytes that models the Standard Library's Container concept.
A combiner for tokens.
Definition: element.hpp:47
A request that is made of the remote server.
Definition: client.hpp:21
Definition: byte_converter.hpp:4
variable_type
An enumeration of the type of variables that NEW_ENVIRON handles.
Definition: client.hpp:12