Telnet++
3.1.0.2
A C++ library for interacting with Telnet streams
|
▼Ntelnetpp | |
▼Noptions | |
▼Necho | An implementation of the standard Telnet Echo option |
Cclient | An implementation of the client side of Telnet ECHO option |
Cserver | An implementation of the server side of Telnet ECHO option |
▼Nmccp | An implementation of the Mud Client Compression Protocol |
▼Nzlib | Implementation of the compressor/decompressor functionality for use with a telnetpp::options::mccp::codec |
Ccompressor | Represents an object that can compress arbitrary byte sequences |
Cdecompressor | Represents an object that can decompress arbitrary byte sequences |
Cclient | A server option responsible for negotiating the client part of the MCCP protocol |
Ccodec | Represents an object that can transform (encode or decode) arbitrary byte sequences. For this option, this implies compression and decompression |
Ccorrupted_stream_error | An exception that is thrown in the case that a stream of data cannot be decompressed |
Cserver | A server option responsible for negotiating the server part of the MCCP protocol |
▼Nmsdp | An implementation of the Mud Server Data Protocol |
Cclient | An implementation of the client side of an MSDP Telnet option |
Cserver | An implementation of the server side of an MSDP Telnet option |
Cvariable | A structure that represents a named value |
▼Nnaws | An implementation of the standard Telnet Negotiate About Window Size option |
Cclient | An implementation of the client side of the Telnet NAWS option |
Cserver | An implementation of the server side of the Telnet NAWS option |
▼Nnew_environ | An implementation of the Telnet Environment option |
Cclient | An implementation of the client side of the Telnet New-Environ option |
Crequest | A request that is made of the remote server |
Cresponse | A response that is received from the remote server |
Cserver | An implementation of the server side of the Telnet New-Environ option |
▼Nsuppress_ga | An implementation of the standard Telnet Suppress Go-Ahead option |
Cclient | An implementation of the client side of the Telnet Suppress Go- Ahead option |
Cserver | An implementation of the server side of the Telnet Suppress Go- Ahead option |
▼Nterminal_type | An implementation of the standard Telnet Terminal-Type option |
Cclient | An implementation of the client side of the Telnet Terminal Type option |
Cbasic_client | A class template that generates basic classes that handle no subnegotiations; they merely exist for enabling and disabling the option |
Cbasic_server | A class template that generates basic classes that handle no subnegotiations; they merely exist for enabling and disabling the option |
Cclient_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 |
Ccommand | A class that encapsulates the value of a Telnet command |
Cnegotiation | A class that encapsulates a Telnet negotiation |
Coption | An class that encapsulates one side of a Telnet option |
Cparser | |
Cserver_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 |
Csession | An abstraction for a Telnet session |
Csubnegotiation | A class that encapsulates a Telnet subnegotiation |
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 |
Cvalue_type | A variant that can either be a string, an array of string, or an array of telnetpp::options::msdp::variable |