#include <turnserver.h>
|
| TurnServerAllocation (TurnServer *server_, rtc::Thread *thread, const TurnServerConnection &conn, rtc::AsyncPacketSocket *server_socket, const std::string &key) |
|
virtual | ~TurnServerAllocation () |
|
TurnServerConnection * | conn () |
|
const std::string & | key () const |
|
const std::string & | transaction_id () const |
|
const std::string & | username () const |
|
const std::string & | origin () const |
|
const std::string & | last_nonce () const |
|
void | set_last_nonce (const std::string &nonce) |
|
std::string | ToString () const |
|
void | HandleTurnMessage (const TurnMessage *msg) |
|
void | HandleChannelData (const char *data, size_t size) |
|
| TurnServerAllocation (TurnServer *server_, rtc::Thread *thread, const TurnServerConnection &conn, rtc::AsyncPacketSocket *server_socket, const std::string &key) |
|
virtual | ~TurnServerAllocation () |
|
TurnServerConnection * | conn () |
|
const std::string & | key () const |
|
const std::string & | transaction_id () const |
|
const std::string & | username () const |
|
const std::string & | origin () const |
|
const std::string & | last_nonce () const |
|
void | set_last_nonce (const std::string &nonce) |
|
std::string | ToString () const |
|
void | HandleTurnMessage (const TurnMessage *msg) |
|
void | HandleChannelData (const char *data, size_t size) |
|
Public Member Functions inherited from rtc::MessageHandler |
virtual WEBRTC_DYLIB_EXPORT | ~MessageHandler () |
|
virtual WEBRTC_DYLIB_EXPORT | ~MessageHandler () |
|
| has_slots () |
|
| has_slots () |
|
| ~has_slots () |
|
| ~has_slots () |
|
void | signal_connect (_signal_base_interface *sender) |
|
void | signal_disconnect (_signal_base_interface *sender) |
|
void | disconnect_all () |
|
void | signal_connect (_signal_base_interface *sender) |
|
void | signal_disconnect (_signal_base_interface *sender) |
|
void | disconnect_all () |
|
◆ TurnServerAllocation() [1/2]
◆ ~TurnServerAllocation() [1/2]
cricket::TurnServerAllocation::~TurnServerAllocation |
( |
| ) |
|
|
virtual |
◆ TurnServerAllocation() [2/2]
◆ ~TurnServerAllocation() [2/2]
virtual cricket::TurnServerAllocation::~TurnServerAllocation |
( |
| ) |
|
|
virtual |
◆ conn() [1/2]
◆ conn() [2/2]
◆ HandleChannelData() [1/2]
void cricket::TurnServerAllocation::HandleChannelData |
( |
const char * |
data, |
|
|
size_t |
size |
|
) |
| |
◆ HandleChannelData() [2/2]
void cricket::TurnServerAllocation::HandleChannelData |
( |
const char * |
data, |
|
|
size_t |
size |
|
) |
| |
◆ HandleTurnMessage() [1/2]
void cricket::TurnServerAllocation::HandleTurnMessage |
( |
const TurnMessage * |
msg | ) |
|
◆ HandleTurnMessage() [2/2]
void cricket::TurnServerAllocation::HandleTurnMessage |
( |
const TurnMessage * |
msg | ) |
|
◆ key() [1/2]
const std::string& cricket::TurnServerAllocation::key |
( |
| ) |
const |
|
inline |
◆ key() [2/2]
const std::string& cricket::TurnServerAllocation::key |
( |
| ) |
const |
|
inline |
◆ last_nonce() [1/2]
const std::string& cricket::TurnServerAllocation::last_nonce |
( |
| ) |
const |
|
inline |
◆ last_nonce() [2/2]
const std::string& cricket::TurnServerAllocation::last_nonce |
( |
| ) |
const |
|
inline |
◆ origin() [1/2]
const std::string& cricket::TurnServerAllocation::origin |
( |
| ) |
const |
|
inline |
◆ origin() [2/2]
const std::string& cricket::TurnServerAllocation::origin |
( |
| ) |
const |
|
inline |
◆ set_last_nonce() [1/2]
void cricket::TurnServerAllocation::set_last_nonce |
( |
const std::string & |
nonce | ) |
|
|
inline |
◆ set_last_nonce() [2/2]
void cricket::TurnServerAllocation::set_last_nonce |
( |
const std::string & |
nonce | ) |
|
|
inline |
◆ ToString() [1/2]
std::string cricket::TurnServerAllocation::ToString |
( |
| ) |
const |
◆ ToString() [2/2]
std::string cricket::TurnServerAllocation::ToString |
( |
| ) |
const |
◆ transaction_id() [1/2]
const std::string& cricket::TurnServerAllocation::transaction_id |
( |
| ) |
const |
|
inline |
◆ transaction_id() [2/2]
const std::string& cricket::TurnServerAllocation::transaction_id |
( |
| ) |
const |
|
inline |
◆ username() [1/2]
const std::string& cricket::TurnServerAllocation::username |
( |
| ) |
const |
|
inline |
◆ username() [2/2]
const std::string& cricket::TurnServerAllocation::username |
( |
| ) |
const |
|
inline |
◆ SignalDestroyed
The documentation for this class was generated from the following files:
- DerivedData/WebKit/Build/Products/Debug/usr/local/include/webrtc/p2p/base/turnserver.h
- Source/ThirdParty/libwebrtc/Source/webrtc/p2p/base/turnserver.cc