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

#include <networkmonitor.h>

Inheritance diagram for rtc::NetworkBinderInterface:
rtc::FakeNetworkBinder webrtc_jni::AndroidNetworkMonitor webrtc_jni::AndroidNetworkMonitor

Public Member Functions

virtual NetworkBindingResult BindSocketToNetwork (int socket_fd, const IPAddress &address)=0
 
virtual ~NetworkBinderInterface ()
 
virtual NetworkBindingResult BindSocketToNetwork (int socket_fd, const IPAddress &address)=0
 
virtual ~NetworkBinderInterface ()
 

Constructor & Destructor Documentation

◆ ~NetworkBinderInterface() [1/2]

virtual rtc::NetworkBinderInterface::~NetworkBinderInterface ( )
inlinevirtual

◆ ~NetworkBinderInterface() [2/2]

virtual rtc::NetworkBinderInterface::~NetworkBinderInterface ( )
inlinevirtual

Member Function Documentation

◆ BindSocketToNetwork() [1/2]

virtual NetworkBindingResult rtc::NetworkBinderInterface::BindSocketToNetwork ( int  socket_fd,
const IPAddress address 
)
pure virtual

◆ BindSocketToNetwork() [2/2]

virtual NetworkBindingResult rtc::NetworkBinderInterface::BindSocketToNetwork ( int  socket_fd,
const IPAddress address 
)
pure virtual

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