|
Telnet++ 4.0.1.7
A C++ library for interacting with Telnet streams
|
An implementation of the server side of the Telnet CHARSET option. More...
#include <server.hpp>
Public Member Functions | |
| server (telnetpp::session &sess) noexcept | |
| Constructor. | |
| void | request_charsets () |
| Requests that the remote end advertise its supported charsets. | |
| void | select_charset (telnetpp::bytes charset) |
| Selects the negotiated charset. | |
Public Member Functions inherited from telnetpp::server_option | |
| constexpr | server_option (telnetpp::session &sess, telnetpp::option_type code) noexcept |
Public Attributes | |
| boost::signals2::signal< void(std::vector< telnetpp::byte_storage > const &)> | on_charsets_advertised |
| boost::signals2::signal< void(telnetpp::bytes)> | on_charset_selected |
An implementation of the server side of the Telnet CHARSET option.