2 #include <samchon/API.hpp> 4 #include <samchon/protocol/IClient.hpp> 73 virtual auto getIP() const->
std::
string = 0;
78 virtual auto getPort() const ->
int = 0;
83 virtual auto getMyIP() const->
std::
string;
97 virtual
void connect();
boost::asio::io_service * ioService
An io_service of Boost.Asio's own.
An interface for a client.
EndPoint * endPoint
An endpoint directing a server.
EndPoint * localEndPoint
(Optional) An local endpoint of the client (my system)
Top level namespace of products built from samchon.
A server connector for a physical client.