#include "RTSPOverHTTPServer.hh"#include "RTSPCommon.hh"#include <GroupsockHelper.hh>#include <string.h>#include <signal.h>Include dependency graph for RTSPOverHTTPServer.cpp:

Go to the source code of this file.
Defines | |
| #define | USE_SIGNALS 1 |
| #define | DEBUG 1 |
| #define | HTTP_PARAM_STRING_MAX 100 |
| #define | LISTEN_BACKLOG_SIZE 20 |
Variables | |
| static char const * | allowedCommandNames = "GET, PUT" |
| #define DEBUG 1 |
Definition at line 36 of file RTSPOverHTTPServer.cpp.
Referenced by RTCPMemberDatabase::reapOldMembers(), and SegmentQueue::sqAfterGettingSegment().
| #define HTTP_PARAM_STRING_MAX 100 |
Definition at line 39 of file RTSPOverHTTPServer.cpp.
Referenced by RTSPOverHTTPServer::HTTPClientConnection::incomingRequestHandler1().
| #define LISTEN_BACKLOG_SIZE 20 |
Definition at line 57 of file RTSPOverHTTPServer.cpp.
Referenced by RTSPServer::setUpOurSocket(), and RTSPOverHTTPServer::setUpOurSocket().
| #define USE_SIGNALS 1 |
Definition at line 32 of file RTSPOverHTTPServer.cpp.
char const* allowedCommandNames = "GET, PUT" [static] |
Definition at line 372 of file RTSPOverHTTPServer.cpp.
Referenced by RTSPServer::RTSPClientSession::handleCmd_bad(), RTSPServer::RTSPClientSession::handleCmd_notSupported(), and RTSPServer::RTSPClientSession::handleCmd_OPTIONS().
1.5.2