3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/external/rtc/PacketSocketFactory.h"
10namespace rtc {
class AsyncListenSocket; }
11namespace rtc {
class AsyncPacketSocket; }
12namespace rtc {
class Socket; }
13namespace rtc {
class SocketAddress; }
14namespace rtc {
class SocketFactory; }
15namespace rtc {
struct PacketSocketTcpOptions; }
16namespace rtc {
struct ProxyInfo; }
17namespace webrtc {
class AsyncDnsResolverInterface; }
45 virtual ::rtc::AsyncListenSocket*
49 virtual ::rtc::AsyncPacketSocket* CreateClientTcpSocket(
58 virtual ::std::unique_ptr<::webrtc::AsyncDnsResolverInterface> CreateAsyncDnsResolver() ;
Definition BasicPacketSocketFactory.h:22
static MCAPI void ** $vftable()
MCAPI int BindSocket(::rtc::Socket *, ::rtc::SocketAddress const &, ushort, ushort)
MCAPI void * $ctor(::rtc::SocketFactory *)
MCAPI BasicPacketSocketFactory(::rtc::SocketFactory *)
Definition PacketSocketFactory.h:17
Definition SocketAddress.h:12
Definition SocketFactory.h:12
Definition PacketSocketTcpOptions.h:7