#include <udptransport.h>
|
| UdpTransport (const std::string &transport_name, std::unique_ptr< rtc::AsyncPacketSocket > socket) |
|
| ~UdpTransport () |
|
rtc::SocketAddress | GetLocalAddress () const override |
|
bool | SetRemoteAddress (const rtc::SocketAddress &addr) override |
|
rtc::SocketAddress | GetRemoteAddress () const override |
|
std::string | debug_name () const override |
|
bool | receiving () const override |
|
bool | writable () const override |
|
int | SendPacket (const char *data, size_t len, const rtc::PacketOptions &options, int flags) override |
|
int | SetOption (rtc::Socket::Option opt, int value) override |
|
int | GetError () override |
|
| UdpTransport (const std::string &transport_name, std::unique_ptr< rtc::AsyncPacketSocket > socket) |
|
| ~UdpTransport () |
|
rtc::SocketAddress | GetLocalAddress () const override |
|
bool | SetRemoteAddress (const rtc::SocketAddress &addr) override |
|
rtc::SocketAddress | GetRemoteAddress () const override |
|
std::string | debug_name () const override |
|
bool | receiving () const override |
|
bool | writable () const override |
|
int | SendPacket (const char *data, size_t len, const rtc::PacketOptions &options, int flags) override |
|
int | SetOption (rtc::Socket::Option opt, int value) override |
|
int | GetError () override |
|
virtual bool | GetOption (rtc::Socket::Option, int *) |
|
virtual bool | GetOption (rtc::Socket::Option, int *) |
|
| has_slots () |
|
| has_slots () |
|
| ~has_slots () |
|
| ~has_slots () |
|
void | signal_connect (_signal_base_interface *sender) |
|
void | signal_disconnect (_signal_base_interface *sender) |
|
void | disconnect_all () |
|
void | signal_connect (_signal_base_interface *sender) |
|
void | signal_disconnect (_signal_base_interface *sender) |
|
void | disconnect_all () |
|
virtual | ~PacketTransportInterface () |
|
virtual | ~PacketTransportInterface () |
|
◆ UdpTransport() [1/2]
◆ ~UdpTransport() [1/2]
cricket::UdpTransport::~UdpTransport |
( |
| ) |
|
◆ UdpTransport() [2/2]
◆ ~UdpTransport() [2/2]
cricket::UdpTransport::~UdpTransport |
( |
| ) |
|
◆ debug_name() [1/2]
std::string cricket::UdpTransport::debug_name |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ debug_name() [2/2]
std::string cricket::UdpTransport::debug_name |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ GetError() [1/2]
int cricket::UdpTransport::GetError |
( |
| ) |
|
|
inlineoverridevirtual |
◆ GetError() [2/2]
int cricket::UdpTransport::GetError |
( |
| ) |
|
|
inlineoverridevirtual |
◆ GetInternal() [1/2]
PacketTransportInternal* cricket::UdpTransport::GetInternal |
( |
| ) |
|
|
inlineoverrideprotectedvirtual |
◆ GetInternal() [2/2]
PacketTransportInternal* cricket::UdpTransport::GetInternal |
( |
| ) |
|
|
inlineoverrideprotectedvirtual |
◆ GetLocalAddress() [1/2]
◆ GetLocalAddress() [2/2]
◆ GetRemoteAddress() [1/2]
◆ GetRemoteAddress() [2/2]
◆ receiving() [1/2]
bool cricket::UdpTransport::receiving |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ receiving() [2/2]
bool cricket::UdpTransport::receiving |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ SendPacket() [1/2]
◆ SendPacket() [2/2]
◆ SetOption() [1/2]
◆ SetOption() [2/2]
◆ SetRemoteAddress() [1/2]
◆ SetRemoteAddress() [2/2]
◆ writable() [1/2]
bool cricket::UdpTransport::writable |
( |
| ) |
const |
|
overridevirtual |
◆ writable() [2/2]
bool cricket::UdpTransport::writable |
( |
| ) |
const |
|
overridevirtual |
The documentation for this class was generated from the following files:
- DerivedData/WebKit/Build/Products/Debug/usr/local/include/webrtc/p2p/base/udptransport.h
- Source/ThirdParty/libwebrtc/Source/webrtc/p2p/base/udptransport.cc