3 #include "telnetpp/client_option.hpp"
26 void handle_subnegotiation(telnetpp::bytes data)
override;
A class that represents a Telnet option's client side. That is, the side that receives WILL and WONT ...
Definition: client_option.hpp:35
A server option responsible for negotiating the client part of the MCCP protocol.
Definition: client.hpp:14
Represents an object that can transform (encode or decode) arbitrary byte sequences....
Definition: codec.hpp:17
An abstraction for a Telnet session.
Definition: session.hpp:141
An implementation of the Mud Client Compression Protocol.
Definition: client.hpp:5