|
enum class | Options : int {
TlsFake = 1 << 0
, Ssltcp = 1 << 0
, Tls = 1 << 1
, Stun = 1 << 2
,
TlsInsecure = 1 << 3
} |
|
|
PacketSocketFactory & | operator= (PacketSocketFactory const &) |
|
| PacketSocketFactory (PacketSocketFactory const &) |
|
virtual ::std::unique_ptr<::webrtc::AsyncDnsResolverInterface > | CreateAsyncDnsResolver () |
|
MCAPI ::std::unique_ptr<::webrtc::AsyncDnsResolverInterface > | $CreateAsyncDnsResolver () |
|
virtual::rtc::AsyncPacketSocket * | CreateUdpSocket (::rtc::SocketAddress const &, ushort, ushort) |
|
virtual::rtc::AsyncListenSocket * | CreateServerTcpSocket (::rtc::SocketAddress const &, ushort, ushort, int) |
|
virtual::rtc::AsyncPacketSocket * | CreateClientTcpSocket (::rtc::SocketAddress const &, ::rtc::SocketAddress const &, ::rtc::ProxyInfo const &, ::std::string const &, ::rtc::PacketSocketTcpOptions const &) |
|
MCAPI int | BindSocket (::rtc::Socket *, ::rtc::SocketAddress const &, ushort, ushort) |
|
MCAPI void * | $ctor (::rtc::SocketFactory *) |
|
|
static MCAPI void ** | $vftable () |
|
◆ ~PacketSocketFactory()
virtual NetherNet::PacketSocketFactory::~PacketSocketFactory |
( |
| ) |
|
|
virtualdefault |
◆ CreateAsyncDnsResolver()
◆ CreateUdpSocket()
virtual::rtc::AsyncPacketSocket * rtc::BasicPacketSocketFactory::CreateUdpSocket |
( |
::rtc::SocketAddress const & | , |
|
|
ushort | , |
|
|
ushort | ) |
|
virtualinherited |
◆ CreateServerTcpSocket()
virtual::rtc::AsyncListenSocket * rtc::BasicPacketSocketFactory::CreateServerTcpSocket |
( |
::rtc::SocketAddress const & | , |
|
|
ushort | , |
|
|
ushort | , |
|
|
int | ) |
|
virtualinherited |
◆ CreateClientTcpSocket()
The documentation for this class was generated from the following file: