2 #include <samchon/API.hpp> 4 #include <samchon/protocol/ExternalSystemArray.hpp> 5 #include <samchon/protocol/IServer.hpp> 47 virtual void construct(std::shared_ptr<library::XML>)
override;
49 virtual void start()
override;
55 virtual auto PORT() const ->
int;
56 virtual auto MY_IP() const->
std::
string;
58 virtual
void addClient(Socket*) override;
64 virtual auto toXML() const->
std::shared_ptr<library::XML> override;
An interface of a physical server.
An array of ExternalSystem(s).
int port
A port number for accepting external clients.
std::string myIP
A custom ip address of my system to bind.
An array of ExternalClient(s)
Top level namespace of products built from samchon.