|
libshevek
|
Input and output filters for shevek::socket to make them telnet sockets. More...
#include <telnet.hh>
Classes | |
| struct | option_t |
Public Member Functions | |
| std::string & | you_there () |
| Return the string that is used in reply to ARE_YOU_THERE requests. | |
Static Public Member Functions | |
| static Glib::RefPtr< telnet > | create (Glib::RefPtr< Glib::MainContext > main=Glib::MainContext::get_default()) |
| Create a new telnet socket. | |
Protected Member Functions | |
| telnet (Glib::RefPtr< Glib::MainContext > main) | |
| Derived classes have their own create function and may call the constructor. | |
Input and output filters for shevek::socket to make them telnet sockets.
| std::string& shevek::telnet::you_there | ( | ) |
Return the string that is used in reply to ARE_YOU_THERE requests.
This can also be used to change the reply.
1.7.6.1