Async 1.5.0
Async::TcpServer< ConT > Member List

This is the complete list of members for Async::TcpServer< ConT >, including all inherited members.

addConnection(TcpConnection *con)Async::TcpServerBaseprotected
clientConnectedAsync::TcpServer< ConT >
clientDisconnectedAsync::TcpServer< ConT >
createConnection(int sock, const IpAddress &remote_addr, uint16_t remote_port)Async::TcpServer< ConT >inlineprotectedvirtual
getClient(unsigned int index)Async::TcpServer< ConT >inline
numberOfClients(void)Async::TcpServerBase
removeConnection(TcpConnection *con)Async::TcpServerBaseprotected
TcpServer(const std::string &port_str, const Async::IpAddress &bind_ip=IpAddress())Async::TcpServer< ConT >inline
TcpServerBase(const std::string &port_str, const Async::IpAddress &bind_ip)Async::TcpServerBase
writeAll(const void *buf, int count)Async::TcpServerBase
writeExcept(TcpConnection *con, const void *buf, int count)Async::TcpServerBase
writeOnly(TcpConnection *con, const void *buf, int count)Async::TcpServerBase
~TcpServer(void)Async::TcpServer< ConT >inlinevirtual
~TcpServerBase(void)Async::TcpServerBasevirtual