Telnet class
          #include <eckit/net/Telnet.h>
        
        
Base classes
- class NetService
Constructors, destructors, conversion operators
Public functions
- 
              auto hostname() const -> std::string 
- auto port() const -> int
- void run() override
- void stop()
Private functions
- 
              auto newUser(net::TCPSocket&) const -> NetUser* virtual 
- 
              auto name() const -> std::string virtual 
Function documentation
              std::
            | Returns | hostname to which this server is answering | 
|---|
              int eckit::
            | Returns | port to which this server is answering | 
|---|
              void eckit::
            
              void eckit::