3 #include "telnetpp/server_option.hpp" 4 #include <boost/optional.hpp> 7 namespace telnetpp {
namespace options {
namespace naws {
22 std::vector<telnetpp::token> set_window_size(u16 width, u16 height);
29 std::vector<telnetpp::token> handle_subnegotiation(
35 std::vector<telnetpp::token> report_window_size();
37 boost::optional<std::pair<telnetpp::u16, telnetpp::u16>> window_size_;
A collection of bytes that models the Standard Library's Container concept.
A class that represents a Telnet option's server side.
Definition: server_option.hpp:34
An implementation of the server side of the Telnet NAWS option.
Definition: server.hpp:12
Definition: byte_converter.hpp:4