webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
webrtc::UdpTransportInterface Class Referenceabstract

#include <udptransportinterface.h>

Inheritance diagram for webrtc::UdpTransportInterface:
webrtc::PacketTransportInterface webrtc::PacketTransportInterface cricket::UdpTransport cricket::UdpTransport

Public Member Functions

virtual rtc::SocketAddress GetLocalAddress () const =0
 
virtual bool SetRemoteAddress (const rtc::SocketAddress &dest)=0
 
virtual rtc::SocketAddress GetRemoteAddress () const =0
 
virtual rtc::SocketAddress GetLocalAddress () const =0
 
virtual bool SetRemoteAddress (const rtc::SocketAddress &dest)=0
 
virtual rtc::SocketAddress GetRemoteAddress () const =0
 
- Public Member Functions inherited from webrtc::PacketTransportInterface
virtual ~PacketTransportInterface ()
 
virtual ~PacketTransportInterface ()
 

Additional Inherited Members

- Protected Member Functions inherited from webrtc::PacketTransportInterface
virtual rtc::PacketTransportInternalGetInternal ()=0
 
virtual rtc::PacketTransportInternalGetInternal ()=0
 

Member Function Documentation

◆ GetLocalAddress() [1/2]

virtual rtc::SocketAddress webrtc::UdpTransportInterface::GetLocalAddress ( ) const
pure virtual

◆ GetLocalAddress() [2/2]

virtual rtc::SocketAddress webrtc::UdpTransportInterface::GetLocalAddress ( ) const
pure virtual

◆ GetRemoteAddress() [1/2]

virtual rtc::SocketAddress webrtc::UdpTransportInterface::GetRemoteAddress ( ) const
pure virtual

◆ GetRemoteAddress() [2/2]

virtual rtc::SocketAddress webrtc::UdpTransportInterface::GetRemoteAddress ( ) const
pure virtual

◆ SetRemoteAddress() [1/2]

virtual bool webrtc::UdpTransportInterface::SetRemoteAddress ( const rtc::SocketAddress dest)
pure virtual

◆ SetRemoteAddress() [2/2]

virtual bool webrtc::UdpTransportInterface::SetRemoteAddress ( const rtc::SocketAddress dest)
pure virtual

The documentation for this class was generated from the following file: