Telnet++ 4.0.1.7
A C++ library for interacting with Telnet streams
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
telnetpp::options::charset::server Class Referencefinal

An implementation of the server side of the Telnet CHARSET option. More...

#include <server.hpp>

Inheritance diagram for telnetpp::options::charset::server:
telnetpp::server_option

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
 

Detailed Description

An implementation of the server side of the Telnet CHARSET option.


The documentation for this class was generated from the following files: