2 #include <samchon/protocol/IClient.hpp> 8 namespace console_chat_server
51 virtual void replyData(std::shared_ptr<protocol::Invoke>)
override;
ChatServer * server
A ChatServer that the ChatClient is belonged to.
ChatClient(ChatServer *, protocol::Socket *)
Construct from a server and socket.
An interface for a client.
virtual void replyData(std::shared_ptr< protocol::Invoke >) override
Shift responsibility to related chain.
Top level namespace of products built from samchon.
virtual ~ChatClient()
Default Destructor.