3 #include "telnetpp/client_option.hpp"
4 #include "telnetpp/options/new_environ/protocol.hpp"
24 void request_variables(requests
const &reqs);
39 void handle_subnegotiation(telnetpp::bytes data)
override;
A class that represents a Telnet option's client side. That is, the side that receives WILL and WONT ...
Definition: client_option.hpp:35
An implementation of the client side of the Telnet New-Environ option.
Definition: client.hpp:13
boost::signals2::signal< void(response const &rsp)> on_variable_changed
Signal called whenever an environment variable is updated.
Definition: client.hpp:32
An abstraction for a Telnet session.
Definition: session.hpp:141
An implementation of the Telnet Environment option.
Definition: client.hpp:6
A response that is received from the remote server.
Definition: protocol.hpp:33