|
| BasicPortAllocatorTestBase () |
|
void | AddInterface (const SocketAddress &addr) |
|
void | AddInterface (const SocketAddress &addr, const std::string &if_name) |
|
void | AddInterface (const SocketAddress &addr, const std::string &if_name, rtc::AdapterType type) |
|
void | AddInterfaceAsDefaultRoute (const SocketAddress &addr) |
|
void | RemoveInterface (const SocketAddress &addr) |
|
bool | SetPortRange (int min_port, int max_port) |
|
void | ResetWithNoServersOrNat () |
|
void | ResetWithStunServerAndNat (const rtc::SocketAddress &stun_server) |
|
void | ResetWithStunServerNoNat (const rtc::SocketAddress &stun_server) |
|
void | ResetWithTurnServersNoNat (const rtc::SocketAddress &udp_turn, const rtc::SocketAddress &tcp_turn) |
|
void | AddTurnServers (const rtc::SocketAddress &udp_turn, const rtc::SocketAddress &tcp_turn) |
|
bool | CreateSession (int component) |
|
bool | CreateSession (int component, const std::string &content_name) |
|
std::unique_ptr< PortAllocatorSession > | CreateSession (const std::string &sid, int component) |
|
std::unique_ptr< PortAllocatorSession > | CreateSession (const std::string &sid, const std::string &content_name, int component) |
|
std::unique_ptr< PortAllocatorSession > | CreateSession (const std::string &sid, const std::string &content_name, int component, const std::string &ice_ufrag, const std::string &ice_pwd) |
|
void | OnCandidatesAllocationDone (PortAllocatorSession *session) |
|
void | CheckSendBufferSizesOfAllPorts (int expected) |
|
rtc::VirtualSocketServer * | virtual_socket_server () |
|
| 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 () |
|
|
static bool | AddressMatch (const SocketAddress &address, const SocketAddress &pattern) |
|
static int | CountPorts (const std::vector< PortInterface *> &ports, const std::string &type, ProtocolType protocol, const SocketAddress &client_addr) |
|
static int | CountCandidates (const std::vector< Candidate > &candidates, const std::string &type, const std::string &proto, const SocketAddress &addr) |
|
static bool | FindCandidate (const std::vector< Candidate > &candidates, const std::string &type, const std::string &proto, const SocketAddress &addr, Candidate *found) |
|
static bool | HasCandidate (const std::vector< Candidate > &candidates, const std::string &type, const std::string &proto, const SocketAddress &addr) |
|
static bool | HasCandidateWithRelatedAddr (const std::vector< Candidate > &candidates, const std::string &type, const std::string &proto, const SocketAddress &addr, const SocketAddress &related_addr) |
|
static bool | CheckPort (const rtc::SocketAddress &addr, int min_port, int max_port) |
|
◆ BasicPortAllocatorTestBase()
cricket::BasicPortAllocatorTestBase::BasicPortAllocatorTestBase |
( |
| ) |
|
|
inline |
◆ AddInterface() [1/3]
◆ AddInterface() [2/3]
◆ AddInterface() [3/3]
◆ AddInterfaceAsDefaultRoute()
void cricket::BasicPortAllocatorTestBase::AddInterfaceAsDefaultRoute |
( |
const SocketAddress & |
addr | ) |
|
|
inline |
◆ AddressMatch()
◆ AddTurnServers()
◆ allocator()
◆ CheckPort()
static bool cricket::BasicPortAllocatorTestBase::CheckPort |
( |
const rtc::SocketAddress & |
addr, |
|
|
int |
min_port, |
|
|
int |
max_port |
|
) |
| |
|
inlinestatic |
◆ CheckSendBufferSizesOfAllPorts()
void cricket::BasicPortAllocatorTestBase::CheckSendBufferSizesOfAllPorts |
( |
int |
expected | ) |
|
|
inline |
◆ CountCandidates()
◆ CountPorts()
◆ CreateSession() [1/5]
bool cricket::BasicPortAllocatorTestBase::CreateSession |
( |
int |
component | ) |
|
|
inline |
◆ CreateSession() [2/5]
bool cricket::BasicPortAllocatorTestBase::CreateSession |
( |
int |
component, |
|
|
const std::string & |
content_name |
|
) |
| |
|
inline |
◆ CreateSession() [3/5]
◆ CreateSession() [4/5]
◆ CreateSession() [5/5]
◆ FindCandidate()
◆ HasCandidate()
◆ HasCandidateWithRelatedAddr()
◆ HasRelayAddress()
bool cricket::BasicPortAllocatorTestBase::HasRelayAddress |
( |
const ProtocolAddress & |
proto_addr | ) |
|
|
inlineprotected |
◆ OnCandidatesAllocationDone()
◆ OnCandidatesReady()
◆ OnCandidatesRemoved()
◆ OnPortReady()
◆ OnPortsPruned()
◆ RemoveInterface()
void cricket::BasicPortAllocatorTestBase::RemoveInterface |
( |
const SocketAddress & |
addr | ) |
|
|
inline |
◆ ResetWithNoServersOrNat()
void cricket::BasicPortAllocatorTestBase::ResetWithNoServersOrNat |
( |
| ) |
|
|
inline |
◆ ResetWithStunServer()
void cricket::BasicPortAllocatorTestBase::ResetWithStunServer |
( |
const rtc::SocketAddress & |
stun_server, |
|
|
bool |
with_nat |
|
) |
| |
|
inlineprotected |
◆ ResetWithStunServerAndNat()
◆ ResetWithStunServerNoNat()
◆ ResetWithTurnServersNoNat()
◆ SetPortRange()
bool cricket::BasicPortAllocatorTestBase::SetPortRange |
( |
int |
min_port, |
|
|
int |
max_port |
|
) |
| |
|
inline |
◆ virtual_socket_server()
◆ allocator_
◆ candidate_allocation_done_
bool cricket::BasicPortAllocatorTestBase::candidate_allocation_done_ |
|
protected |
◆ candidates_
std::vector<Candidate> cricket::BasicPortAllocatorTestBase::candidates_ |
|
protected |
◆ fss_
◆ nat_factory_
◆ nat_server_
std::unique_ptr<rtc::NATServer> cricket::BasicPortAllocatorTestBase::nat_server_ |
|
protected |
◆ nat_socket_factory_
◆ network_manager_
◆ ports_
std::vector<PortInterface*> cricket::BasicPortAllocatorTestBase::ports_ |
|
protected |
◆ pss_
◆ relay_server_
◆ session_
◆ ss_scope_
◆ stun_server_
std::unique_ptr<TestStunServer> cricket::BasicPortAllocatorTestBase::stun_server_ |
|
protected |
◆ turn_server_
◆ vss_
The documentation for this class was generated from the following file: