Async 1.8.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
emitClientConnected(TcpConnection *con)=0Async::TcpServerBaseprotectedpure virtual
getClient(unsigned int index)Async::TcpServerBase
numberOfClients(void)Async::TcpServerBase
removeConnection(TcpConnection *con)Async::TcpServerBaseprotected
setConnectionThrottling(unsigned bucket_max, float bucket_inc, int inc_interval_ms)Async::TcpServerBase
setSslContext(SslContext &ctx)Async::TcpServerBase
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