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; }
42 virtual ::std::unique_ptr<::rtc::AsyncPacketSocket>
46 virtual ::std::shared_ptr<::rtc::AsyncPacketSocket>
50 virtual ::std::unique_ptr<::rtc::AsyncListenSocket> CreateServerTcpSocket(
58 virtual ::std::unique_ptr<::rtc::AsyncPacketSocket> CreateClientTcpSocket(
62 ::std::string
const& user_agent,
67 virtual ::std::unique_ptr<::webrtc::AsyncDnsResolverInterface> CreateAsyncDnsResolver() ;
94 MCNAPI ::std::unique_ptr<::rtc::AsyncPacketSocket>
97 MCNAPI ::std::shared_ptr<::rtc::AsyncPacketSocket>
100 MCNAPI ::std::unique_ptr<::rtc::AsyncListenSocket>
107 ::std::string
const& user_agent,
Definition BasicPacketSocketFactory.h:22
static MCAPI void ** $vftable()
MCAPI ::std::unique_ptr<::rtc::AsyncPacketSocket > $CreateUdpSocket(::rtc::SocketAddress const &address, ushort min_port, ushort max_port)
MCAPI ::std::unique_ptr<::rtc::AsyncPacketSocket > $CreateClientTcpSocket(::rtc::SocketAddress const &local_address, ::rtc::SocketAddress const &remote_address, ::rtc::ProxyInfo const &proxy_info, ::std::string const &user_agent, ::rtc::PacketSocketTcpOptions const &tcp_options)
MCAPI ::std::unique_ptr<::webrtc::AsyncDnsResolverInterface > $CreateAsyncDnsResolver()
MCAPI ::std::shared_ptr<::rtc::AsyncPacketSocket > $CreateGlobalUdpSocket(::rtc::SocketAddress const &address, ushort min_port, ushort max_port)
MCAPI int BindSocket(::rtc::Socket *socket, ::rtc::SocketAddress const &local_address, ushort min_port, ushort max_port)
MCAPI ::std::unique_ptr<::rtc::AsyncListenSocket > $CreateServerTcpSocket(::rtc::SocketAddress const &local_address, ushort min_port, ushort max_port, int opts)
MCAPI void * $ctor(::rtc::SocketFactory *socket_factory)
MCAPI BasicPacketSocketFactory(::rtc::SocketFactory *socket_factory)
Definition PacketSocketFactory.h:17
Definition SocketAddress.h:12
Definition SocketFactory.h:12
Definition PacketSocketTcpOptions.h:7