P2P File Share
A simple peer-to-peer file sharing system.
Loading...
Searching...
No Matches
TCPServer Member List

This is the complete list of members for TCPServer, including all inherited members.

operator=(const TCPServer &)=deleteTCPServer
setOnConnect(std::function< void(std::shared_ptr< TCPSocket >)> const &onConnect)TCPServer
setOnData(std::function< void(std::shared_ptr< TCPSocket >, std::string &)> const &onData)TCPServer
setOnDisconnect(std::function< void(std::shared_ptr< TCPSocket >)> const &onDisconnect)TCPServer
start(const std::string &ip, uint16_t port, int listen_backlog=1)TCPServer
stop()TCPServer
TCPServer(size_t maxConnections)TCPServerexplicit
TCPServer(const TCPServer &)=deleteTCPServer
TCPServer(TCPServer &&)=deleteTCPServer
~TCPServer()TCPServer