webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <turnserver.h>
Public Member Functions | |
TurnServerConnection () | |
TurnServerConnection (const rtc::SocketAddress &src, ProtocolType proto, rtc::AsyncPacketSocket *socket) | |
const rtc::SocketAddress & | src () const |
rtc::AsyncPacketSocket * | socket () |
bool | operator== (const TurnServerConnection &t) const |
bool | operator< (const TurnServerConnection &t) const |
std::string | ToString () const |
TurnServerConnection () | |
TurnServerConnection (const rtc::SocketAddress &src, ProtocolType proto, rtc::AsyncPacketSocket *socket) | |
const rtc::SocketAddress & | src () const |
rtc::AsyncPacketSocket * | socket () |
bool | operator== (const TurnServerConnection &t) const |
bool | operator< (const TurnServerConnection &t) const |
std::string | ToString () const |
|
inline |
cricket::TurnServerConnection::TurnServerConnection | ( | const rtc::SocketAddress & | src, |
ProtocolType | proto, | ||
rtc::AsyncPacketSocket * | socket | ||
) |
|
inline |
cricket::TurnServerConnection::TurnServerConnection | ( | const rtc::SocketAddress & | src, |
ProtocolType | proto, | ||
rtc::AsyncPacketSocket * | socket | ||
) |
bool cricket::TurnServerConnection::operator< | ( | const TurnServerConnection & | t | ) | const |
bool cricket::TurnServerConnection::operator< | ( | const TurnServerConnection & | t | ) | const |
bool cricket::TurnServerConnection::operator== | ( | const TurnServerConnection & | t | ) | const |
bool cricket::TurnServerConnection::operator== | ( | const TurnServerConnection & | t | ) | const |
|
inline |
|
inline |
|
inline |
|
inline |
std::string cricket::TurnServerConnection::ToString | ( | ) | const |
std::string cricket::TurnServerConnection::ToString | ( | ) | const |