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

#include <testturnserver.h>

Inheritance diagram for cricket::TestTurnServer:
cricket::TurnAuthInterface cricket::TurnAuthInterface

Public Member Functions

 TestTurnServer (rtc::Thread *thread, const rtc::SocketAddress &int_addr, const rtc::SocketAddress &udp_ext_addr, ProtocolType int_protocol=PROTO_UDP)
 
void set_enable_otu_nonce (bool enable)
 
TurnServerserver ()
 
void set_redirect_hook (TurnRedirectInterface *redirect_hook)
 
void set_enable_permission_checks (bool enable)
 
void AddInternalSocket (const rtc::SocketAddress &int_addr, ProtocolType proto)
 
TurnServerAllocationFindAllocation (const rtc::SocketAddress &src)
 
 TestTurnServer (rtc::Thread *thread, const rtc::SocketAddress &int_addr, const rtc::SocketAddress &udp_ext_addr, ProtocolType int_protocol=PROTO_UDP)
 
void set_enable_otu_nonce (bool enable)
 
TurnServerserver ()
 
void set_redirect_hook (TurnRedirectInterface *redirect_hook)
 
void set_enable_permission_checks (bool enable)
 
void AddInternalSocket (const rtc::SocketAddress &int_addr, ProtocolType proto)
 
TurnServerAllocationFindAllocation (const rtc::SocketAddress &src)
 
- Public Member Functions inherited from cricket::TurnAuthInterface
virtual ~TurnAuthInterface ()=default
 
virtual ~TurnAuthInterface ()=default
 

Constructor & Destructor Documentation

◆ TestTurnServer() [1/2]

cricket::TestTurnServer::TestTurnServer ( rtc::Thread thread,
const rtc::SocketAddress int_addr,
const rtc::SocketAddress udp_ext_addr,
ProtocolType  int_protocol = PROTO_UDP 
)
inline

◆ TestTurnServer() [2/2]

cricket::TestTurnServer::TestTurnServer ( rtc::Thread thread,
const rtc::SocketAddress int_addr,
const rtc::SocketAddress udp_ext_addr,
ProtocolType  int_protocol = PROTO_UDP 
)
inline

Member Function Documentation

◆ AddInternalSocket() [1/2]

void cricket::TestTurnServer::AddInternalSocket ( const rtc::SocketAddress int_addr,
ProtocolType  proto 
)
inline

◆ AddInternalSocket() [2/2]

void cricket::TestTurnServer::AddInternalSocket ( const rtc::SocketAddress int_addr,
ProtocolType  proto 
)
inline

◆ FindAllocation() [1/2]

TurnServerAllocation* cricket::TestTurnServer::FindAllocation ( const rtc::SocketAddress src)
inline

◆ FindAllocation() [2/2]

TurnServerAllocation* cricket::TestTurnServer::FindAllocation ( const rtc::SocketAddress src)
inline

◆ server() [1/2]

TurnServer* cricket::TestTurnServer::server ( )
inline

◆ server() [2/2]

TurnServer* cricket::TestTurnServer::server ( )
inline

◆ set_enable_otu_nonce() [1/2]

void cricket::TestTurnServer::set_enable_otu_nonce ( bool  enable)
inline

◆ set_enable_otu_nonce() [2/2]

void cricket::TestTurnServer::set_enable_otu_nonce ( bool  enable)
inline

◆ set_enable_permission_checks() [1/2]

void cricket::TestTurnServer::set_enable_permission_checks ( bool  enable)
inline

◆ set_enable_permission_checks() [2/2]

void cricket::TestTurnServer::set_enable_permission_checks ( bool  enable)
inline

◆ set_redirect_hook() [1/2]

void cricket::TestTurnServer::set_redirect_hook ( TurnRedirectInterface redirect_hook)
inline

◆ set_redirect_hook() [2/2]

void cricket::TestTurnServer::set_redirect_hook ( TurnRedirectInterface redirect_hook)
inline

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