#include <vector>
#include "utl/UtlString.h"
#include "net/Url.h"
#include "os/OsMutex.h"
#include "os/OsServerTask.h"
#include "os/OsMsg.h"
#include "os/OsTimer.h"
#include "os/OsNotification.h"
#include "AuthPlugin.h"
#include "NatTraversalAgentDataTypes.h"
Classes | |
| class | Sym |
| This class encapsulates all the information relative to a Sym obtained from the Symmitron. More... | |
| class | Bridge |
| This class encapsulates all the information relative to a Bridge obtained from the Symmitron. More... | |
| class | MediaBridgePair |
| A Symmitron Bridge effectively relays a UDP data stream between two endpoints. More... | |
| class | AsynchMediaRelayRequestSender |
| Class used to communicate with the Media Relay (a.k.a Symmitron) in an asynchronous fashion. More... | |
| class | AsynchMediaRelayMsg |
| Message object used to communicate to AsynchMediaRelayRequestSender via its message queue. More... | |
| class | MediaRelay |
| The class is used to abstract the Symmitron which is the external process that actually performs the media relaying. More... | |
Defines | |
| #define | INVALID_MEDIA_RELAY_HANDLE (-1) |
Typedefs | |
| typedef UtlInt | tMediaRelayHandle |
| #define INVALID_MEDIA_RELAY_HANDLE (-1) |
| typedef UtlInt tMediaRelayHandle |