| accept(Socket, const SockaddrIn &) (defined in Cogs::Network::ConnectionTCP) | Cogs::Network::ConnectionTCP | inlinevirtual |
| addStandardHeaders(Message &message) (defined in Cogs::RTSP) | Cogs::RTSP | private |
| agentString | Cogs::RTSP | private |
| bind(uint16_t port) (defined in Cogs::Network::ConnectionBase) | Cogs::Network::ConnectionBase | inline |
| bind(AddrIn ip, uint16_t port) | Cogs::Network::ConnectionBase | virtual |
| breakdownURL(std::string_view uri) (defined in Cogs::RTSP) | Cogs::RTSP | private |
| buildURL(std::string_view method) (defined in Cogs::RTSP) | Cogs::RTSP | private |
| cAutoReconnect (defined in Cogs::Network::ConnectionTCP) | Cogs::Network::ConnectionTCP | privatestatic |
| cConnected (defined in Cogs::Network::ConnectionTCP) | Cogs::Network::ConnectionTCP | privatestatic |
| cDelete (defined in Cogs::Network::ConnectionBase) | Cogs::Network::ConnectionBase | protectedstatic |
| cDoNotProcess (defined in Cogs::Network::ConnectionBase) | Cogs::Network::ConnectionBase | protectedstatic |
| cListening (defined in Cogs::Network::ConnectionTCP) | Cogs::Network::ConnectionTCP | privatestatic |
| close() | Cogs::Network::ConnectionBase | protected |
| cNoDelay (defined in Cogs::Network::ConnectionTCP) | Cogs::Network::ConnectionTCP | privatestatic |
| connect(const SockaddrIn &addr) | Cogs::Network::ConnectionTCP | virtual |
| ConnectionBase() (defined in Cogs::Network::ConnectionBase) | Cogs::Network::ConnectionBase | inline |
| ConnectionTCP() (defined in Cogs::Network::ConnectionTCP) | Cogs::Network::ConnectionTCP | inline |
| ConnectionTCP(Socket socket, const SockaddrIn &addr) | Cogs::Network::ConnectionTCP | |
| connectTimeout (defined in Cogs::Network::ConnectionTCP) | Cogs::Network::ConnectionTCP | private |
| create() | Cogs::Network::ConnectionBase | protected |
| cRemove (defined in Cogs::Network::ConnectionBase) | Cogs::Network::ConnectionBase | protectedstatic |
| disableAutoReconnect() (defined in Cogs::Network::ConnectionTCP) | Cogs::Network::ConnectionTCP | inline |
| disconnect() override | Cogs::Network::ConnectionTCP | virtual |
| enableAutoReconnect() (defined in Cogs::Network::ConnectionTCP) | Cogs::Network::ConnectionTCP | inline |
| family() const (defined in Cogs::Network::ConnectionBase) | Cogs::Network::ConnectionBase | inline |
| flags (defined in Cogs::Network::ConnectionBase) | Cogs::Network::ConnectionBase | protected |
| getAddress() const (defined in Cogs::Network::ConnectionBase) | Cogs::Network::ConnectionBase | inline |
| getMediaDescriptions() const (defined in Cogs::RTSP) | Cogs::RTSP | inline |
| getOriginalURL() const (defined in Cogs::RTSP) | Cogs::RTSP | inline |
| getReconnectTime() const (defined in Cogs::Network::ConnectionBase) | Cogs::Network::ConnectionBase | inline |
| getSocket() const (defined in Cogs::Network::ConnectionBase) | Cogs::Network::ConnectionBase | inline |
| has_audio (defined in Cogs::RTSP) | Cogs::RTSP | protected |
| has_describe (defined in Cogs::RTSP) | Cogs::RTSP | protected |
| has_get_parameter (defined in Cogs::RTSP) | Cogs::RTSP | protected |
| has_pause (defined in Cogs::RTSP) | Cogs::RTSP | protected |
| has_play (defined in Cogs::RTSP) | Cogs::RTSP | protected |
| has_set_parameter (defined in Cogs::RTSP) | Cogs::RTSP | protected |
| has_setup (defined in Cogs::RTSP) | Cogs::RTSP | protected |
| has_teardown (defined in Cogs::RTSP) | Cogs::RTSP | protected |
| has_video (defined in Cogs::RTSP) | Cogs::RTSP | protected |
| hostname | Cogs::RTSP | private |
| hostPort | Cogs::RTSP | private |
| incomingBuffer | Cogs::RTSP | private |
| incomingMessage | Cogs::RTSP | private |
| is_active (defined in Cogs::RTSP) | Cogs::RTSP | protected |
| isActive() const (defined in Cogs::RTSP) | Cogs::RTSP | inline |
| isAutoConnectEnabled() const override (defined in Cogs::Network::ConnectionTCP) | Cogs::Network::ConnectionTCP | inlinevirtual |
| isConnected() const override (defined in Cogs::Network::ConnectionTCP) | Cogs::Network::ConnectionTCP | inlinevirtual |
| keepAliveTime | Cogs::RTSP | private |
| listen(uint16_t port) (defined in Cogs::Network::ConnectionTCP) | Cogs::Network::ConnectionTCP | inline |
| listen(AddrIn ip, uint16_t port) | Cogs::Network::ConnectionTCP | |
| mediaDescriptions | Cogs::RTSP | protected |
| MediaList typedef (defined in Cogs::RTSP) | Cogs::RTSP | |
| originalURL | Cogs::RTSP | private |
| outgoingBuffer | Cogs::RTSP | private |
| outgoingMessage | Cogs::RTSP | private |
| parseSDP(const std::string &sdp) (defined in Cogs::RTSP) | Cogs::RTSP | private |
| processIncoming() override | Cogs::RTSP | protectedvirtual |
| processIncomingMessage(Message &message) (defined in Cogs::RTSP) | Cogs::RTSP | protectedvirtual |
| processOutgoing() override (defined in Cogs::RTSP) | Cogs::RTSP | protectedvirtual |
| proto() const override (defined in Cogs::Network::ConnectionTCP) | Cogs::Network::ConnectionTCP | inlinevirtual |
| queuedMessages | Cogs::RTSP | private |
| queueMessage(Message *message) (defined in Cogs::RTSP) | Cogs::RTSP | protected |
| queueMutex | Cogs::RTSP | private |
| receive(void *buffer, uint64_t byteCount, uint64_t &bytesReceived) | Cogs::Network::ConnectionBase | |
| receivedMediaDescriptions()=0 (defined in Cogs::RTSP) | Cogs::RTSP | protectedpure virtual |
| receivedStreamSetup(MediaDescription &md)=0 (defined in Cogs::RTSP) | Cogs::RTSP | protectedpure virtual |
| reconnect() override | Cogs::Network::ConnectionTCP | virtual |
| reconnectTime (defined in Cogs::Network::ConnectionBase) | Cogs::Network::ConnectionBase | protected |
| recvFrom(void *buffer, uint64_t byteCount, uint64_t &bytesReceived, SockaddrIn &addr) | Cogs::Network::ConnectionBase | |
| remove() (defined in Cogs::Network::ConnectionBase) | Cogs::Network::ConnectionBase | inline |
| removeAndDelete() (defined in Cogs::Network::ConnectionBase) | Cogs::Network::ConnectionBase | inline |
| resourcePath | Cogs::RTSP | private |
| RTSP(std::string_view url, std::string_view userAgent="Cogs/1.0") (defined in Cogs::RTSP) | Cogs::RTSP | |
| send(const void *data, uint64_t byteCount, uint64_t &bytesSent) | Cogs::Network::ConnectionBase | |
| sendDescribe() (defined in Cogs::RTSP) | Cogs::RTSP | private |
| sendOptions() (defined in Cogs::RTSP) | Cogs::RTSP | private |
| sendPause() (defined in Cogs::RTSP) | Cogs::RTSP | |
| sendPlay() (defined in Cogs::RTSP) | Cogs::RTSP | |
| sendSetup(MediaDescription &mediaDescription, const std::string &mediaURL, uint16_t client_port_a, uint16_t client_port_b) (defined in Cogs::RTSP) | Cogs::RTSP | |
| sendTeardown() (defined in Cogs::RTSP) | Cogs::RTSP | |
| sendTo(const void *data, uint64_t byteCount, uint64_t &bytesSent, const SockaddrIn &addr) | Cogs::Network::ConnectionBase | |
| sentMessages | Cogs::RTSP | private |
| sequenceNumber | Cogs::RTSP | private |
| sessionID | Cogs::RTSP | private |
| setConnectTimeout(int64_t milliseconds) (defined in Cogs::Network::ConnectionTCP) | Cogs::Network::ConnectionTCP | inline |
| setDoNotProcess() (defined in Cogs::Network::ConnectionBase) | Cogs::Network::ConnectionBase | inline |
| setNoDelay(bool val=true) | Cogs::Network::ConnectionTCP | |
| setNonblocking(bool val=true) | Cogs::Network::ConnectionBase | |
| shouldDelete() const (defined in Cogs::Network::ConnectionBase) | Cogs::Network::ConnectionBase | inline |
| shouldRemove() const (defined in Cogs::Network::ConnectionBase) | Cogs::Network::ConnectionBase | inline |
| shutdown() | Cogs::Network::ConnectionTCP | |
| sockAddr (defined in Cogs::Network::ConnectionBase) | Cogs::Network::ConnectionBase | protected |
| socket (defined in Cogs::Network::ConnectionBase) | Cogs::Network::ConnectionBase | protected |
| timeout | Cogs::RTSP | private |
| type() const override (defined in Cogs::Network::ConnectionTCP) | Cogs::Network::ConnectionTCP | inlinevirtual |
| userInfo | Cogs::RTSP | private |
| ~ConnectionBase() (defined in Cogs::Network::ConnectionBase) | Cogs::Network::ConnectionBase | inlinevirtual |
| ~ConnectionTCP() | Cogs::Network::ConnectionTCP | virtual |
| ~RTSP() (defined in Cogs::RTSP) | Cogs::RTSP | |