3 #include "telnetpp/client_option.hpp"
5 namespace telnetpp::options {
12 template <option_type Option>
29 void handle_subnegotiation(telnetpp::bytes )
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
A class template that generates basic classes that handle no subnegotiations; they merely exist for e...
Definition: basic_client.hpp:14
constexpr basic_client(telnetpp::session &sess) noexcept
Constructor.
Definition: basic_client.hpp:19
An abstraction for a Telnet session.
Definition: session.hpp:141