Telnet++  3.1.0.2
A C++ library for interacting with Telnet streams
Public Member Functions | List of all members
telnetpp::options::suppress_ga::server Class Reference

An implementation of the server side of the Telnet Suppress Go- Ahead option. More...

#include <server.hpp>

Inheritance diagram for telnetpp::options::suppress_ga::server:
telnetpp::server_option telnetpp::options::basic_server< telnetpp::options::suppress_ga::detail::option > telnetpp::server_option

Public Member Functions

 server (telnetpp::session &sess) noexcept
 
- Public Member Functions inherited from telnetpp::server_option
constexpr server_option (telnetpp::session &sess, telnetpp::option_type code) noexcept
 

Detailed Description

An implementation of the server side of the Telnet Suppress Go- Ahead option.

See also
https://tools.ietf.org/html/rfc858

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