webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
cricket::TurnServerConnection Class Reference

#include <turnserver.h>

Public Member Functions

 TurnServerConnection ()
 
 TurnServerConnection (const rtc::SocketAddress &src, ProtocolType proto, rtc::AsyncPacketSocket *socket)
 
const rtc::SocketAddresssrc () const
 
rtc::AsyncPacketSocketsocket ()
 
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::SocketAddresssrc () const
 
rtc::AsyncPacketSocketsocket ()
 
bool operator== (const TurnServerConnection &t) const
 
bool operator< (const TurnServerConnection &t) const
 
std::string ToString () const
 

Constructor & Destructor Documentation

◆ TurnServerConnection() [1/4]

cricket::TurnServerConnection::TurnServerConnection ( )
inline

◆ TurnServerConnection() [2/4]

cricket::TurnServerConnection::TurnServerConnection ( const rtc::SocketAddress src,
ProtocolType  proto,
rtc::AsyncPacketSocket socket 
)

◆ TurnServerConnection() [3/4]

cricket::TurnServerConnection::TurnServerConnection ( )
inline

◆ TurnServerConnection() [4/4]

cricket::TurnServerConnection::TurnServerConnection ( const rtc::SocketAddress src,
ProtocolType  proto,
rtc::AsyncPacketSocket socket 
)

Member Function Documentation

◆ operator<() [1/2]

bool cricket::TurnServerConnection::operator< ( const TurnServerConnection t) const

◆ operator<() [2/2]

bool cricket::TurnServerConnection::operator< ( const TurnServerConnection t) const

◆ operator==() [1/2]

bool cricket::TurnServerConnection::operator== ( const TurnServerConnection t) const

◆ operator==() [2/2]

bool cricket::TurnServerConnection::operator== ( const TurnServerConnection t) const

◆ socket() [1/2]

rtc::AsyncPacketSocket* cricket::TurnServerConnection::socket ( )
inline

◆ socket() [2/2]

rtc::AsyncPacketSocket* cricket::TurnServerConnection::socket ( )
inline

◆ src() [1/2]

const rtc::SocketAddress& cricket::TurnServerConnection::src ( ) const
inline

◆ src() [2/2]

const rtc::SocketAddress& cricket::TurnServerConnection::src ( ) const
inline

◆ ToString() [1/2]

std::string cricket::TurnServerConnection::ToString ( ) const

◆ ToString() [2/2]

std::string cricket::TurnServerConnection::ToString ( ) const

The documentation for this class was generated from the following files: