| acceptCallback typedef | clockUtils::sockets::TcpSocket | |
| close() | clockUtils::sockets::TcpSocket | |
| connect(const IPv4 remoteIP, uint16_t remotePort, unsigned int timeout) | clockUtils::sockets::TcpSocket | |
| connectToHostname(const std::string &remoteHostname, uint16_t remotePort, unsigned int timeout) | clockUtils::sockets::TcpSocket | inline |
| connectToIP(const std::string &remoteIP, uint16_t remotePort, unsigned int timeout) | clockUtils::sockets::TcpSocket | inline |
| enumerateLocalIPs() | clockUtils::sockets::TcpSocket | static |
| getLocalIP() const | clockUtils::sockets::TcpSocket | |
| getLocalPort() const | clockUtils::sockets::TcpSocket | |
| getPublicIP() const | clockUtils::sockets::TcpSocket | |
| getRemoteIP() const | clockUtils::sockets::TcpSocket | |
| getRemotePort() const | clockUtils::sockets::TcpSocket | |
| listen(uint16_t listenPort, int maxParallelConnections, bool acceptMultiple, const acceptCallback acb) | clockUtils::sockets::TcpSocket | |
| operator<<(const T &a) | clockUtils::sockets::TcpSocket | inline |
| operator<<(const T &a) | clockUtils::sockets::TcpSocket | inline |
| operator>>(T &a) | clockUtils::sockets::TcpSocket | inline |
| operator>>(T &a) | clockUtils::sockets::TcpSocket | inline |
| operator>>(std::string &s) | clockUtils::sockets::TcpSocket | |
| packetCallback typedef | clockUtils::sockets::TcpSocket | |
| read(Container &buffer) | clockUtils::sockets::TcpSocket | inline |
| receiveCallback(packetCallback pcb) | clockUtils::sockets::TcpSocket | |
| receivePacket(std::vector< uint8_t > &buffer) | clockUtils::sockets::TcpSocket | |
| receivePacket(std::string &buffer) | clockUtils::sockets::TcpSocket | |
| TcpSocket() | clockUtils::sockets::TcpSocket | |
| write(const void *str, size_t length) | clockUtils::sockets::TcpSocket | |
| write(const std::vector< uint8_t > &vec) | clockUtils::sockets::TcpSocket | |
| write(const std::string &str) | clockUtils::sockets::TcpSocket | inline |
| writeAsync(const void *str, const size_t length) | clockUtils::sockets::TcpSocket | |
| writeAsync(const std::vector< uint8_t > &vec) | clockUtils::sockets::TcpSocket | |
| writeAsync(const std::string &str) | clockUtils::sockets::TcpSocket | inline |
| writePacket(const void *str, const size_t length) | clockUtils::sockets::TcpSocket | |
| writePacket(const std::vector< uint8_t > &vec) | clockUtils::sockets::TcpSocket | |
| writePacket(const std::string &str) | clockUtils::sockets::TcpSocket | inline |
| writePacketAsync(const void *str, const size_t length) | clockUtils::sockets::TcpSocket | |
| writePacketAsync(const std::vector< uint8_t > &vec) | clockUtils::sockets::TcpSocket | |
| writePacketAsync(const std::string &str) | clockUtils::sockets::TcpSocket | inline |
| ~TcpSocket() | clockUtils::sockets::TcpSocket | |