|
libcommonc++
0.7
|
This is the complete list of members for MulticastSocket, including all inherited members.
| _laddr | Socket | protected |
| _raddr | Socket | protected |
| _socket | Socket | protected |
| _sotimeout | Socket | protected |
| _type | Socket | protected |
| connect(const String &addr, uint16_t port) | DatagramSocket | virtual |
| connect(const SocketAddress &addr) | DatagramSocket | virtual |
| DatagramSocket(uint16_t port=0) | DatagramSocket | |
| getBroadcast() const | DatagramSocket | |
| getKeepAlive() | Socket | |
| getLingerTime() const | Socket | |
| getLocalAddress() const | Socket | inline |
| getReceiveBufSize() const | Socket | |
| getRemoteAddress() const | Socket | inline |
| getReuseAddress() const | Socket | |
| getSendBufSize() const | Socket | |
| getSocketHandle() const | Socket | inlineprotected |
| getTCPDelay() | Socket | |
| getTTL() const | MulticastSocket | |
| getType() const | Socket | inline |
| init() | Socket | virtual |
| IOWaitMode enum name | Socket | protected |
| isConnected() const | Socket | inline |
| isInitialized() const | Socket | inline |
| isLoopbackEnabled() const | MulticastSocket | |
| join(const String &address) | MulticastSocket | |
| join(const InetAddress &address) | MulticastSocket | |
| join(const String &address, const NetworkInterface &ixface) | MulticastSocket | |
| join(const InetAddress &address, const NetworkInterface &ixface) | MulticastSocket | |
| leave(const String &address) | MulticastSocket | |
| leave(const InetAddress &address) | MulticastSocket | |
| leave(const String &address, const ccxx::NetworkInterface &ixface) | MulticastSocket | |
| leave(const InetAddress &address, const ccxx::NetworkInterface &ixface) | MulticastSocket | |
| MAX_DATAGRAM_SIZE | DatagramSocket | static |
| MulticastSocket(uint16_t port=0) | MulticastSocket | |
| receive(byte_t *buffer, size_t buflen) | DatagramSocket | |
| receive(ByteBuffer &buffer) | DatagramSocket | |
| receive(byte_t *buffer, size_t buflen, SocketAddress &source) | DatagramSocket | |
| receive(ByteBuffer &buffer, SocketAddress &source) | DatagramSocket | |
| send(const byte_t *buffer, size_t buflen) | DatagramSocket | |
| send(ByteBuffer &buffer) | DatagramSocket | |
| send(const byte_t *buffer, size_t buflen, const SocketAddress &dest) | DatagramSocket | |
| send(ByteBuffer &buffer, const SocketAddress &dest) | DatagramSocket | |
| setBroadcast(bool flag) | DatagramSocket | |
| setKeepAlive(bool enable) | Socket | |
| setLingerTime(timespan_s_t timeout) | Socket | |
| setLoopbackEnabled(bool enabled) | MulticastSocket | |
| setReceiveBufSize(size_t size) | Socket | |
| setReuseAddress(bool enable) | Socket | |
| setSendBufSize(size_t size) | Socket | |
| setTCPDelay(bool enable) | Socket | |
| setTimeout(timespan_ms_t timeout) | Socket | |
| setTTL(uint8_t ttl) | MulticastSocket | |
| shutdown() | Socket | virtual |
| Socket(NetProtocol type=ProtoTCP) | Socket | protected |
| TTL_CONTINENT | MulticastSocket | static |
| TTL_HOST | MulticastSocket | static |
| TTL_REGION | MulticastSocket | static |
| TTL_SITE | MulticastSocket | static |
| TTL_SUBNET | MulticastSocket | static |
| TTL_UNRESTRICTED | MulticastSocket | static |
| waitForIO(IOWaitMode mode) | Socket | protected |
| WaitRead enum value | Socket | protected |
| WaitWrite enum value | Socket | protected |
| ~DatagramSocket() | DatagramSocket | |
| ~MulticastSocket() | MulticastSocket | |
| ~Socket() | Socket | virtual |