TcpServer.hpp
Go to the documentation of this file.
Definition: TcpServer.hpp:15
void setHostNane(const std::string &_name)
set the Host name is the same things as set an Ip adress, but in test mode "127.0.0.1" or "localhost".
void setIpV4(uint8_t _fist, uint8_t _second, uint8_t _third, uint8_t _quatro)
Set the connection IP id.
const std::string & getHostName()
Get the decriptive name hot the host.
Definition: TcpServer.hpp:48
Definition: Tcp.hpp:16