1 #include <samchon/protocol/service/Service.hpp> 2 # include <samchon/protocol/service/Server.hpp> 3 # include <samchon/protocol/service/User.hpp> 4 # include <samchon/protocol/service/Client.hpp> 6 #include <samchon/library/SQLi.hpp> 7 #include <samchon/library/SQLStatement.hpp> void sendData(std::shared_ptr< Invoke >)
Send Invoke message to (physical) client.
User containing Client(s) with session-id.
Client * client
Client object Service is belonged to.
auto getClient() const -> Client *
Get Client.
Package of cloud service as a server.
Package of network protocol and libraries.
A network boundary with the client in an User.
An interface of Invoke message chain.
virtual void sendData(std::shared_ptr< Invoke >)
Shift the responsibility of sending an Invoke message to Client.
A keeper blocking destrunction of User and Client.
Top level namespace of products built from samchon.