Telnet++
3.1.0.2
A C++ library for interacting with Telnet streams
|
▼Ctelnetpp:: option | |
▼Ctelnetpp::client_option | A class that represents a Telnet option's client side. That is, the side that receives WILL and WONT negotiations and sends DO and DONT negotiations |
▼Ctelnetpp::options::basic_client< telnetpp::options::echo::detail::option > | |
Ctelnetpp::options::echo::client | An implementation of the client side of Telnet ECHO option |
▼Ctelnetpp::options::basic_client< telnetpp::options::suppress_ga::detail::option > | |
Ctelnetpp::options::suppress_ga::client | An implementation of the client side of the Telnet Suppress Go- Ahead option |
Ctelnetpp::options::basic_client< Option > | A class template that generates basic classes that handle no subnegotiations; they merely exist for enabling and disabling the option |
Ctelnetpp::options::echo::client | An implementation of the client side of Telnet ECHO option |
Ctelnetpp::options::mccp::client | A server option responsible for negotiating the client part of the MCCP protocol |
Ctelnetpp::options::msdp::client | An implementation of the client side of an MSDP Telnet option |
Ctelnetpp::options::naws::client | An implementation of the client side of the Telnet NAWS option |
Ctelnetpp::options::new_environ::client | An implementation of the client side of the Telnet New-Environ option |
Ctelnetpp::options::suppress_ga::client | An implementation of the client side of the Telnet Suppress Go- Ahead option |
Ctelnetpp::options::terminal_type::client | An implementation of the client side of the Telnet Terminal Type option |
▼Ctelnetpp::server_option | A class that represents a Telnet option's server side. That is, the side that receives DO and DONT negotiations and sends WILL and WONT negotiations |
▼Ctelnetpp::options::basic_server< telnetpp::options::echo::detail::option > | |
Ctelnetpp::options::echo::server | An implementation of the server side of Telnet ECHO option |
▼Ctelnetpp::options::basic_server< detail::option > | |
Ctelnetpp::options::mccp::server | A server option responsible for negotiating the server part of the MCCP protocol |
Ctelnetpp::options::naws::server | An implementation of the server side of the Telnet NAWS option |
▼Ctelnetpp::options::basic_server< telnetpp::options::suppress_ga::detail::option > | |
Ctelnetpp::options::suppress_ga::server | An implementation of the server side of the Telnet Suppress Go- Ahead option |
Ctelnetpp::options::basic_server< Option > | A class template that generates basic classes that handle no subnegotiations; they merely exist for enabling and disabling the option |
Ctelnetpp::options::echo::server | An implementation of the server side of Telnet ECHO option |
Ctelnetpp::options::msdp::server | An implementation of the server side of an MSDP Telnet option |
Ctelnetpp::options::new_environ::server | An implementation of the server side of the Telnet New-Environ option |
Ctelnetpp::options::suppress_ga::server | An implementation of the server side of the Telnet Suppress Go- Ahead option |
▼Ctelnetpp::options::mccp::codec | Represents an object that can transform (encode or decode) arbitrary byte sequences. For this option, this implies compression and decompression |
Ctelnetpp::options::mccp::zlib::compressor | Represents an object that can compress arbitrary byte sequences |
Ctelnetpp::options::mccp::zlib::decompressor | Represents an object that can decompress arbitrary byte sequences |
Ctelnetpp::command | A class that encapsulates the value of a Telnet command |
▼Cstd::domain_error | |
Ctelnetpp::options::mccp::corrupted_stream_error | An exception that is thrown in the case that a stream of data cannot be decompressed |
Celement | A common type that can contain any Telnet operation, such as a command, negotiation, or subnegotiation, or a string that represents upper-layer non-Telnet data |
▼Cboost::exception | |
Ctelnetpp::options::mccp::corrupted_stream_error | An exception that is thrown in the case that a stream of data cannot be decompressed |
Ctelnetpp::negotiation | A class that encapsulates a Telnet negotiation |
Ctelnetpp::option< LocalPositive, LocalNegative, RemotePositive, RemoteNegative > | An class that encapsulates one side of a Telnet option |
Ctelnetpp::parser | |
Ctelnetpp::options::new_environ::request | A request that is made of the remote server |
Ctelnetpp::options::new_environ::response | A response that is received from the remote server |
Ctelnetpp::session | An abstraction for a Telnet session |
Ctelnetpp::subnegotiation | A class that encapsulates a Telnet subnegotiation |
Cvalue_type | A variant that can either be a string, an array of string, or an array of telnetpp::options::msdp::variable |
Ctelnetpp::options::msdp::variable | A structure that represents a named value |