Async  1.5.0
Async::TcpServerBase Member List

This is the complete list of members for Async::TcpServerBase, including all inherited members.

addConnection(TcpConnection *con)Async::TcpServerBaseprotected
createConnection(int sock, const IpAddress &remote_addr, uint16_t remote_port)=0Async::TcpServerBaseprotectedpure virtual
getClient(unsigned int index)Async::TcpServerBase
numberOfClients(void)Async::TcpServerBase
removeConnection(TcpConnection *con)Async::TcpServerBaseprotected
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
~TcpServerBase(void)Async::TcpServerBasevirtual