#include <natsocketfactory.h>
|
| | NATSocketFactory (SocketFactory *factory, const SocketAddress &nat_udp_addr, const SocketAddress &nat_tcp_addr) |
| |
| Socket * | CreateSocket (int type) override |
| |
| Socket * | CreateSocket (int family, int type) override |
| |
| AsyncSocket * | CreateAsyncSocket (int type) override |
| |
| AsyncSocket * | CreateAsyncSocket (int family, int type) override |
| |
| AsyncSocket * | CreateInternalSocket (int family, int type, const SocketAddress &local_addr, SocketAddress *nat_addr) override |
| |
| | NATSocketFactory (SocketFactory *factory, const SocketAddress &nat_udp_addr, const SocketAddress &nat_tcp_addr) |
| |
| Socket * | CreateSocket (int type) override |
| |
| Socket * | CreateSocket (int family, int type) override |
| |
| AsyncSocket * | CreateAsyncSocket (int type) override |
| |
| AsyncSocket * | CreateAsyncSocket (int family, int type) override |
| |
| AsyncSocket * | CreateInternalSocket (int family, int type, const SocketAddress &local_addr, SocketAddress *nat_addr) override |
| |
| virtual | ~SocketFactory () |
| |
| virtual | ~SocketFactory () |
| |
| virtual | ~NATInternalSocketFactory () |
| |
| virtual | ~NATInternalSocketFactory () |
| |
◆ NATSocketFactory() [1/2]
◆ NATSocketFactory() [2/2]
◆ CreateAsyncSocket() [1/4]
| AsyncSocket * rtc::NATSocketFactory::CreateAsyncSocket |
( |
int |
type | ) |
|
|
overridevirtual |
◆ CreateAsyncSocket() [2/4]
| AsyncSocket* rtc::NATSocketFactory::CreateAsyncSocket |
( |
int |
type | ) |
|
|
overridevirtual |
◆ CreateAsyncSocket() [3/4]
| AsyncSocket * rtc::NATSocketFactory::CreateAsyncSocket |
( |
int |
family, |
|
|
int |
type |
|
) |
| |
|
overridevirtual |
◆ CreateAsyncSocket() [4/4]
| AsyncSocket* rtc::NATSocketFactory::CreateAsyncSocket |
( |
int |
family, |
|
|
int |
type |
|
) |
| |
|
overridevirtual |
◆ CreateInternalSocket() [1/2]
◆ CreateInternalSocket() [2/2]
◆ CreateSocket() [1/4]
| Socket* rtc::NATSocketFactory::CreateSocket |
( |
int |
type | ) |
|
|
overridevirtual |
◆ CreateSocket() [2/4]
| Socket * rtc::NATSocketFactory::CreateSocket |
( |
int |
type | ) |
|
|
overridevirtual |
◆ CreateSocket() [3/4]
| Socket * rtc::NATSocketFactory::CreateSocket |
( |
int |
family, |
|
|
int |
type |
|
) |
| |
|
overridevirtual |
◆ CreateSocket() [4/4]
| Socket* rtc::NATSocketFactory::CreateSocket |
( |
int |
family, |
|
|
int |
type |
|
) |
| |
|
overridevirtual |
The documentation for this class was generated from the following files: