Async 1.8.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) overrideAsync::TcpServer< ConT >inlineprotectedvirtual
emitClientConnected(TcpConnection *con_base) overrideAsync::TcpServer< ConT >inlineprotectedvirtual
getClient(unsigned int index)Async::TcpServer< ConT >inline
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
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