|
BasicPacketSocketFactory & | operator= (BasicPacketSocketFactory const &) |
|
| BasicPacketSocketFactory (BasicPacketSocketFactory const &) |
|
virtual ::std::unique_ptr<::rtc::AsyncPacketSocket > | CreateUdpSocket (::rtc::SocketAddress const &address, ushort min_port, ushort max_port) |
|
virtual ::std::shared_ptr<::rtc::AsyncPacketSocket > | CreateGlobalUdpSocket (::rtc::SocketAddress const &address, ushort min_port, ushort max_port) |
|
virtual ::std::unique_ptr<::rtc::AsyncListenSocket > | CreateServerTcpSocket (::rtc::SocketAddress const &local_address, ushort min_port, ushort max_port, int opts) |
|
virtual ::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) |
|
virtual ::std::unique_ptr<::webrtc::AsyncDnsResolverInterface > | CreateAsyncDnsResolver () |
|
MCAPI | BasicPacketSocketFactory (::rtc::SocketFactory *socket_factory) |
|
MCAPI int | BindSocket (::rtc::Socket *socket, ::rtc::SocketAddress const &local_address, ushort min_port, ushort max_port) |
|
MCAPI void * | $ctor (::rtc::SocketFactory *socket_factory) |
|
MCAPI void | $dtor () |
|
MCAPI ::std::unique_ptr<::rtc::AsyncPacketSocket > | $CreateUdpSocket (::rtc::SocketAddress const &address, ushort min_port, ushort max_port) |
|
MCAPI ::std::shared_ptr<::rtc::AsyncPacketSocket > | $CreateGlobalUdpSocket (::rtc::SocketAddress const &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 ::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 () |
|